diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-06 09:41:51 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-06 09:48:38 +0100 |
commit | 0d45dbe5af9d596dec7fbadaab4228e64f93fa40 (patch) | |
tree | 13b528b8de1dba7fdbeae940f5e78eeed089c9a0 /testing/broot | |
parent | ff851b5f08e275e29cd26eb0103c2e8b642dbb08 (diff) | |
download | aports-0d45dbe5af9d596dec7fbadaab4228e64f93fa40.tar.bz2 aports-0d45dbe5af9d596dec7fbadaab4228e64f93fa40.tar.xz |
testing/broot: upgrade to 0.13.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 e8dd5ab17b..6fe4b8540e 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.2 +pkgver=0.13.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="37e393fdc639923d509600b07347c69a1fd19c5b985382527f4283a0c6f2c0feb8740df1b40ed0ddff5e87e84328dd867c2dfbfb16f3131435e8a55834b19543 broot-0.12.2.tar.gz" +sha512sums="509f6780cc51ed8df6dc7864342cb7e16dc26ad413f3512f601143786eeee415cb21e04d7f2a994d0832cd649d7a1085e27b678e50a86ea33acebe4422ed19b7 broot-0.13.0.tar.gz" |