~alpine/aports

testing/sacc: upgrade to 1.05 v1 APPLIED

Humm: 1
 testing/sacc: upgrade to 1.05

 1 files changed, 4 insertions(+), 4 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3826/mbox | git am -3
Learn more about email & git

[PATCH] testing/sacc: upgrade to 1.05 Export this patch

---
 testing/sacc/APKBUILD | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/testing/sacc/APKBUILD b/testing/sacc/APKBUILD
index 323f908fc7..f99a898873 100644
--- a/testing/sacc/APKBUILD
+++ b/testing/sacc/APKBUILD
@@ -1,16 +1,16 @@
# Contributor: Sascha Paunovic <azarus@posteo.net>
# Maintainer: Sascha Paunovic <azarus@posteo.net>
pkgname=sacc
pkgver=1.03
pkgver=1.05
pkgrel=0
pkgdesc="saccomys, simple console gopher client"
url="gopher://bitreich.org/1/scm/sacc"
arch="all"
license="ISC"
options="!check" # sacc does not have checks
makedepends="ncurses-dev"
makedepends="ncurses-dev libretls-dev"
subpackages="$pkgname-doc"
source="ftp://bitreich.org/releases/sacc/sacc-$pkgver.tgz"
source="ftp://bitreich.org/releases/sacc/sacc-$pkgver.tar.gz"

build() {
	make
@@ -20,4 +20,4 @@ package() {
	make install PREFIX=/usr DESTDIR="$pkgdir"
}

sha512sums="bce8c0181336fb4f34259bf80b86f974d4534d7e397af5851097cad4345a58262b1d10807b4ed074422b1e16da23185261fac17770f5cbbe6b9839ee3c2e131c  sacc-1.03.tgz"
sha512sums="61eac55e2e5a24265b0c3f723fa7bb768f6df2de76001db89be6dc86fa4726b193b68e2d5461c1a47b0e13bfa8d28226e0f981753778a6260d1ddb8d4cdd0d10  sacc-1.05.tar.gz"
-- 
2.34.1