summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Kugland2021-03-05 17:06:24 -0300
committerAndré Kugland2021-03-05 17:06:24 -0300
commitf97c8b4e60922e71157191cbc100552939e93076 (patch)
treec3da5b281c940a848d630278d96b606e32284139
parent99da08c0a5edaf7a05cc6adc6f776948237d3b75 (diff)
downloadaur-f97c8b4e60922e71157191cbc100552939e93076.tar.gz
added --rm
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a559f20aaba3..27a4dab7d001 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = ngrok-tunnel-docker
pkgdesc = Use ngrok securely using docker
- pkgver = 1.0.0
+ pkgver = 1.0.1
pkgrel = 1
url = https://github.com/kugland/ngrok-tunnel-docker
arch = x86_64
license = MIT
depends = bash
depends = docker
- source = ngrok-tunnel-docker-1.0.0.tar.gz::https://github.com/kugland/ngrok-tunnel-docker/archive/1.0.0.tar.gz
- sha256sums = 90a2dd7f988eb6c9496fa6e8e1a409a7c665748b848894bbf0538c52314413d0
+ source = ngrok-tunnel-docker-1.0.1.tar.gz::https://github.com/kugland/ngrok-tunnel-docker/archive/1.0.1.tar.gz
+ sha256sums = 186af6da894f204c763206d5057084c460a301c14feea277803acebd20e07ac5
pkgname = ngrok-tunnel-docker
diff --git a/PKGBUILD b/PKGBUILD
index c94f1e4216fa..42b40742b4df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: kugland <kugland at gmail dot com>
pkgname=ngrok-tunnel-docker
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
pkgdesc="Use ngrok securely using docker"
arch=(x86_64)
@@ -10,7 +10,7 @@ license=(MIT)
depends=(bash docker)
makedepends=()
source=("$pkgname-$pkgver.tar.gz::https://github.com/kugland/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('90a2dd7f988eb6c9496fa6e8e1a409a7c665748b848894bbf0538c52314413d0')
+sha256sums=('186af6da894f204c763206d5057084c460a301c14feea277803acebd20e07ac5')
package() {
cd "$srcdir/$pkgname-$pkgver"