~alpine/aports

community/wslay: upgrade to 1.1.0 v1 PROPOSED

Bennett Goble: 1
 community/wslay: upgrade to 1.1.0

 1 files changed, 3 insertions(+), 3 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/682/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] community/wslay: upgrade to 1.1.0 Export this patch

---
 community/wslay/APKBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/community/wslay/APKBUILD b/community/wslay/APKBUILD
index 91fa6309c3..a8b6ea95af 100644
--- a/community/wslay/APKBUILD
+++ b/community/wslay/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Bennett Goble <nivardus@gmail.com>
# Maintainer: Bennett Goble <nivardus@gmail.com>
pkgname=wslay
pkgver=1.0.0
pkgrel=1
pkgver=1.1.0
pkgrel=0
pkgdesc="The WebSocket library in C"
url="https://tatsuhiro-t.github.io/wslay/"
arch="all"
@@ -30,4 +30,4 @@ package() {
	make DESTDIR="$pkgdir" install
}

sha512sums="12aadf5a36a38efcbec68f42bc49f6fdc272be44b986e2ca26d6bf0660bf39437a400a7f33de9d8abfad0b2fde64ffef32cea5a586868aa33fa685e257e39a35  wslay-1.0.0.tar.gz"
sha512sums="c50435d5b74ce3e817986f2a587cb86726f23545dde6d046a7d0f0bdfe0b4d236739d22c14d74b7e9b5a45e799bb94002c710b2724d0c31629ca41eeadad5749  wslay-1.1.0.tar.gz"
-- 
2.20.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Already taken care of here, https://github.com/alpinelinux/aports/pull/7800.
You can toss this diff, thanks.

On Sat, May 11, 2019 at 9:40 AM Bennett Goble <nivardus@gmail.com> wrote: