summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO30
-rw-r--r--PKGBUILD19
2 files changed, 22 insertions, 27 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95e605f3bc86..a46b2a8d3e48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = chisel-tunnel
pkgdesc = A fast TCP tunnel over HTTP
- pkgver = 1.5.2
+ pkgver = 1.6.0
pkgrel = 1
url = https://github.com/jpillora/chisel
arch = i686
@@ -9,22 +9,22 @@ pkgbase = chisel-tunnel
arch = armv7h
arch = aarch64
license = MIT
- source = README_1.5.2.md::https://raw.githubusercontent.com/jpillora/chisel/v1.5.2/README.md
- source = users_1.5.2.json::https://raw.githubusercontent.com/jpillora/chisel/v1.5.2/example/users.json
- source = LICENSE_1.5.2::https://raw.githubusercontent.com/jpillora/chisel/v1.5.2/LICENSE
- sha256sums = 3218e28a28e2c5ffca17ee413a80ef1a8e9be7743ea7cf104c4ec5ffbe3c1cdb
+ source = README_1.6.0.md::https://raw.githubusercontent.com/jpillora/chisel/v1.6.0/README.md
+ source = users_1.6.0.json::https://raw.githubusercontent.com/jpillora/chisel/v1.6.0/example/users.json
+ source = LICENSE_1.6.0::https://raw.githubusercontent.com/jpillora/chisel/v1.6.0/LICENSE
+ sha256sums = d64dfc4c11a81fe2de4368f8f308ce876f88e4e9ff890dd0f31a8f69b4ba64ef
sha256sums = b3cb23ef88fcf4f39ee057289e7d2a92a03b2f33ec05caa4d70cd15a2ca60acd
sha256sums = 1edfe3540212ff667e460e212b31178e405139fdff18d643bdd49b05623ac3ac
- source_i686 = chisel_1.5.2_i686.gz::https://github.com/jpillora/chisel/releases/download/v1.5.2/chisel_1.5.2_linux_386.gz
- sha256sums_i686 = 90e2d1bb612d9658067799266605dff148b292dafd4f6ddff3e184a9b7998376
- source_x86_64 = chisel_1.5.2_x86_64.gz::https://github.com/jpillora/chisel/releases/download/v1.5.2/chisel_1.5.2_linux_amd64.gz
- sha256sums_x86_64 = 020e1dde294fabdc174cfec3d2405f70d462a897241582d16aff6670230acc45
- source_armv6h = chisel_1.5.2_armv6h.gz::https://github.com/jpillora/chisel/releases/download/v1.5.2/chisel_1.5.2_linux_armv6.gz
- sha256sums_armv6h = 90fcf63af14fcaee770bbf4f777845b46fc81a6c38ed966bb80c7b5078d46f17
- source_armv7h = chisel_1.5.2_armv7h.gz::https://github.com/jpillora/chisel/releases/download/v1.5.2/chisel_1.5.2_linux_armv7.gz
- sha256sums_armv7h = c336fabf158958c6946e05e28320ce520adab0ee3ccc7e1bc616179d1ece1908
- source_aarch64 = chisel_1.5.2_aarch64.gz::https://github.com/jpillora/chisel/releases/download/v1.5.2/chisel_1.5.2_linux_arm64.gz
- sha256sums_aarch64 = 78b372bf29a88ec2683f975ab11a728a53a19dba021023d9b2ee46fb94cf3a66
+ source_i686 = chisel_1.6.0_i686.gz::https://github.com/jpillora/chisel/releases/download/v1.6.0/chisel_1.6.0_linux_386.gz
+ sha256sums_i686 = 49cf02eb8f76329b62378b8e9b0ae5abbe0312b9f2c3e068dbdf57f9474dfd8c
+ source_x86_64 = chisel_1.6.0_x86_64.gz::https://github.com/jpillora/chisel/releases/download/v1.6.0/chisel_1.6.0_linux_amd64.gz
+ sha256sums_x86_64 = 4a4dbfa07c6f4a72b6727c4a2ed8ef2899f61f724a9b5d142ab30b1c283a6db8
+ source_armv6h = chisel_1.6.0_armv6h.gz::https://github.com/jpillora/chisel/releases/download/v1.6.0/chisel_1.6.0_linux_armv6.gz
+ sha256sums_armv6h = 389081eec49334d1d6ef3ba46e2167f6f3010443cf39a4f2e431b274fb58c369
+ source_armv7h = chisel_1.6.0_armv7h.gz::https://github.com/jpillora/chisel/releases/download/v1.6.0/chisel_1.6.0_linux_armv7.gz
+ sha256sums_armv7h = 030d5d76052e0da4488b216db816fd13bdaf25e047f0b34820a2b55305f9fd8c
+ source_aarch64 = chisel_1.6.0_aarch64.gz::https://github.com/jpillora/chisel/releases/download/v1.6.0/chisel_1.6.0_linux_arm64.gz
+ sha256sums_aarch64 = a63a403167d39341c7a116a1f8d599d19859743cbb254ba6203733213081913f
pkgname = chisel-tunnel
diff --git a/PKGBUILD b/PKGBUILD
index fa5a94e10633..38ff0a50bbfc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Cédric Connes <cedric.connes@gmail.com>
pkgname=chisel-tunnel
-pkgver=1.5.2
+pkgver=1.6.0
pkgrel=1
pkgdesc="A fast TCP tunnel over HTTP"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
@@ -15,19 +15,14 @@ source_x86_64=("chisel_${pkgver}_x86_64.gz::https://github.com/jpillora/chisel/r
source_armv6h=("chisel_${pkgver}_armv6h.gz::https://github.com/jpillora/chisel/releases/download/v$pkgver/chisel_${pkgver}_linux_armv6.gz")
source_armv7h=("chisel_${pkgver}_armv7h.gz::https://github.com/jpillora/chisel/releases/download/v$pkgver/chisel_${pkgver}_linux_armv7.gz")
source_aarch64=("chisel_${pkgver}_aarch64.gz::https://github.com/jpillora/chisel/releases/download/v$pkgver/chisel_${pkgver}_linux_arm64.gz")
-sha256sums=('3218e28a28e2c5ffca17ee413a80ef1a8e9be7743ea7cf104c4ec5ffbe3c1cdb'
+sha256sums=('d64dfc4c11a81fe2de4368f8f308ce876f88e4e9ff890dd0f31a8f69b4ba64ef'
'b3cb23ef88fcf4f39ee057289e7d2a92a03b2f33ec05caa4d70cd15a2ca60acd'
'1edfe3540212ff667e460e212b31178e405139fdff18d643bdd49b05623ac3ac')
-sha256sums_i686=('90e2d1bb612d9658067799266605dff148b292dafd4f6ddff3e184a9b7998376')
-sha256sums_x86_64=('020e1dde294fabdc174cfec3d2405f70d462a897241582d16aff6670230acc45')
-sha256sums_armv6h=('90fcf63af14fcaee770bbf4f777845b46fc81a6c38ed966bb80c7b5078d46f17')
-sha256sums_armv7h=('c336fabf158958c6946e05e28320ce520adab0ee3ccc7e1bc616179d1ece1908')
-sha256sums_aarch64=('78b372bf29a88ec2683f975ab11a728a53a19dba021023d9b2ee46fb94cf3a66')
-
-prepare() {
- # Temporary, until this bug gets fixed: https://bugs.astron.com/view.php?id=112
- zcat "chisel_${pkgver}_$CARCH.gz" > "chisel_${pkgver}_$CARCH"
-}
+sha256sums_i686=('49cf02eb8f76329b62378b8e9b0ae5abbe0312b9f2c3e068dbdf57f9474dfd8c')
+sha256sums_x86_64=('4a4dbfa07c6f4a72b6727c4a2ed8ef2899f61f724a9b5d142ab30b1c283a6db8')
+sha256sums_armv6h=('389081eec49334d1d6ef3ba46e2167f6f3010443cf39a4f2e431b274fb58c369')
+sha256sums_armv7h=('030d5d76052e0da4488b216db816fd13bdaf25e047f0b34820a2b55305f9fd8c')
+sha256sums_aarch64=('a63a403167d39341c7a116a1f8d599d19859743cbb254ba6203733213081913f')
package() {
install -D -m755 "chisel_${pkgver}_$CARCH" "$pkgdir/usr/bin/chisel"