update version

This commit is contained in:
Balakrishnan Balasubramanian 2025-05-22 12:48:10 -04:00
parent 6dd6e52d41
commit 3f5dcd3a20
2 changed files with 5 additions and 5 deletions

View File

@ -1,12 +1,12 @@
pkgbase = nnss pkgbase = nnss
pkgdesc = Network Namespace setup using SSH SOCKS proxy pkgdesc = Network Namespace setup using SSH SOCKS proxy
pkgver = 0.3.0 pkgver = 0.4.0
pkgrel = 1 pkgrel = 1
url = https://gitea.balki.me/balki/nnss url = https://gitea.balki.me/balki/nnss
arch = any arch = any
license = MPL license = MPL
depends = tun2socks depends = tun2socks
source = git+https://gitea.balki.me/balki/nnss.git#tag=v0.3.0 source = git+https://gitea.balki.me/balki/nnss.git#tag=v0.4.0
sha256sums = db3c866274224204259c4e48522fee5ac7678d34b02a0285f1073661027402ac sha256sums = 77762256ac669c7fd484424520fc4d6eac453e5a0068b633923e8fa9d5c16279
pkgname = nnss pkgname = nnss

View File

@ -1,7 +1,7 @@
# Maintainer: Balakrishnan Balasubramanian <aur@balki.me> # Maintainer: Balakrishnan Balasubramanian <aur@balki.me>
pkgname=nnss pkgname=nnss
pkgver=0.3.0 pkgver=0.4.0
pkgrel=1 pkgrel=1
pkgdesc='Network Namespace setup using SSH SOCKS proxy' pkgdesc='Network Namespace setup using SSH SOCKS proxy'
arch=('any') arch=('any')
@ -9,7 +9,7 @@ license=('MPL')
depends=('tun2socks') depends=('tun2socks')
url="https://gitea.balki.me/balki/$pkgname" url="https://gitea.balki.me/balki/$pkgname"
source=("git+$url.git#tag=v$pkgver") source=("git+$url.git#tag=v$pkgver")
sha256sums=('db3c866274224204259c4e48522fee5ac7678d34b02a0285f1073661027402ac') sha256sums=('77762256ac669c7fd484424520fc4d6eac453e5a0068b633923e8fa9d5c16279')
package() { package() {
cd "$pkgname" cd "$pkgname"