summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2023-04-15 22:07:01 +0200
committerDimitris Kiziridis2023-04-15 22:07:01 +0200
commit31f672bb71f92585e51de9460d9f3869bca2ad58 (patch)
treeba8d5ddee10fa26dd2fc8d317bdb9f16f5cf9d3c
parent3e784228b3598eef89970436676c7abeb1545460 (diff)
downloadaur-31f672bb71f92585e51de9460d9f3869bca2ad58.tar.gz
Update to 1.16.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e8a2ae5d2b8..7ad169208a55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = shell2http-bin
pkgdesc = HTTP-server to execute shell commands
- pkgver = 1.14.2
- pkgrel = 2
+ pkgver = 1.16.0
+ pkgrel = 1
url = https://github.com/msoap/shell2http
arch = x86_64
license = MIT
provides = shell2http
conflicts = shell2http
- source = shell2http-bin-1.14.2.tar.gz::https://github.com/msoap/shell2http/releases/download/v1.14.2/shell2http_1.14.2_linux_amd64.tar.gz
- sha256sums = 4708b1f89599f1bcd7aabd5e6a2843b2ed3580be207673b604f964b5d20cd3b5
+ source = shell2http-bin-1.16.0.tar.gz::https://github.com/msoap/shell2http/releases/download/v1.16.0/shell2http_1.16.0_linux_amd64.tar.gz
+ sha256sums = 82881123f9f027648e67904cef616729e693f12b09c917e41cf9566e9c337a03
pkgname = shell2http-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4053643c2cbd..93c1fccb7b32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=shell2http-bin
-pkgver=1.14.2
-pkgrel=2
+pkgver=1.16.0
+pkgrel=1
pkgdesc='HTTP-server to execute shell commands'
arch=('x86_64')
url="https://github.com/msoap/shell2http"
@@ -10,7 +10,7 @@ license=('MIT')
conflicts=('shell2http')
provides=('shell2http')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/msoap/shell2http/releases/download/v${pkgver}/shell2http_${pkgver}_linux_amd64.tar.gz")
-sha256sums=('4708b1f89599f1bcd7aabd5e6a2843b2ed3580be207673b604f964b5d20cd3b5')
+sha256sums=('82881123f9f027648e67904cef616729e693f12b09c917e41cf9566e9c337a03')
package() {
install -Dm755 "${srcdir}"/shell2http "${pkgdir}/usr/bin/shell2http"