summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5df209071ac1..9ce36f7527b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = mole-bin
pkgdesc = CLI app to create SSH tunnels
- pkgver = 0.5.0
- pkgrel = 3
+ pkgver = 2.0.0
+ pkgrel = 1
url = https://davrodpin.github.io/mole
arch = x86_64
license = MIT
depends = glibc
provides = mole
- source = mole-bin-0.5.0.tar.gz::https://github.com/davrodpin/mole/releases/download/v0.5.0/mole0.5.0.linux-amd64.tar.gz
+ source = mole-bin-2.0.0.tar.gz::https://github.com/davrodpin/mole/releases/download/v2.0.0/mole2.0.0.linux-amd64.tar.gz
source = https://raw.githubusercontent.com/davrodpin/mole/master/LICENSE
- sha256sums = 3d9398791f00878bb77bfaee9d84dd5c93755f639fbe592b7b655ec4f5889edd
+ sha256sums = fd38d9f529181651b230c013825849fc467292fa11c44b27b0c21c579f883d82
sha256sums = 7e7839a3eb39cd8fa942a0ceeeac3ad214ec7d03b4be72da318ca0c15b1fb3a7
pkgname = mole-bin
-
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
+}