summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCyril Levis2019-01-25 11:14:19 +0100
committerCyril Levis2019-01-25 11:14:19 +0100
commita1b7f3e4dfc726659a227c58fdbb7f9834ac9ab1 (patch)
treeea95eaef6ca8249254d50caf6990baa28ce49d73
parent506cbce08f2db032e2951f3113275eb8a9d548cf (diff)
downloadaur-a1b7f3e4dfc726659a227c58fdbb7f9834ac9ab1.tar.gz
upgpkg: websocat-bin 1.2.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 3a443060bebd..f9e998eda215 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.1.0
+ pkgver = 1.2.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.1.0/websocat_amd64-linux
- sha256sums = d8db1afd26e1d79206687ae8afd05d3f0f7da489984cce5959f1dc9a66232c7c
+ source = https://github.com/vi/websocat/releases/download/v1.2.0/websocat_amd64-linux
+ sha256sums = 0c537869b885df28fe458b0db6738e3f07fb848865447fd1bacc41cdd717d4dd
pkgname = websocat-bin
diff --git a/PKGBUILD b/PKGBUILD
index ffbe8d2e928f..ae57d20256a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Cyril Levis <pkgbuilds AT levis DOT name>
pkgname=websocat-bin
-pkgver=1.1.0
+pkgver=1.2.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=('d8db1afd26e1d79206687ae8afd05d3f0f7da489984cce5959f1dc9a66232c7c')
+sha256sums=('0c537869b885df28fe458b0db6738e3f07fb848865447fd1bacc41cdd717d4dd')
package() {
install -d "$pkgdir/usr/bin"