From b871dfaa10545da852e2fb8ec800b8d98ce2774e Mon Sep 17 00:00:00 2001 From: psykose <alice@ayaya.dev> Date: Wed, 21 Jun 2023 02:12:02 +0000 Subject: [PATCH] community/httm: upgrade to 0.29.4 --- community/httm/APKBUILD | 12 ++++-------- community/httm/cargo-lock.patch | 25 ------------------------- 2 files changed, 4 insertions(+), 33 deletions(-) delete mode 100644 community/httm/cargo-lock.patch diff --git a/community/httm/APKBUILD b/community/httm/APKBUILD index fa5cdbcb310e..54183fd35786 100644 --- a/community/httm/APKBUILD +++ b/community/httm/APKBUILD @@ -1,7 +1,7 @@ # 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/community/httm/cargo-lock.patch b/community/httm/cargo-lock.patch deleted file mode 100644 index 33b5bc91e442..000000000000 --- a/community/httm/cargo-lock.patch +++ /dev/null @@ -1,25 +0,0 @@ -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", -- GitLab