diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2012-09-21 20:01:11 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2012-09-21 20:01:11 +0200 |
commit | f95752f31b11d6fce3798263582f4c914ad15cb9 (patch) | |
tree | 7cc2be274167595e3b9c8e03479fd4597c8144d6 /main/automake/APKBUILD | |
parent | ec4df6770118f5e6d86858c44647f5c647cd9b60 (diff) | |
download | aports-f95752f31b11d6fce3798263582f4c914ad15cb9.tar.bz2 aports-f95752f31b11d6fce3798263582f4c914ad15cb9.tar.xz |
main/automake: upgrade to 1.12.4
Diffstat (limited to 'main/automake/APKBUILD')
-rw-r--r-- | main/automake/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/automake/APKBUILD b/main/automake/APKBUILD index ba278453ed..9684d19468 100644 --- a/main/automake/APKBUILD +++ b/main/automake/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=automake -pkgver=1.12.3 +pkgver=1.12.4 pkgrel=0 pkgdesc="A GNU tool for automatically creating Makefiles" arch="noarch" @@ -22,4 +22,4 @@ package() { make DESTDIR=$pkgdir install } -md5sums="d2af8484de94cdee16d89c50aaa1c729 automake-1.12.3.tar.gz" +md5sums="6cd9c8fa1c3bde00b96f76f1509a77f8 automake-1.12.4.tar.gz" |