summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2ede997403b..32b6964a1566 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.6.0
+ pkgver = 1.7.0
pkgrel = 1
url = https://github.com/vi/websocat/
arch = x86_64
license = MIT
conflicts = websocat-git
conflicts = websocat
- source = https://github.com/vi/websocat/releases/download/v1.6.0/websocat_amd64-linux
+ source = https://github.com/vi/websocat/releases/download/v1.7.0/websocat_amd64-linux
sha256sums = cec0d7d05252dcadb09a5afb8851cf9f3a8997bba44334eee5f7db70ca72aa0b
pkgname = websocat-bin
diff --git a/PKGBUILD b/PKGBUILD
index 89f406044006..16d5184c9256 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Cyril Levis <pkgbuilds AT levis DOT name>
pkgname=websocat-bin
-pkgver=1.6.0
+pkgver=1.7.0
pkgrel=1
pkgdesc="Command-line client for WebSockets, like netcat (or curl) for ws:// with advanced socat-like functions"
arch=("x86_64")