summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ad169208a55..31cee96570eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = shell2http-bin
pkgdesc = HTTP-server to execute shell commands
- pkgver = 1.16.0
+ pkgver = 1.17.0
pkgrel = 1
url = https://github.com/msoap/shell2http
arch = x86_64
license = MIT
provides = shell2http
conflicts = shell2http
- 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
+ source = shell2http-bin-1.17.0.tar.gz::https://github.com/msoap/shell2http/releases/download/v1.17.0/shell2http_1.17.0_linux_amd64.tar.gz
+ sha256sums = 14b314a501bafa4c3819822fb0bdd1c6d8423ec495432116af184ebfdec3b296
pkgname = shell2http-bin
diff --git a/PKGBUILD b/PKGBUILD
index 93c1fccb7b32..6b3aa43c9467 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
+# Maintainer: tee < teeaur at duck dot com >
pkgname=shell2http-bin
-pkgver=1.16.0
+pkgver=1.17.0
pkgrel=1
pkgdesc='HTTP-server to execute shell commands'
arch=('x86_64')
@@ -10,7 +11,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=('82881123f9f027648e67904cef616729e693f12b09c917e41cf9566e9c337a03')
+sha256sums=('14b314a501bafa4c3819822fb0bdd1c6d8423ec495432116af184ebfdec3b296')
package() {
install -Dm755 "${srcdir}"/shell2http "${pkgdir}/usr/bin/shell2http"