X-Original-To: alpine-aports@lists.alpinelinux.org Received: from fx.arvanta.net (static-213-198-238-194.adsl.eunet.rs [213.198.238.194]) by lists.alpinelinux.org (Postfix) with ESMTP id 462DEF85BF9 for ; Thu, 10 Jan 2019 14:15:57 +0000 (UTC) Received: from arya.arvanta.net (arya.arvanta.net [10.5.1.6]) by fx.arvanta.net (Postfix) with ESMTP id 389091AC54; Thu, 10 Jan 2019 15:15:56 +0100 (CET) From: =?UTF-8?q?Milan=20P=2E=20Stani=C4=87?= To: alpine-aports@lists.alpinelinux.org Cc: =?UTF-8?q?Milan=20P=2E=20Stani=C4=87?= Subject: [alpine-aports] [PATCH] testing/corkscrew: change source and url, upstream site is 'dead' Date: Thu, 10 Jan 2019 15:15:52 +0100 Message-Id: <20190110141552.5757-1-mps@arvanta.net> X-Mailer: git-send-email 2.18.1 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- usptream site is for sale, so changed url to example.net and source to Debian archive testing/corkscrew/APKBUILD | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/testing/corkscrew/APKBUILD b/testing/corkscrew/APKBUILD index 6029e62766..fdc6704e10 100644 --- a/testing/corkscrew/APKBUILD +++ b/testing/corkscrew/APKBUILD @@ -2,16 +2,16 @@ # Maintainer: pkgname=corkscrew pkgver=2.0 -pkgrel=0 +pkgrel=1 pkgdesc="Tool for tunneling SSH through HTTP proxies" -url="http://agroman.net/corkscrew/" +url="http://example.net/" arch="all" license="GPL" depends="" makedepends="autoconf automake" install="" subpackages="$pkgname-doc" -source="http://agroman.net/$pkgname/$pkgname-$pkgver.tar.gz +source="http://deb.debian.org/debian/pool/main/c/$pkgname/${pkgname}_$pkgver.orig.tar.gz corkscrew-2.0-from-debian.patch corkscrew-2.0-typo.patch corkscrew-2.0-autoconf.patch @@ -48,17 +48,7 @@ package() { "$pkgdir"/usr/share/man/man1/corkscrew.1 || return 1 } -md5sums="35df77e7f0e59c0ec4f80313be52c10a corkscrew-2.0.tar.gz -877c4d390dde4af6669f26ead2d4f3d9 corkscrew-2.0-from-debian.patch -2c8c799949903a166bb08a6747a3563c corkscrew-2.0-typo.patch -bd80d0cc791e83734d7521ccc59badb6 corkscrew-2.0-autoconf.patch -bf041e99c7395e32460c34b3a01c9db1 corkscrew.1" -sha256sums="0d0fcbb41cba4a81c4ab494459472086f377f9edb78a2e2238ed19b58956b0be corkscrew-2.0.tar.gz -6dd9455f3063cab53fd95c416d5706d921d19a050794cf53df7f2f51e5a97511 corkscrew-2.0-from-debian.patch -94a2137fbfe09b2c417dab251ce98e75ca4bc219c0002eaaeb84236f26361fe5 corkscrew-2.0-typo.patch -b4fb8a9c40e1902f718a9e2bd03bf43976fe57903f977d20d6e81812f97ac777 corkscrew-2.0-autoconf.patch -67f442ffccda98b05a1b4b42c9e4064f538467361d36fcca1401398efd3a44b2 corkscrew.1" -sha512sums="bfea81064601cdf67ba1730b49e3a5f7aa377423edbfb052ff0f6b2776b49e104852b7f126f4668d37541a706313ef37d9b4535126e94bb202db4ac38f693e6f corkscrew-2.0.tar.gz +sha512sums="bfea81064601cdf67ba1730b49e3a5f7aa377423edbfb052ff0f6b2776b49e104852b7f126f4668d37541a706313ef37d9b4535126e94bb202db4ac38f693e6f corkscrew_2.0.orig.tar.gz 58b8360155aefc636dfed3c1be89ebbcf39b623dacea12d1fdf3c5831f3b6d06c4f8510a3ccc125f24644a0ca27606c10af99e22266fdd7eca5a3677504f88fb corkscrew-2.0-from-debian.patch 6a685588231485b3808909d12885ed4265f9dd471bf89774ee7f4603577a866c16b296642f223c5ca91eb75c71c552d3aac249bed451dcdffbdacc19abda309d corkscrew-2.0-typo.patch 3ad3ac14717e2f8120bd7415426232e081cdc3a1c46437a54a4e27f7cc3777ecf266cd52a9917a48317dedc5c529363a404d4ff556f20c52bf0c00ee4003e799 corkscrew-2.0-autoconf.patch -- 2.18.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---