diff options
author | prspkt <prspkt@protonmail.com> | 2019-02-22 19:55:45 +0200 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-02-22 20:40:07 +0200 |
commit | ec69abd27c1c82d6723075d27f6f4ae24198e654 (patch) | |
tree | 61b73025a42b6de582663d6a07b41a4321b7d3c0 /testing/ddgr | |
parent | b2ec8dfcc35c0ee369bdd5025c5891afeaee023e (diff) | |
download | aports-ec69abd27c1c82d6723075d27f6f4ae24198e654.tar.bz2 aports-ec69abd27c1c82d6723075d27f6f4ae24198e654.tar.xz |
testing/ddgr: upgrade to 1.6
Diffstat (limited to 'testing/ddgr')
-rw-r--r-- | testing/ddgr/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/ddgr/APKBUILD b/testing/ddgr/APKBUILD index fc38cd03aa..099d8ab23c 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.4 +pkgver=1.6 pkgrel=0 pkgdesc="DuckDuckGo from the terminal" url="https://github.com/jarun/ddgr" @@ -13,7 +13,7 @@ subpackages="$pkgname-doc $pkgname-fish-completion:fishcomp:noarch $pkgname-zsh-completion:zshcomp:noarch " -source="$pkgname-$pkgver.tar.gz::https://github.com/jarun/$pkgname/archive/v$pkgver.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://github.com/jarun/ddgr/archive/v$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" check() { @@ -54,4 +54,4 @@ zshcomp() { } -sha512sums="ef51a1a8634cc2417cf036cea1748fcfe0572861e3e0ea9625f7ce4b47c3d0e966a670e26912ab5aee2946d29fa8d4ac5e5bd7249719845f9107dcf02de710ed ddgr-1.4.tar.gz" +sha512sums="e42c622ef94f82bee17315f3e3b40e4d19ab13ce6be05e016936a04ba8559c0911b0ac290c6c36d4905b8db2e71b2ed2e086c06294e76402ee6d3bb21f2a2bfa ddgr-1.6.tar.gz" |