aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Kappus <joe@wt.gd>2023-09-16 21:07:53 -0400
committerJoe Kappus <joe@wt.gd>2023-09-16 21:07:53 -0400
commit63969c2ccb5a421d05e7bec9e8c07c36e8fe91a2 (patch)
tree196b6fb6fbe4a2cef2721e8acae14864cd8f0b85 /net-proxy
parentnet-misc/xmrig-mo: add 6.20.0 (diff)
downloadguru-63969c2ccb5a421d05e7bec9e8c07c36e8fe91a2.tar.gz
guru-63969c2ccb5a421d05e7bec9e8c07c36e8fe91a2.tar.bz2
guru-63969c2ccb5a421d05e7bec9e8c07c36e8fe91a2.zip
net-proxy/snowflake: add 2.6.1, drop 2.5.1
Signed-off-by: Joe Kappus <joe@wt.gd>
Diffstat (limited to 'net-proxy')
-rw-r--r--net-proxy/snowflake/Manifest2
-rw-r--r--net-proxy/snowflake/snowflake-2.6.1.ebuild (renamed from net-proxy/snowflake/snowflake-2.5.1.ebuild)7
2 files changed, 6 insertions, 3 deletions
diff --git a/net-proxy/snowflake/Manifest b/net-proxy/snowflake/Manifest
index fd29177a3..49968dd4c 100644
--- a/net-proxy/snowflake/Manifest
+++ b/net-proxy/snowflake/Manifest
@@ -1 +1 @@
-DIST snowflake-2.5.1.tar.gz 17989511 BLAKE2B 5d254e483803d0c03121acb12a188250eee79aec1af69d22bc88600ce5ffb67af09e437998a072977e6c9437b3fe5612e84663a90be66fb370eebf10f03327e2 SHA512 270eefa3cc999db36118871d23b2beebf4ef002c23e4c6a41e33bfa25a9c51c0305d2b8ad01f34863001ac5f822a9d97496249e2a4c0ae5c1a7af58cc56c26a4
+DIST snowflake-v2.6.1.tar.gz 20711818 BLAKE2B 47a0d1b34b598b58d840402bd65316f80e54fa2ff13a824fbd4bd7481751558ab4e724ae7bddfd7b47427d3a1fa23f976e5f7ff64f544cdd59cabfc878b4a9fc SHA512 2d93c34d5b984864de2189df5c8a0e04473ffdac74b704948ca70cb265f9f163f58225d8496d5087355a15e0f9f57a2dfd536dce6bca7a8bf27a72b594ef6a47
diff --git a/net-proxy/snowflake/snowflake-2.5.1.ebuild b/net-proxy/snowflake/snowflake-2.6.1.ebuild
index fa82ac8eb..47763037a 100644
--- a/net-proxy/snowflake/snowflake-2.5.1.ebuild
+++ b/net-proxy/snowflake/snowflake-2.6.1.ebuild
@@ -5,13 +5,16 @@ EAPI=8
inherit go-module systemd
-JOB_ID="222736"
+MY_PV="v${PV}"
+MY_P="${PN}-${MY_PV}"
+
+JOB_ID="363325"
DESCRIPTION="Pluggable Transport using WebRTC, inspired by Flashproxy"
HOMEPAGE="
https://snowflake.torproject.org/
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake
"
-SRC_URI="https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/${PN}/-/jobs/${JOB_ID}/artifacts/raw/${P}.tar.gz"
+SRC_URI="https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/${PN}/-/jobs/${JOB_ID}/artifacts/raw/${MY_P}.tar.gz"
LICENSE="Apache-2.0 BSD BSD-2 CC0-1.0 MIT"
SLOT="0"