summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCyril Levis2019-11-20 12:26:04 +0100
committerCyril Levis2019-11-20 12:26:04 +0100
commit8fdbfb2952cd74f1978b9e9134cae8b1e407a957 (patch)
treefd56973beca77db1298e1899ab43713d55289035
parenta1b7f3e4dfc726659a227c58fdbb7f9834ac9ab1 (diff)
downloadaur-8fdbfb2952cd74f1978b9e9134cae8b1e407a957.tar.gz
upgpkg: websocat-bin 1.5.0-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9e998eda215..41ceacb66a5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = websocat-bin
pkgdesc = Command-line client for WebSockets, like netcat (or curl) for ws:// with advanced socat-like functions
- pkgver = 1.2.0
+ pkgver = 1.5.0
pkgrel = 1
url = https://github.com/vi/websocat/
arch = x86_64
license = MIT
conflicts = websocat-git
- source = https://github.com/vi/websocat/releases/download/v1.2.0/websocat_amd64-linux
- sha256sums = 0c537869b885df28fe458b0db6738e3f07fb848865447fd1bacc41cdd717d4dd
+ source = https://github.com/vi/websocat/releases/download/v1.5.0/websocat_amd64-linux
+ sha256sums = e6012aa32b0437681c22b0c0738583b6d68863110159e2e158ccd63e6921c308
pkgname = websocat-bin
diff --git a/PKGBUILD b/PKGBUILD
index ae57d20256a4..835e2bed5ed1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Cyril Levis <pkgbuilds AT levis DOT name>
pkgname=websocat-bin
-pkgver=1.2.0
+pkgver=1.5.0
pkgrel=1
pkgdesc="Command-line client for WebSockets, like netcat (or curl) for ws:// with advanced socat-like functions"
arch=("x86_64")
@@ -11,7 +11,7 @@ depends=()
optdepends=()
conflicts=("websocat-git")
source=("https://github.com/vi/websocat/releases/download/v${pkgver}/websocat_amd64-linux")
-sha256sums=('0c537869b885df28fe458b0db6738e3f07fb848865447fd1bacc41cdd717d4dd')
+sha256sums=('e6012aa32b0437681c22b0c0738583b6d68863110159e2e158ccd63e6921c308')
package() {
install -d "$pkgdir/usr/bin"