Skip to content
Snippets Groups Projects
Commit b871dfaa authored by alice's avatar alice
Browse files

community/httm: upgrade to 0.29.4

parent 6df89362
No related branches found
No related tags found
No related merge requests found
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=httm
pkgver=0.27.2
pkgver=0.29.4
pkgrel=0
pkgdesc="Interactive, file-level Time Machine-like tool for ZFS/btrfs"
url="https://github.com/kimono-koans/httm"
......@@ -11,11 +11,8 @@ arch="all !riscv64 !s390x"
license="MPL-2.0"
makedepends="cargo acl-dev cargo-auditable"
subpackages="$pkgname-doc"
source="https://github.com/kimono-koans/httm/archive/refs/tags/$pkgver/httm-$pkgver.tar.gz
cargo-lock.patch
"
options="!check" # no tests provided
source="https://github.com/kimono-koans/httm/archive/refs/tags/$pkgver/httm-$pkgver.tar.gz"
options="net !check" # no tests provided
prepare() {
default_prepare
......@@ -33,6 +30,5 @@ package() {
}
sha512sums="
f517614f672e8065d2261575b3131bc637e94ed2be3109d228646e0079b1e72bce5ccf216ed18049d5c2327c747535835e7053caa88e29da216ab864b8ff901c httm-0.27.2.tar.gz
67fe620c5c204bd06e845a5bec8cd0e4eea857624324548742e7c99bc19faca13629870bae5900b53420d6b917a4985fb2b81c2c9c11fcc12f6e54b66a9c555d cargo-lock.patch
6b88c51756efdf8f94f620ebf7b87b01fad7ecd612c3eb82fb4eb2cefd781b065fa72f77a9aacb549a3eb69a32191605b5724433edcad880c4dcee4c78c0dbd0 httm-0.29.4.tar.gz
"
diff --git a/Cargo.lock b/Cargo.lock
index f4f7ef2..2cc1051 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -411,7 +411,7 @@ checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
[[package]]
name = "httm"
-version = "0.27.1"
+version = "0.27.2"
dependencies = [
"clap",
"crossbeam-channel",
@@ -1003,9 +1003,9 @@ dependencies = [
[[package]]
name = "two_percent"
-version = "0.10.18"
+version = "0.10.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7d26af4c5cdd828b07cc80847bdba45af6e5da01a33a918da45a176afaf401aa"
+checksum = "6eae49266900592ba94439da072df98db79936382b67d1804b8ff70afc206fa4"
dependencies = [
"atty",
"bitflags 2.3.1",
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment