Date: Friday, November 9, 2018 @ 23:32:17 Author: foutrelis Revision: 405306
Switch url/source to github Modified: 6tunnel/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-11-09 23:32:10 UTC (rev 405305) +++ PKGBUILD 2018-11-09 23:32:17 UTC (rev 405306) @@ -5,11 +5,11 @@ pkgver=0.12 pkgrel=1 pkgdesc="Tunnels IPv6 connections for IPv4-only applications" -url="http://toxygen.net/6tunnel/" +url="https://github.com/wojtekka/6tunnel" license=('GPL') arch=('x86_64') depends=() -source=(http://toxygen.net/6tunnel/$pkgname-$pkgver.tar.gz) +source=(https://github.com/wojtekka/6tunnel/releases/download/$pkgver/$pkgname-$pkgver.tar.gz) md5sums=('bc2d6f1ce5d8a054ea4dcbd17899e0db') build() {
