summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKokaKiwi2022-09-28 01:28:20 +0200
committerKokaKiwi2022-09-28 01:28:20 +0200
commitcd8289f1258a65e5a63932b52f485096fffbff31 (patch)
tree380a3fb8d522fc713f8ea5d2eed3ca043e3c88dd
parent121614cb81ea66499d3953a45141fd5cfc7553d3 (diff)
downloadaur-cd8289f1258a65e5a63932b52f485096fffbff31.tar.gz
Update: 2.3.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a89bfa883561..32c0e19a1524 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.0
+ pkgver = 2.3.1
pkgrel = 1
url = https://snowflake.torproject.org
arch = x86_64
@@ -8,11 +8,11 @@ pkgbase = snowflake-pt-proxy
license = BSD
makedepends = go
depends = glibc
- source = snowflake-pt-proxy-2.3.0.tar.gz::https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/archive/v2.3.0/snowflake-v2.3.0.tar.gz
+ 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-proxy.service
- sha256sums = a0493b5fd73348be6fa4a9ebdf3fd9d6c3fce872b67fa783be93cfd90a0127af
+ sha256sums = c4a7c98d7d4d31a1c732bff98011d7d15515d2b7c3719e8dd36bdadd9b6daf64
sha256sums = 81ed80bea97fb9874734d4ec7ccb9a850e6aa5b186a354990066344446bd1412
- b2sums = 9478a0d2c92952678ed3f03fe807e5fb00abd6958516f68bcca48e7117a4487a11ee6a6bbb75aa552325a491a77a07ffb1109b65979c84a02eff662623d5dc6e
+ b2sums = 41857aa37655653a6492bc06fd071593dea8b978019453deb3628fa5d9985f5e804285bcca9f7ba843a925d737a77b25f8dd376a8e4138f439cac58d77a7d342
b2sums = 2ba698a76a06b8ebee3cd8c44562783aa3939f66528d1573ac93a59dcc6a8de61f160b5dbc0e8b83c2473bedf037d69fbee9b33befa24027693e556fd5d3d575
pkgname = snowflake-pt-proxy
diff --git a/PKGBUILD b/PKGBUILD
index 7f805c7939ce..570c0f5cb9ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: KokaKiwi <kokakiwi+aur [at] kokakiwi [dot] net>
pkgname=snowflake-pt-proxy
-pkgver=2.3.0
+pkgver=2.3.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=('a0493b5fd73348be6fa4a9ebdf3fd9d6c3fce872b67fa783be93cfd90a0127af'
+sha256sums=('c4a7c98d7d4d31a1c732bff98011d7d15515d2b7c3719e8dd36bdadd9b6daf64'
'81ed80bea97fb9874734d4ec7ccb9a850e6aa5b186a354990066344446bd1412')
-b2sums=('9478a0d2c92952678ed3f03fe807e5fb00abd6958516f68bcca48e7117a4487a11ee6a6bbb75aa552325a491a77a07ffb1109b65979c84a02eff662623d5dc6e'
+b2sums=('41857aa37655653a6492bc06fd071593dea8b978019453deb3628fa5d9985f5e804285bcca9f7ba843a925d737a77b25f8dd376a8e4138f439cac58d77a7d342'
'2ba698a76a06b8ebee3cd8c44562783aa3939f66528d1573ac93a59dcc6a8de61f160b5dbc0e8b83c2473bedf037d69fbee9b33befa24027693e556fd5d3d575')
build() {