X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from relay.mailchannels.net (si-002-i26.relay.mailchannels.net [184.154.112.191]) by mail.alpinelinux.org (Postfix) with ESMTP id 4851DDC1000 for ; Fri, 18 Apr 2014 22:18:48 +0000 (UTC) X-Sender-Id: thewebhostserver|x-authuser|developer%40it-offshore.co.uk Received: from apollo.thewebhostserver.com (ip-10-244-196-74.us-west-2.compute.internal [10.244.196.74]) by relay.mailchannels.net (Postfix) with ESMTPA id 119C7600ED for ; Fri, 18 Apr 2014 22:18:46 +0000 (UTC) X-Sender-Id: thewebhostserver|x-authuser|developer%40it-offshore.co.uk Received: from apollo.thewebhostserver.com ([UNAVAILABLE]. [10.244.170.26]) (using TLSv1 with cipher DHE-RSA-AES256-SHA) by 0.0.0.0:2500 (trex/5.0.19); Fri, 18 Apr 2014 22:18:47 GMT X-MC-Relay: Neutral X-MailChannels-SenderId: thewebhostserver%7Cx-authuser%7Cdeveloper%2540it-offshore.co.uk X-MailChannels-Auth-Id: thewebhostserver Received: from [81.4.121.188] (port=60982 helo=uclibc.localdomain) by apollo.thewebhostserver.com with esmtpsa (UNKNOWN:AES128-SHA256:128) (Exim 4.82) (envelope-from ) id 1WbH7L-003NjO-JU; Fri, 18 Apr 2014 23:18:43 +0100 From: Stuart Cardall To: alpine-devel@lists.alpinelinux.org Cc: Stuart Cardall Subject: [alpine-devel] [PATCH] testing/miniupnpd: upgrade to 1.8.20140401 Date: Fri, 18 Apr 2014 22:18:33 +0000 Message-Id: <1397859513-15983-1-git-send-email-developer@it-offshore.co.uk> X-Mailer: git-send-email 1.9.1 X-AuthUser: developer@it-offshore.co.uk X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- testing/miniupnpd/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/testing/miniupnpd/APKBUILD b/testing/miniupnpd/APKBUILD index dac8593..37208c0 100644 --- a/testing/miniupnpd/APKBUILD +++ b/testing/miniupnpd/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Carlo Landmeter # Maintainer: pkgname=miniupnpd -pkgver=1.8.20130730 +pkgver=1.8.20140401 pkgrel=0 pkgdesc="Lightweight UPnP IGD daemon" url="http://miniupnp.free.fr" @@ -61,12 +61,12 @@ package() { } -md5sums="5d0789e920a1b1160b04738c13e84e6a miniupnpd-1.8.20130730.tar.gz +md5sums="9fd54d6bf21e6bb346f19ad946026cde miniupnpd-1.8.20140401.tar.gz df8b62fd39a040d0bc10d9d4f8492578 miniupnpd.initd 5f461c988dc4b11b036771d56864087c miniupnpd.confd" -sha256sums="919ab6ec719959fff9bdae3f1d83f6a39c43fa4a6d3f2c48077f43729d3d7d43 miniupnpd-1.8.20130730.tar.gz +sha256sums="086dfffa59e8e86e792b73a71d275fec55ef17fe3e94a8c140301aceb05bcdbd miniupnpd-1.8.20140401.tar.gz 2a11cab5615550c1263448f943a62ed3fe4dd647888675588e59146a691f3643 miniupnpd.initd 8c6dae8588e21208a2f0a17965548e0b0708ceeea1157e2506f745e28913f9b3 miniupnpd.confd" -sha512sums="a602fb1c058db407197b945e383aae155ef096f6cb5865f6965913738c5e211c27c93d822f15cb1eec372a289c4f8b72176e3430c0fdbb7945d67e75213dfa51 miniupnpd-1.8.20130730.tar.gz +sha512sums="d5e3c4b3698a567f517bdb32d1cecfe5654f3731b542797602fbc386474361c3e576bdf8581242a7ade1f4183b3a36aef5ec9ac6daa9ed1ae70d8723de957aee miniupnpd-1.8.20140401.tar.gz a25b2a444cde623fbdbe6fb26c544614cceb2cc1262a0409f40286f4c69b70ba1c05e55815552a12b0624b16ddd48d3e424dad18b278ff9da04bac335feb1d45 miniupnpd.initd 81aa2dac0643bbd1331549427c438900319adce91928b6bad6f7d470492f6f48e04e4d1af89f961db53fc132a7ff89ea52625441f051afd5a1b48680917f4ff7 miniupnpd.confd" -- 1.9.1 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---