diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-04-11 06:14:00 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-11 19:32:46 +0000 |
commit | 1fef6224d08eaac0d73d7c8ad1a8adc83cb63db9 (patch) | |
tree | 325ec993baabccba00f15ed2f714e222d7c25b88 | |
parent | 599042002965f40fe38fb36a8e143cfb0af911aa (diff) | |
download | aports-1fef6224d08eaac0d73d7c8ad1a8adc83cb63db9.tar.bz2 aports-1fef6224d08eaac0d73d7c8ad1a8adc83cb63db9.tar.xz |
testing/ddgr: upgrade to 1.8.1
-rw-r--r-- | testing/ddgr/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/ddgr/APKBUILD b/testing/ddgr/APKBUILD index e9f54d4db8..ad397faa78 100644 --- a/testing/ddgr/APKBUILD +++ b/testing/ddgr/APKBUILD @@ -1,7 +1,7 @@ # Contributor: dai9ah <dai9ah@protonmail.com> # Maintainer: dai9ah <dai9ah@protonmail.com> pkgname=ddgr -pkgver=1.7 +pkgver=1.8.1 pkgrel=0 pkgdesc="DuckDuckGo from the terminal" url="https://github.com/jarun/ddgr" @@ -48,4 +48,4 @@ zshcomp() { } -sha512sums="9b07d045baeee6bbaa0a8213d90860f432687f9a0fbc5e424d9df3422897eb12c2c4d1ac210daa41cbb5fd5113148f01e20f276822157d42058872ab4fc70dae ddgr-1.7.tar.gz" +sha512sums="60fe045674f0d6e4b77e067c18fe26a59e8c1c2f139a773e5d4d5d308eb99473ef7df76c62995eddddd030758c63e9417d5d55e9448346f824b8391c99861c2f ddgr-1.8.1.tar.gz" |