aboutsummaryrefslogtreecommitdiffstats
path: root/main/automake
diff options
context:
space:
mode:
authorTBK <tbk@jjtc.dk>2018-04-06 02:56:29 +0200
committerTimo Teräs <timo.teras@iki.fi>2018-04-09 10:06:50 +0000
commit06d7f2f8ebbcec6cc870f5fe246a86c97a19958c (patch)
tree32951fa6381df43591f1b1406362d95a20217f70 /main/automake
parent0cd1b8cc91bf194b0fb64285cb93611b11155bb7 (diff)
downloadaports-06d7f2f8ebbcec6cc870f5fe246a86c97a19958c.tar.bz2
aports-06d7f2f8ebbcec6cc870f5fe246a86c97a19958c.tar.xz
main/automake: upgrade to 1.16.1
Diffstat (limited to 'main/automake')
-rw-r--r--main/automake/APKBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/main/automake/APKBUILD b/main/automake/APKBUILD
index aa96c60b06..141609b241 100644
--- a/main/automake/APKBUILD
+++ b/main/automake/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=automake
-pkgver=1.15.1
-pkgrel=1
+pkgver=1.16.1
+pkgrel=0
pkgdesc="A GNU tool for automatically creating Makefiles"
url="https://www.gnu.org/software/automake"
arch="noarch"
@@ -10,8 +10,7 @@ depends="perl"
makedepends="autoconf"
checkdepends="bash gzip coreutils diffutils"
subpackages="$pkgname-doc"
-source="ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz"
-builddir="$srcdir/$pkgname-$pkgver"
+source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz"
# many tests have bashisms
options="!check"
@@ -35,4 +34,4 @@ package() {
make DESTDIR=$pkgdir install
}
-sha512sums="f0d4717ebe2c76cec5d487de090f6e1c0f784b0d382fd964ffa846287e2a364a52531a26ab98b7033ac04ed302a247b3b114299def54819a03439bfc962ff61b automake-1.15.1.tar.gz"
+sha512sums="47b0120a59e3e020529a6ce750297d7de1156fd2be38db5d101e50120f11b40c28741ecd5eacf2790a9e25386713dcf7717339cfa5d7943d0dbf47c417383448 automake-1.16.1.tar.gz"