diff options
author | Leo <thinkabit.ukim@gmail.com> | 2021-01-27 09:00:53 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2021-01-27 16:44:56 +0000 |
commit | a61bdb6a3ffa6f758e7ae3e89c2fecabdb3bf8a4 (patch) | |
tree | c7c448a9df3e6d5a2d96ffd27b243475473e8fc1 | |
parent | b9f50ad85242165a5a4402ec424d17e9f4b3933d (diff) | |
download | aports-a61bdb6a3ffa6f758e7ae3e89c2fecabdb3bf8a4.tar.gz aports-a61bdb6a3ffa6f758e7ae3e89c2fecabdb3bf8a4.tar.bz2 aports-a61bdb6a3ffa6f758e7ae3e89c2fecabdb3bf8a4.tar.xz |
testing/googler: upgrade to 4.3.2
-rw-r--r-- | testing/googler/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/googler/APKBUILD b/testing/googler/APKBUILD index 0fc417b884..7363c7c8a6 100644 --- a/testing/googler/APKBUILD +++ b/testing/googler/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Ivan Tham <pickfire@riseup.net> # Maintainer: Ivan Tham <pickfire@riseup.net> pkgname=googler -pkgver=4.3.1 +pkgver=4.3.2 pkgrel=0 pkgdesc="Google Search, Google Site Search, Google News from the terminal" url="https://github.com/jarun/googler" @@ -30,4 +30,4 @@ package() { -t "$pkgdir"/usr/share/zsh/site-functions } -sha512sums="6078355e20cfae797d62232fc157d6a87a8ef7c025f40800fc0d0cfe28bcd6df2b806c5cce0703ccac7b645e5fe30b32cd027d2356d1c47e7946dc1b9fb8fc42 googler-4.3.1.tar.gz" +sha512sums="899cc45eea9102b9547c1a7697237bb9cc77093c670e09c74b1331c0f267fa3bb66f2fc58cf576f9ce30047757f0038cf447a0a510c5b2ff33ad68491c008dd9 googler-4.3.2.tar.gz" |