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 6223fd55a2d2..2b5af2205223 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.25.0
+ pkgver = 0.25.1
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.25.0/frp_0.25.0_linux_amd64.tar.gz
- md5sums_x86_64 = 565c4b241e9ae31a6c4292915845c624
- source_i686 = https://github.com/fatedier/frp/releases/download/v0.25.0/frp_0.25.0_linux_386.tar.gz
- md5sums_i686 = 93951b3e6dcb41474463cc52d93de9a2
- source_arm = https://github.com/fatedier/frp/releases/download/v0.25.0/frp_0.25.0_linux_arm.tar.gz
- md5sums_arm = 16c0d8c13877b8abc49b18f0c12c7983
- source_armv6h = https://github.com/fatedier/frp/releases/download/v0.25.0/frp_0.25.0_linux_arm.tar.gz
- md5sums_armv6h = 16c0d8c13877b8abc49b18f0c12c7983
- source_armv7h = https://github.com/fatedier/frp/releases/download/v0.25.0/frp_0.25.0_linux_arm.tar.gz
- md5sums_armv7h = 16c0d8c13877b8abc49b18f0c12c7983
- source_aarch64 = https://github.com/fatedier/frp/releases/download/v0.25.0/frp_0.25.0_linux_arm64.tar.gz
- md5sums_aarch64 = 19517f51eff5d4a607bae9b5edb89b25
+ source_x86_64 = https://github.com/fatedier/frp/releases/download/v0.25.1/frp_0.25.1_linux_amd64.tar.gz
+ md5sums_x86_64 = 29feda9747270edc2e24b5ae94d9adfc
+ source_i686 = https://github.com/fatedier/frp/releases/download/v0.25.1/frp_0.25.1_linux_386.tar.gz
+ md5sums_i686 = c078aa098f53518623aa94a9431494e2
+ source_arm = https://github.com/fatedier/frp/releases/download/v0.25.1/frp_0.25.1_linux_arm.tar.gz
+ md5sums_arm = b1e66d0b9337debb70fc72d703d00735
+ source_armv6h = https://github.com/fatedier/frp/releases/download/v0.25.1/frp_0.25.1_linux_arm.tar.gz
+ md5sums_armv6h = b1e66d0b9337debb70fc72d703d00735
+ source_armv7h = https://github.com/fatedier/frp/releases/download/v0.25.1/frp_0.25.1_linux_arm.tar.gz
+ md5sums_armv7h = b1e66d0b9337debb70fc72d703d00735
+ source_aarch64 = https://github.com/fatedier/frp/releases/download/v0.25.1/frp_0.25.1_linux_arm64.tar.gz
+ md5sums_aarch64 = 8f9ff3049be3c3ee869e23f8dc1efb1e
pkgname = frp
diff --git a/PKGBUILD b/PKGBUILD
index ab557f333011..3154ed5bff46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vimsucks <dev@vimsucks.com>
pkgname=frp
-pkgver=0.25.0
+pkgver=0.25.1
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=('565c4b241e9ae31a6c4292915845c624')
-md5sums_i686=('93951b3e6dcb41474463cc52d93de9a2')
-md5sums_arm=('16c0d8c13877b8abc49b18f0c12c7983')
-md5sums_armv6h=('16c0d8c13877b8abc49b18f0c12c7983')
-md5sums_armv7h=('16c0d8c13877b8abc49b18f0c12c7983')
-md5sums_aarch64=('19517f51eff5d4a607bae9b5edb89b25')
+md5sums_x86_64=('29feda9747270edc2e24b5ae94d9adfc')
+md5sums_i686=('c078aa098f53518623aa94a9431494e2')
+md5sums_arm=('b1e66d0b9337debb70fc72d703d00735')
+md5sums_armv6h=('b1e66d0b9337debb70fc72d703d00735')
+md5sums_armv7h=('b1e66d0b9337debb70fc72d703d00735')
+md5sums_aarch64=('8f9ff3049be3c3ee869e23f8dc1efb1e')
install=$pkgname.install
backup=(etc/frp/{frpc.ini,frps.ini,frpc_full.ini,frps_full.ini})