diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2012-12-16 11:59:23 +0100 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2012-12-16 11:59:23 +0100 |
commit | b081c9fea7d5d66a0cfeadfc9543ddc4751655ce (patch) | |
tree | 2713e08f5c80bddf7e397ba31f28191088140ca5 /testing/monkey | |
parent | 6aff57e14948d79bec555d9e4c40a5b4c6e037af (diff) | |
download | aports-b081c9fea7d5d66a0cfeadfc9543ddc4751655ce.tar.bz2 aports-b081c9fea7d5d66a0cfeadfc9543ddc4751655ce.tar.xz |
testing/monkey: upgrade to 1.1.1
Diffstat (limited to 'testing/monkey')
-rw-r--r-- | testing/monkey/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/monkey/APKBUILD b/testing/monkey/APKBUILD index 32082b7ccf..693260d660 100644 --- a/testing/monkey/APKBUILD +++ b/testing/monkey/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> pkgname=monkey -pkgver=1.0.1 +pkgver=1.1.1 pkgrel=0 pkgdesc='A fast and lightweight HTTP server designed for embedded devices.' url='http://monkey-project.com/' @@ -9,7 +9,7 @@ license='GPL2' arch='all' makedepends='bash' subpackages="$pkgname-doc" -source="http://monkey-project.com/releases/1.0/$pkgname-$pkgver.tar.gz +source="http://monkey-project.com/releases/1.1/$pkgname-$pkgver.tar.gz strsignal.patch monkey.initd monkey.confd" @@ -55,7 +55,7 @@ package() { "$pkgdir"/etc/conf.d/monkey || return 1 } -md5sums="5e08e4089e8b41ea90b0c98d6ca6433e monkey-1.0.1.tar.gz +md5sums="958d74ddcc595ae01b1d3916e9e7753c monkey-1.1.1.tar.gz 4e99ccbfbd00b17023c7b82e466c7aee strsignal.patch 6630131d3ea75dbbf1033a4acc8cf983 monkey.initd 71805f446a12d747c52e18b8ac4b4704 monkey.confd" |