diff options
-rw-r--r-- | community/gwsocket/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/gwsocket/APKBUILD b/community/gwsocket/APKBUILD index b0b053d398..0580e02253 100644 --- a/community/gwsocket/APKBUILD +++ b/community/gwsocket/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Jakub Jirutka <jakub@jirutka.cz> # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=gwsocket -pkgver=0.2 -pkgrel=1 +pkgver=0.3 +pkgrel=0 pkgdesc="A simple, standalone, language-agnostic, RFC6455 compliant WebSocket Server" url="http://gwsocket.io" arch="all" @@ -41,4 +41,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="074676e8df80b3250be041e0f9225e6a5ba59eb8ecad9b95cd2b11038e52bc0a462144fbc302eb9b7816f38a23b12b4d9a7e949dce206fcb19938adeb5f4feb2 gwsocket-0.2.tar.gz" +sha512sums="397b10ec22631033e718236bfa5ef297ded6eef5241a8be74fd41495b3d25b5fd31a1cac5389de461bcc61b5cf4da599915608ddd93f7ea788f21b032977520d gwsocket-0.3.tar.gz" |