diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-25 21:47:52 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-25 21:59:05 +0100 |
commit | bd5d221a029fea953b4c374d5294e87be3019155 (patch) | |
tree | 496d851e1277df920fa4df20818ed0e135093ef2 /testing | |
parent | 5b60853193624b11ed0de5d814f52950af110433 (diff) | |
download | aports-bd5d221a029fea953b4c374d5294e87be3019155.tar.bz2 aports-bd5d221a029fea953b4c374d5294e87be3019155.tar.xz |
testing/broot: upgrade to 0.12.1
Diffstat (limited to 'testing')
-rw-r--r-- | testing/broot/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/broot/APKBUILD b/testing/broot/APKBUILD index 96dcc80c73..96cd3490f0 100644 --- a/testing/broot/APKBUILD +++ b/testing/broot/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=broot -pkgver=0.12.0 +pkgver=0.12.1 pkgrel=0 pkgdesc="New way to see and navigate directory trees" url="https://github.com/Canop/broot" @@ -22,4 +22,4 @@ package() { install -Dm0755 target/release/broot "$pkgdir"/usr/bin/broot } -sha512sums="a53386710c8a5dab68f2bc72b9fcfcf424ec3dca5441cf224fe90e6a9ddae4abd66a47e0bcdc9c0c9c47a77e819478de5068acaf5d5c48ba09a0ee27384007f1 broot-0.12.0.tar.gz" +sha512sums="e5a4bb4f89ad6c9287b059fbf6b1c78fb4b63ae985ff3b990f2665946ae7208fe82af89ae254bcd50b25296dfd6d7e7245de3a2baf15ffd3372d84c21306f449 broot-0.12.1.tar.gz" |