summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0ce4c30a1a2..66930eb0fb71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = haskell-wstunnel-bin
pkgdesc = Tunneling over websocket protocol
- pkgver = 3.1
+ pkgver = 4.0
pkgrel = 1
url = https://github.com/erebe/wstunnel
arch = x86_64
@@ -11,19 +11,17 @@ pkgbase = haskell-wstunnel-bin
provides = haskell-wstunnel
conflicts = haskell-wstunnel
conflicts = nodejs-wstunnel
- source = haskell-wstunnel-bin-3.1-LICENSE::https://github.com/erebe/wstunnel/raw/v3.1/LICENSE
- source = haskell-wstunnel-bin-3.1-README.md::https://github.com/erebe/wstunnel/raw/v3.1/README.md
- source = haskell-wstunnel-bin-3.1-logo.png::https://github.com/erebe/wstunnel/raw/v3.1/logo_wstunnel.png
+ source = haskell-wstunnel-bin-4.0-LICENSE::https://github.com/erebe/wstunnel/raw/v4.0/LICENSE
+ source = haskell-wstunnel-bin-4.0-README.md::https://github.com/erebe/wstunnel/raw/v4.0/README.md
+ source = haskell-wstunnel-bin-4.0-logo.png::https://github.com/erebe/wstunnel/raw/v4.0/logo_wstunnel.png
sha256sums = eaea4f8a2ebca92e3ca13f77d01364b110723c70ed6370ce1ecdb4f84261d411
sha256sums = 341a52f78b0a7af437a674650805bd8d0e1ee038854e2c50e91be8bd00e9168b
sha256sums = e193de98502986dfb54639058b1409e92282f78b54d04b0d2735d4b4c9be2b77
- source_x86_64 = haskell-wstunnel-bin-3.1-x86_64::https://github.com/erebe/wstunnel/releases/download/v3.1/wstunnel-x64-linux
- sha256sums_x86_64 = d22edd6dc10a971e77c46a09c512077a71a16abaede8a50a0d6a7afb3b36d69b
+ source_x86_64 = haskell-wstunnel-bin-4.0-x86_64::https://github.com/erebe/wstunnel/releases/download/v4.0/wstunnel-x64-linux
+ sha256sums_x86_64 = 356b16e87c4185a399129be74e0c48976eedc44a95279dd7697613ba6d6a3fbf
depends_i686 = gmp
depends_i686 = zlib
- source_armv7l = haskell-wstunnel-bin-3.1-armv7l.zip::https://github.com/erebe/wstunnel/releases/download/v3.1/wstunnel-armv7l-linux.zip
- sha256sums_armv7l = e48f7ad7233165c47769665cf001acf97d5460f3b77417e9b37dae70b30cd6a6
- source_aarch64 = haskell-wstunnel-bin-3.1-aarch64.zip::https://github.com/erebe/wstunnel/releases/download/v3.1/wstunnel-aarch64-linux.zip
- sha256sums_aarch64 = e6c9569a1f94dfd2ec71ddc03cca2eeed6e9b23fbf4ef8fcf3b06ef7e29f007d
+ source_armv7l = haskell-wstunnel-bin-4.0-armv7l.zip::https://github.com/erebe/wstunnel/releases/download/v4.0/wstunnel-armv7l-linux.zip
+ sha256sums_armv7l = 6791a3b6d823c31d4000902ad1ec5efb0aca117fa1e0f95264bccb9e4ab80602
pkgname = haskell-wstunnel-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1f0976f14caf..a599078b3166 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projname=wstunnel
_pkgname=haskell-"${_projname}"
pkgname="${_pkgname}"-bin
-pkgver=3.1
+pkgver=4.0
pkgrel=1
pkgdesc="Tunneling over websocket protocol"
arch=('x86_64' 'i686' 'armv7l' 'aarch64')
@@ -16,13 +16,11 @@ source=("${pkgname}-${pkgver}-LICENSE::https://github.com/erebe/${_projname}/raw
"${pkgname}-${pkgver}-logo.png::https://github.com/erebe/${_projname}/raw/v${pkgver}/logo_${_projname}.png")
source_x86_64=("${pkgname}-${pkgver}-x86_64::https://github.com/erebe/${_projname}/releases/download/v${pkgver}/${_projname}-x64-linux")
source_armv7l=("${pkgname}-${pkgver}-armv7l.zip::https://github.com/erebe/${_projname}/releases/download/v${pkgver}/${_projname}-armv7l-linux.zip")
-source_aarch64=("${pkgname}-${pkgver}-aarch64.zip::https://github.com/erebe/${_projname}/releases/download/v${pkgver}/${_projname}-aarch64-linux.zip")
sha256sums=('eaea4f8a2ebca92e3ca13f77d01364b110723c70ed6370ce1ecdb4f84261d411'
'341a52f78b0a7af437a674650805bd8d0e1ee038854e2c50e91be8bd00e9168b'
'e193de98502986dfb54639058b1409e92282f78b54d04b0d2735d4b4c9be2b77')
-sha256sums_x86_64=('d22edd6dc10a971e77c46a09c512077a71a16abaede8a50a0d6a7afb3b36d69b')
-sha256sums_armv7l=('e48f7ad7233165c47769665cf001acf97d5460f3b77417e9b37dae70b30cd6a6')
-sha256sums_aarch64=('e6c9569a1f94dfd2ec71ddc03cca2eeed6e9b23fbf4ef8fcf3b06ef7e29f007d')
+sha256sums_x86_64=('356b16e87c4185a399129be74e0c48976eedc44a95279dd7697613ba6d6a3fbf')
+sha256sums_armv7l=('6791a3b6d823c31d4000902ad1ec5efb0aca117fa1e0f95264bccb9e4ab80602')
prepare() {
sed -i "s|https://github.com/erebe/${_projname}/raw/master/logo_${_projname}.png|logo.png|g" "${pkgname}-${pkgver}-README.md"
@@ -32,7 +30,7 @@ package() {
local _executable_name
case "$CARCH" in
x86_64) _executable_name="${pkgname}-${pkgver}-${CARCH}" ;;
- *) _executable_name="${_projname}/${_projname}" ;;
+ *) _executable_name="${_projname}" ;;
esac
install -Dm755 "${_executable_name}" "${pkgdir}/usr/bin/${_projname}"