summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKokaKiwi2022-12-07 23:08:49 +0100
committerKokaKiwi2022-12-07 23:08:49 +0100
commit97823eb24b54fa4c041ae094fb99e0a88b5b840c (patch)
tree962b36221eb765457b65ae4f04191e8e21d5abfb
parenta957bef5e4be7770e5749028a87e074d0c82c134 (diff)
downloadaur-97823eb24b54fa4c041ae094fb99e0a88b5b840c.tar.gz
Update: 2.4.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5bb7efce0fdf..74317b243805 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = snowflake-pt-proxy
pkgdesc = Snowflake is a pluggable transport that proxies traffic through temporary proxies using WebRTC (proxy part)
- pkgver = 2.3.1
+ pkgver = 2.4.1
pkgrel = 1
url = https://snowflake.torproject.org
arch = x86_64
@@ -9,11 +9,11 @@ pkgbase = snowflake-pt-proxy
license = BSD
makedepends = go
depends = glibc
- source = snowflake-pt-proxy-2.3.1.tar.gz::https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/archive/v2.3.1/snowflake-v2.3.1.tar.gz
+ source = snowflake-pt-proxy-2.4.1.tar.gz::https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/archive/v2.4.1/snowflake-v2.4.1.tar.gz
source = snowflake-proxy.service
- sha256sums = c4a7c98d7d4d31a1c732bff98011d7d15515d2b7c3719e8dd36bdadd9b6daf64
+ sha256sums = f6498d44d96fd059174c56077d1564c0883166d373a0d0e0ff21b812822db4fc
sha256sums = 81ed80bea97fb9874734d4ec7ccb9a850e6aa5b186a354990066344446bd1412
- b2sums = 41857aa37655653a6492bc06fd071593dea8b978019453deb3628fa5d9985f5e804285bcca9f7ba843a925d737a77b25f8dd376a8e4138f439cac58d77a7d342
+ b2sums = a01732452986750969dc8cbeb8d5f1800ba50602da4394fbd4c2fa2290a731edd48f28abddd726ead26db651b25975c1a29bd57b3b8d7bfdb585baa5c392d136
b2sums = 2ba698a76a06b8ebee3cd8c44562783aa3939f66528d1573ac93a59dcc6a8de61f160b5dbc0e8b83c2473bedf037d69fbee9b33befa24027693e556fd5d3d575
pkgname = snowflake-pt-proxy
diff --git a/PKGBUILD b/PKGBUILD
index 6ed8ca1acbbb..6b7a175ef904 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: KokaKiwi <kokakiwi+aur [at] kokakiwi [dot] net>
pkgname=snowflake-pt-proxy
-pkgver=2.3.1
+pkgver=2.4.1
pkgrel=1
pkgdesc="Snowflake is a pluggable transport that proxies traffic through temporary proxies using WebRTC (proxy part)"
url="https://snowflake.torproject.org"
@@ -11,9 +11,9 @@ depends=('glibc')
makedepends=('go')
source=("$pkgname-$pkgver.tar.gz::https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/archive/v$pkgver/snowflake-v$pkgver.tar.gz"
snowflake-proxy.service)
-sha256sums=('c4a7c98d7d4d31a1c732bff98011d7d15515d2b7c3719e8dd36bdadd9b6daf64'
+sha256sums=('f6498d44d96fd059174c56077d1564c0883166d373a0d0e0ff21b812822db4fc'
'81ed80bea97fb9874734d4ec7ccb9a850e6aa5b186a354990066344446bd1412')
-b2sums=('41857aa37655653a6492bc06fd071593dea8b978019453deb3628fa5d9985f5e804285bcca9f7ba843a925d737a77b25f8dd376a8e4138f439cac58d77a7d342'
+b2sums=('a01732452986750969dc8cbeb8d5f1800ba50602da4394fbd4c2fa2290a731edd48f28abddd726ead26db651b25975c1a29bd57b3b8d7bfdb585baa5c392d136'
'2ba698a76a06b8ebee3cd8c44562783aa3939f66528d1573ac93a59dcc6a8de61f160b5dbc0e8b83c2473bedf037d69fbee9b33befa24027693e556fd5d3d575')
build() {