diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-19 15:39:53 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-19 15:58:42 +0100 |
commit | f2fa769803fdda131a8bfd30fdcac6b91154e5bf (patch) | |
tree | 5c481f5a5caf1db21bc07a969e1a4ffc4a19e9bd /testing/broot | |
parent | 6245872c5c6580402a7dc74804498f7c38adadbe (diff) | |
download | aports-f2fa769803fdda131a8bfd30fdcac6b91154e5bf.tar.bz2 aports-f2fa769803fdda131a8bfd30fdcac6b91154e5bf.tar.xz |
testing/broot: upgrade to 0.12.0
Diffstat (limited to 'testing/broot')
-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 8f241db2dd..96dcc80c73 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.11.9 +pkgver=0.12.0 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="7c9a3b45e095bd64533a2f67c95b05d83b89048c096428808756333800645ad294268a9cde19185294de3e46dd55ea9cf14267f1d7a3c7a98d46b9a824d49a2c broot-0.11.9.tar.gz" +sha512sums="a53386710c8a5dab68f2bc72b9fcfcf424ec3dca5441cf224fe90e6a9ddae4abd66a47e0bcdc9c0c9c47a77e819478de5068acaf5d5c48ba09a0ee27384007f1 broot-0.12.0.tar.gz" |