summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDimitris Kiziridis2022-01-13 03:31:21 +0200
committerDimitris Kiziridis2022-01-13 03:31:21 +0200
commit16cb7f1de1e851b114602d1156e6c9afeabe228d (patch)
tree6fd5994d5a5fac56abc731dc2d6331246693c3b5 /PKGBUILD
parent7af0d092af147d16ef1cc88cb27e8724090a39b7 (diff)
downloadaur-mole-bin.tar.gz
Update to 2.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5778bd7f020c..af8b40e2bcb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=mole-bin
-pkgver=0.5.0
-pkgrel=3
+pkgver=2.0.0
+pkgrel=1
pkgdesc="CLI app to create SSH tunnels"
arch=('x86_64')
url='https://davrodpin.github.io/mole'
@@ -11,10 +11,10 @@ license=('MIT')
provides=('mole')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/davrodpin/mole/releases/download/v${pkgver}/mole${pkgver}.linux-amd64.tar.gz"
'https://raw.githubusercontent.com/davrodpin/mole/master/LICENSE')
-sha256sums=('3d9398791f00878bb77bfaee9d84dd5c93755f639fbe592b7b655ec4f5889edd'
- '7e7839a3eb39cd8fa942a0ceeeac3ad214ec7d03b4be72da318ca0c15b1fb3a7')
+sha256sums=('fd38d9f529181651b230c013825849fc467292fa11c44b27b0c21c579f883d82'
+ '7e7839a3eb39cd8fa942a0ceeeac3ad214ec7d03b4be72da318ca0c15b1fb3a7')
package() {
install -Dm755 "${srcdir}"/mole "${pkgdir}/usr/bin/mole"
install -Dm644 "${srcdir}"/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-} \ No newline at end of file
+}