summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO26
-rw-r--r--PKGBUILD14
2 files changed, 20 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 327b109a382e..f6adee2c9de8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = frp
pkgdesc = A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
- pkgver = 0.23.1
+ pkgver = 0.23.2
pkgrel = 1
url = https://github.com/fatedier/frp
install = frp.install
@@ -23,18 +23,18 @@ pkgbase = frp
md5sums = e3bfa7c428433fa6cbb5aa64515d8899
md5sums = 346fabd46c12c039e39a26986629bc6d
md5sums = dd170d972b1ea8c681bde054dbebf888
- source_x86_64 = https://github.com/fatedier/frp/releases/download/v0.23.1/frp_0.23.1_linux_amd64.tar.gz
- md5sums_x86_64 = 57155ee29224a5b054dffd019a217a7f
- source_i686 = https://github.com/fatedier/frp/releases/download/v0.23.1/frp_0.23.1_linux_386.tar.gz
- md5sums_i686 = c842d5d432ab5b48c73125c62cc58011
- source_arm = https://github.com/fatedier/frp/releases/download/v0.23.1/frp_0.23.1_linux_arm.tar.gz
- md5sums_arm = d9d10bc24b40144cb0004141fb77eed5
- source_armv6h = https://github.com/fatedier/frp/releases/download/v0.23.1/frp_0.23.1_linux_arm.tar.gz
- md5sums_armv6h = d9d10bc24b40144cb0004141fb77eed5
- source_armv7h = https://github.com/fatedier/frp/releases/download/v0.23.1/frp_0.23.1_linux_arm.tar.gz
- md5sums_armv7h = d9d10bc24b40144cb0004141fb77eed5
- source_aarch64 = https://github.com/fatedier/frp/releases/download/v0.23.1/frp_0.23.1_linux_arm64.tar.gz
- md5sums_aarch64 = 3359cb5909821ddd1ced826026b77046
+ source_x86_64 = https://github.com/fatedier/frp/releases/download/v0.23.2/frp_0.23.2_linux_amd64.tar.gz
+ md5sums_x86_64 = 24cc3e5e5b69d2fcb5fe18f9085aac14
+ source_i686 = https://github.com/fatedier/frp/releases/download/v0.23.2/frp_0.23.2_linux_386.tar.gz
+ md5sums_i686 = 9092cfc6d478a44b52519f9062427dcc
+ source_arm = https://github.com/fatedier/frp/releases/download/v0.23.2/frp_0.23.2_linux_arm.tar.gz
+ md5sums_arm = e8ca6fe3de80e10c5c31c95f28abcf25
+ source_armv6h = https://github.com/fatedier/frp/releases/download/v0.23.2/frp_0.23.2_linux_arm.tar.gz
+ md5sums_armv6h = e8ca6fe3de80e10c5c31c95f28abcf25
+ source_armv7h = https://github.com/fatedier/frp/releases/download/v0.23.2/frp_0.23.2_linux_arm.tar.gz
+ md5sums_armv7h = e8ca6fe3de80e10c5c31c95f28abcf25
+ source_aarch64 = https://github.com/fatedier/frp/releases/download/v0.23.2/frp_0.23.2_linux_arm64.tar.gz
+ md5sums_aarch64 = 9aa385f293ea888c1de0c42a88b74c5c
pkgname = frp
diff --git a/PKGBUILD b/PKGBUILD
index d8edcd9a9c98..98f3826fb664 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vimsucks <dev@vimsucks.com>
pkgname=frp
-pkgver=0.23.1
+pkgver=0.23.2
pkgrel=1
pkgdesc="A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet."
license=('Apache')
@@ -18,12 +18,12 @@ md5sums=('6f9c6681357f3f984983457151d7f0c5'
'e3bfa7c428433fa6cbb5aa64515d8899'
'346fabd46c12c039e39a26986629bc6d'
'dd170d972b1ea8c681bde054dbebf888')
-md5sums_x86_64=('57155ee29224a5b054dffd019a217a7f')
-md5sums_i686=('c842d5d432ab5b48c73125c62cc58011')
-md5sums_arm=('d9d10bc24b40144cb0004141fb77eed5')
-md5sums_armv6h=('d9d10bc24b40144cb0004141fb77eed5')
-md5sums_armv7h=('d9d10bc24b40144cb0004141fb77eed5')
-md5sums_aarch64=('3359cb5909821ddd1ced826026b77046')
+md5sums_x86_64=('24cc3e5e5b69d2fcb5fe18f9085aac14')
+md5sums_i686=('9092cfc6d478a44b52519f9062427dcc')
+md5sums_arm=('e8ca6fe3de80e10c5c31c95f28abcf25')
+md5sums_armv6h=('e8ca6fe3de80e10c5c31c95f28abcf25')
+md5sums_armv7h=('e8ca6fe3de80e10c5c31c95f28abcf25')
+md5sums_aarch64=('9aa385f293ea888c1de0c42a88b74c5c')
install=$pkgname.install
backup=(etc/frp/{frpc.ini,frps.ini,frpc_full.ini,frps_full.ini})