summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmytro Meleshko2023-03-22 12:27:32 +0100
committerDmytro Meleshko2023-03-22 12:27:32 +0100
commit1ef7498dfb132677657ccc925bdc90d0e6834db0 (patch)
tree70db3180454832b0debf3729a23b5cec2aa8b38c
parent6947ea06ce8c43ea0e24ebe90b3a6aa7542d8ce4 (diff)
downloadaur-1ef7498dfb132677657ccc925bdc90d0e6834db0.tar.gz
v5.0
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD12
2 files changed, 15 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebf71edb6853..1588c428b91e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = haskell-wstunnel-bin
pkgdesc = Tunneling over websocket protocol
- pkgver = 4.1
+ pkgver = 5.0
pkgrel = 1
url = https://github.com/erebe/wstunnel
arch = x86_64
@@ -11,17 +11,17 @@ pkgbase = haskell-wstunnel-bin
provides = haskell-wstunnel
conflicts = haskell-wstunnel
conflicts = nodejs-wstunnel
- source = haskell-wstunnel-bin-4.1-LICENSE::https://github.com/erebe/wstunnel/raw/v4.1/LICENSE
- source = haskell-wstunnel-bin-4.1-README.md::https://github.com/erebe/wstunnel/raw/v4.1/README.md
- source = haskell-wstunnel-bin-4.1-logo.png::https://github.com/erebe/wstunnel/raw/v4.1/logo_wstunnel.png
+ source = haskell-wstunnel-bin-5.0-LICENSE::https://github.com/erebe/wstunnel/raw/v5.0/LICENSE
+ source = haskell-wstunnel-bin-5.0-README.md::https://github.com/erebe/wstunnel/raw/v5.0/README.md
+ source = haskell-wstunnel-bin-5.0-logo.png::https://github.com/erebe/wstunnel/raw/v5.0/logo_wstunnel.png
sha256sums = eaea4f8a2ebca92e3ca13f77d01364b110723c70ed6370ce1ecdb4f84261d411
- sha256sums = 0c36b137a787f94d66a9abc9bbc240da0fb3ac3624bcc573a55df3dfe063ac6a
+ sha256sums = fe741dbc74317e774f80e47cf532e2ad482360381b352ff4c0a58ff89541335a
sha256sums = e193de98502986dfb54639058b1409e92282f78b54d04b0d2735d4b4c9be2b77
- source_x86_64 = haskell-wstunnel-bin-4.1-x86_64::https://github.com/erebe/wstunnel/releases/download/v4.1/wstunnel-x64-linux
- sha256sums_x86_64 = 2c900b3390a439730449cf804d18020c43e9b2883d0c0f6ad3140c22f2a26d07
+ source_x86_64 = haskell-wstunnel-bin-5.0-x86_64::https://github.com/erebe/wstunnel/releases/download/v5.0/wstunnel-linux-x64
+ sha256sums_x86_64 = 7f55e2e138f430f799a0794f45cdad4619295492a4a88380af07050900a2d61b
depends_i686 = gmp
depends_i686 = zlib
- source_aarch64 = haskell-wstunnel-bin-4.1-aarch64.zip::https://github.com/erebe/wstunnel/releases/download/v4.1/wstunnel-aarch64-linux.zip
- sha256sums_aarch64 = a765f7ce669454fd4124b5cace7a240d9ead4e8c504cced4f7c486a3845a1239
+ source_aarch64 = haskell-wstunnel-bin-5.0-aarch64.zip::https://github.com/erebe/wstunnel/releases/download/v5.0/wstunnel-linux-aarch64.zip
+ sha256sums_aarch64 = 4b5308ac84b5852d45542c9f1e792a19bcc279aec08c2f5c1f702f3f097f3d12
pkgname = haskell-wstunnel-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4a94b22d1dd1..68f66ed35390 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projname=wstunnel
_pkgname=haskell-"${_projname}"
pkgname="${_pkgname}"-bin
-pkgver=4.1
+pkgver=5.0
pkgrel=1
pkgdesc="Tunneling over websocket protocol"
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
@@ -14,13 +14,13 @@ conflicts=("${_pkgname}" 'nodejs-wstunnel')
source=("${pkgname}-${pkgver}-LICENSE::https://github.com/erebe/${_projname}/raw/v${pkgver}/LICENSE"
"${pkgname}-${pkgver}-README.md::https://github.com/erebe/${_projname}/raw/v${pkgver}/README.md"
"${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_aarch64=("${pkgname}-${pkgver}-aarch64.zip::https://github.com/erebe/${_projname}/releases/download/v${pkgver}/${_projname}-aarch64-linux.zip")
+source_x86_64=("${pkgname}-${pkgver}-x86_64::https://github.com/erebe/${_projname}/releases/download/v${pkgver}/${_projname}-linux-x64")
+source_aarch64=("${pkgname}-${pkgver}-aarch64.zip::https://github.com/erebe/${_projname}/releases/download/v${pkgver}/${_projname}-linux-aarch64.zip")
sha256sums=('eaea4f8a2ebca92e3ca13f77d01364b110723c70ed6370ce1ecdb4f84261d411'
- '0c36b137a787f94d66a9abc9bbc240da0fb3ac3624bcc573a55df3dfe063ac6a'
+ 'fe741dbc74317e774f80e47cf532e2ad482360381b352ff4c0a58ff89541335a'
'e193de98502986dfb54639058b1409e92282f78b54d04b0d2735d4b4c9be2b77')
-sha256sums_x86_64=('2c900b3390a439730449cf804d18020c43e9b2883d0c0f6ad3140c22f2a26d07')
-sha256sums_aarch64=('a765f7ce669454fd4124b5cace7a240d9ead4e8c504cced4f7c486a3845a1239')
+sha256sums_x86_64=('7f55e2e138f430f799a0794f45cdad4619295492a4a88380af07050900a2d61b')
+sha256sums_aarch64=('4b5308ac84b5852d45542c9f1e792a19bcc279aec08c2f5c1f702f3f097f3d12')
prepare() {
sed -i "s|https://github.com/erebe/${_projname}/raw/master/logo_${_projname}.png|logo.png|g" "${pkgname}-${pkgver}-README.md"