summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCyril Levis2020-11-02 14:51:56 +0100
committerCyril Levis2020-11-02 14:51:56 +0100
commit4669bdaf40c4d7b9d4f7daa27bb84e86d42e45d3 (patch)
tree47e3042cb52b5a64f59543b0cb8256adf783774e
parent8fdbfb2952cd74f1978b9e9134cae8b1e407a957 (diff)
downloadaur-4669bdaf40c4d7b9d4f7daa27bb84e86d42e45d3.tar.gz
upgpkg: websocat-bin 1.6.0-1
upstream release
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41ceacb66a5c..e2ede997403b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = websocat-bin
pkgdesc = Command-line client for WebSockets, like netcat (or curl) for ws:// with advanced socat-like functions
- pkgver = 1.5.0
+ pkgver = 1.6.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.5.0/websocat_amd64-linux
- sha256sums = e6012aa32b0437681c22b0c0738583b6d68863110159e2e158ccd63e6921c308
+ conflicts = websocat
+ source = https://github.com/vi/websocat/releases/download/v1.6.0/websocat_amd64-linux
+ sha256sums = cec0d7d05252dcadb09a5afb8851cf9f3a8997bba44334eee5f7db70ca72aa0b
pkgname = websocat-bin
diff --git a/PKGBUILD b/PKGBUILD
index 835e2bed5ed1..89f406044006 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Cyril Levis <pkgbuilds AT levis DOT name>
pkgname=websocat-bin
-pkgver=1.5.0
+pkgver=1.6.0
pkgrel=1
pkgdesc="Command-line client for WebSockets, like netcat (or curl) for ws:// with advanced socat-like functions"
arch=("x86_64")
@@ -9,9 +9,10 @@ url="https://github.com/vi/websocat/"
license=("MIT")
depends=()
optdepends=()
-conflicts=("websocat-git")
+conflicts=("websocat-git" "websocat")
+provide=("websocat")
source=("https://github.com/vi/websocat/releases/download/v${pkgver}/websocat_amd64-linux")
-sha256sums=('e6012aa32b0437681c22b0c0738583b6d68863110159e2e158ccd63e6921c308')
+sha256sums=('cec0d7d05252dcadb09a5afb8851cf9f3a8997bba44334eee5f7db70ca72aa0b')
package() {
install -d "$pkgdir/usr/bin"