diff options
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" |