diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-10 16:05:47 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-10 16:20:07 +0100 |
commit | 5aa3812ce0701d26d1b950bfcfe129d4f54fb257 (patch) | |
tree | d0b0f607a896eebea32ca81bd7166b82d0750203 /testing/bfs | |
parent | 601509e1ce0fa635c0fda1ae49d5bffda334c5a5 (diff) | |
download | aports-5aa3812ce0701d26d1b950bfcfe129d4f54fb257.tar.bz2 aports-5aa3812ce0701d26d1b950bfcfe129d4f54fb257.tar.xz |
testing/bfs: upgrade to 1.5.2
Diffstat (limited to 'testing/bfs')
-rw-r--r-- | testing/bfs/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/bfs/APKBUILD b/testing/bfs/APKBUILD index 22b46ccee6..b04653d315 100644 --- a/testing/bfs/APKBUILD +++ b/testing/bfs/APKBUILD @@ -1,7 +1,7 @@ # Contributor: dai9ah <dai9ah@protonmail.com> # Maintainer: dai9ah <dai9ah@protonmail.com> pkgname=bfs -pkgver=1.5.1 +pkgver=1.5.2 pkgrel=0 pkgdesc="Breadth-first variant of the UNIX find command" url="https://github.com/tavianator/bfs" @@ -26,4 +26,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="f501f2acaa19c772a350863539030c60299c3b001ebd3d473add4e8975f4fda3a79a6a524a0d1fbf729a66a943557cb66aa6d65a8aae41ab88b81a7740b17874 bfs-1.5.1.tar.gz" +sha512sums="0b079521ead825bb3b45841cae2016a2bd993d5e2a9f8d0988eade10711f590bad28a18e0363f1e49252b8fa0200d579dceceff187b4f374b73eb9c268568739 bfs-1.5.2.tar.gz" |