diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-27 22:51:50 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-27 23:37:55 -0300 |
commit | 441c990cf54f3d41a5635302eeb94352db705684 (patch) | |
tree | 670184182b6c01766cd42bd61b291a1d3867e6a4 | |
parent | e70276dfa7037ba0eb8f883c59fc5364c43e63e3 (diff) | |
download | aports-441c990cf54f3d41a5635302eeb94352db705684.tar.bz2 aports-441c990cf54f3d41a5635302eeb94352db705684.tar.xz |
testing/gpg-remailer: upgrade to 3.04.04
-rw-r--r-- | testing/gpg-remailer/APKBUILD | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/testing/gpg-remailer/APKBUILD b/testing/gpg-remailer/APKBUILD index 40bc5d5457..7e0ba84cf4 100644 --- a/testing/gpg-remailer/APKBUILD +++ b/testing/gpg-remailer/APKBUILD @@ -1,34 +1,31 @@ # Contributor: Shiz <hi@shiz.me> # Maintainer: Shiz <hi@shiz.me> pkgname=gpg-remailer -pkgver=3.04.03 +pkgver=3.04.04 pkgrel=0 pkgdesc="Decrypt GPG messages and re-encrypt them to a well-defined group" -url="https://fbb-git.github.io/gpg-remailer/" +url="https://gitlab.com/fbb-git/gpg-remailer" arch="all !s390x" # limited by mailutils license="GPL-3.0-or-later" depends="gnupg mailutils" makedepends="icmake bash yodl bobcat-dev" subpackages="$pkgname-doc" -source="gpg-remailer-$pkgver.tar.gz::https://github.com/fbb-git/gpg-remailer/archive/$pkgver.tar.gz" +source="https://gitlab.com/fbb-git/gpg-remailer/-/archive/$pkgver/gpg-remailer-$pkgver.tar.gz" builddir="$srcdir/gpg-remailer-$pkgver/gpg-remailer" build() { - cd "$builddir" ./build program strip ./build man } check() { - cd "$builddir" ./tmp/bin/binary --version } package() { - cd "$builddir" ./build install bm "$pkgdir" # remove HTML documentation. rm -rf "$pkgdir"/usr/share/doc } -sha512sums="96786db72949b19209889c2d1c30311605e5c152f89c923801831ef1617af65c827ad0995b7e312b74911a51b70e43b9d62003bc042836228f8c01faa6b965f8 gpg-remailer-3.04.03.tar.gz" +sha512sums="e61781a44e917350e3f5016b346d0153ae41bdb5382f1b3b65a9d4e8111ccb6dfd95c9c8443abc7bb52d9a0aff4e1accbae8357b950e2989c6e8c5eff33c24c6 gpg-remailer-3.04.04.tar.gz" |