X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mout01.posteo.de (mout01.posteo.de [185.67.36.65]) by lists.alpinelinux.org (Postfix) with ESMTP id 90F4E5C5120 for ; Sat, 23 Jun 2018 12:33:17 +0000 (GMT) Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id E1D5E210C2 for ; Sat, 23 Jun 2018 14:33:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1529757195; bh=adwJ6c0wiLCPT0jfq/qy6C/98/ueAAGGmR7Czar4oHg=; h=From:To:Cc:Subject:Date:From; b=rQMM1Dn1mwPNumXOpGpSl4gHQb9zHYCWQTRrR0wmkpxF53qAn4dXEwOR+fhIkdDdH iVT9djTOzx3roVSwPUEkUCouKULfBLM2MGiSRkXvQDlLzWsVeGZYt4OeyweHS1+upe 4dQX5DfX4A6utfpbr8w/tkR0Ezpe/xow7YQILgPzjc8UCqbp6A7rr9TMZK4iPzf9SZ Ofbgb591tx7ZNyxj9SjtkxEQiLv3A/HdqwIXXhk/hAlEEkQNaVhAKNOAfsjPrw+uv4 ke94NiXPvg9co6CO8J6FY5ZHTzxz3xj/OwykFQeqad6XVGhK/96i6qOkhdOljOg212 y6y/yC25WHBvA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 41CZbb11z1z9rxW; Sat, 23 Jun 2018 14:33:15 +0200 (CEST) From: Sascha Paunovic To: alpine-aports@lists.alpinelinux.org Cc: Sascha Paunovic Subject: [alpine-aports] [PATCH] testing/geomyidae: upgrade to 0.32 Date: Sat, 23 Jun 2018 14:33:12 +0200 Message-Id: <20180623123312.7974-1-azarus@posteo.net> X-Mailer: git-send-email 2.18.0 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- testing/geomyidae/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/testing/geomyidae/APKBUILD b/testing/geomyidae/APKBUILD index 1c3049026a..94b2db4994 100644 --- a/testing/geomyidae/APKBUILD +++ b/testing/geomyidae/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Sascha Paunovic # Maintainer: Sascha Paunovic pkgname=geomyidae -pkgver=0.31 +pkgver=0.32 pkgrel=0 pkgdesc="Simple gopherd" url="gopher://bitreich.org/1/scm/geomyidae" @@ -9,6 +9,7 @@ arch="all" license="MIT" subpackages="$pkgname-doc $pkgname-openrc" source="ftp://bitreich.org/releases/$pkgname/$pkgname-v$pkgver.tgz" +options="!check" # no test suite builddir="$srcdir/$pkgname-v$pkgver" build() { @@ -25,4 +26,4 @@ package() { "$pkgdir"/etc/conf.d/$pkgname } -sha512sums="7bc3960ee1c6530546287c13e0da5fd5adc63ac17c3f4eda13856b212615ee6fe880b522c4ac31e7d486f86cc89435f91d2b84570249868ab664494962e0218d geomyidae-v0.31.tgz" +sha512sums="ec60f78fee39fa476b0ca3f68a1b384e271179809e14c19b261bd75789cbe3f7c17cf38d7f9e597b8b0a7fb03595cff774b476f19916d8086797af893af3dfcc geomyidae-v0.32.tgz" -- 2.18.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---