Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 6tunnel


Commits:
9ec59a5d by Felix Yan at 2026-03-04T06:24:50+08:00
upgpkg: 0.14-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,12 +1,12 @@
 pkgbase = 6tunnel
        pkgdesc = Tunnels IPv6 connections for IPv4-only applications
-       pkgver = 0.13
-       pkgrel = 3
+       pkgver = 0.14
+       pkgrel = 1
        url = https://github.com/wojtekka/6tunnel
        arch = x86_64
        license = GPL-2.0-only
-       source = 
https://github.com/wojtekka/6tunnel/releases/download/0.13/6tunnel-0.13.tar.gz
-       md5sums = b13ba5ad8efc5d74b2dd71c2df85ef35
-       sha256sums = 
8bc00d8dcd086d13328d868a78e204d8988b214e0c0f7fbdd0794ffe23207fe5
+       source = 
https://github.com/wojtekka/6tunnel/releases/download/0.14/6tunnel-0.14.tar.gz
+       md5sums = 20a86dbd158b330817f3105818c7fca0
+       sha256sums = 
6945312793079408f1ab40071cee68e70158a23560145f1d424a3eb16227f235
 
 pkgname = 6tunnel


=====================================
PKGBUILD
=====================================
@@ -2,20 +2,19 @@
 # Maintainer: Anders Bergh <[email protected]>
 
 pkgname=6tunnel
-pkgver=0.13
-pkgrel=3
+pkgver=0.14
+pkgrel=1
 pkgdesc="Tunnels IPv6 connections for IPv4-only applications"
 url="https://github.com/wojtekka/6tunnel";
 license=('GPL-2.0-only')
 arch=('x86_64')
 depends=()
 
source=(https://github.com/wojtekka/6tunnel/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('b13ba5ad8efc5d74b2dd71c2df85ef35')
-sha256sums=('8bc00d8dcd086d13328d868a78e204d8988b214e0c0f7fbdd0794ffe23207fe5')
+md5sums=('20a86dbd158b330817f3105818c7fca0')
+sha256sums=('6945312793079408f1ab40071cee68e70158a23560145f1d424a3eb16227f235')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver
-  autoconf
   ./configure --prefix=/usr
   make
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/6tunnel/-/commit/9ec59a5dac9fa4d9e11777c38705b68cf842d56f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/6tunnel/-/commit/9ec59a5dac9fa4d9e11777c38705b68cf842d56f
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to