Skip to content
Snippets Groups Projects
Commit f3405e61 authored by mio's avatar mio Committed by Michał Polański
Browse files

community/gfold: upgrade to 4.5.0

parent d5b1fed5
1 merge request!69822community/gfold: upgrade to 4.5.0
Pipeline #252019 skipped
# Contributor: Michał Polański <michal@polanski.me>
# Maintainer: Michał Polański <michal@polanski.me>
pkgname=gfold
pkgver=4.4.1
pkgver=4.5.0
pkgrel=0
pkgdesc="CLI tool to help keep track of Git repositories"
url="https://github.com/nickgerace/gfold"
......@@ -9,9 +9,7 @@ license="Apache-2.0"
arch="all"
makedepends="cargo cargo-auditable"
options="net"
source="https://github.com/nickgerace/gfold/archive/$pkgver/gfold-$pkgver.tar.gz
update-rust-libc.patch
"
source="https://github.com/nickgerace/gfold/archive/$pkgver/gfold-$pkgver.tar.gz"
prepare() {
default_prepare
......@@ -33,6 +31,5 @@ package() {
}
sha512sums="
46066d2455e3a25108157af04dcd253d4c62a43299c8388407d3bc1a753b8ae183b7e5ebf11294e37078563a237fd7177062d611a8111507e49caa78ea3b72eb gfold-4.4.1.tar.gz
75c26dd03524583690803f6b068de62e4b4a838619795ab09d27f09dd890c999db85fd89dab04483de3e890911ea0b7409c6eeb867002ceed696323531657d77 update-rust-libc.patch
5f35aff3b617a8aa513c2e9636f5f921de718a134a7ed9c6ab81a3f8e38ed9b230d629503448aa49e685220a24675c78ee0757e85e80e814b6c76a16f1a7dfc0 gfold-4.5.0.tar.gz
"
diff --git a/Cargo.lock b/Cargo.lock
index 5b9e337..4f456fc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -377,9 +377,9 @@ dependencies = [
[[package]]
name = "libc"
-version = "0.2.151"
+version = "0.2.155"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4"
+checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
[[package]]
name = "libgfold"
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