makedeb


frpc-bin 0.61.2-1


A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.

Click here to go back to the commit logs for frpc-bin.

Commit:


Hash: d0a997a7e6950c97c31672f9b042068ca412a97f

Message: v0.61.2

Diff


diff --git a/.SRCINFO b/.SRCINFO
index ce4ba00..198b13d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,12 +3,12 @@ pkgname = frpc-bin
 pkgbase = frpc-bin
 pkgdesc = A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
 pkgrel = 1
-pkgver = 0.61.1
+pkgver = 0.61.2
 url = https://github.com/fatedier/frp
 arch = amd64
 conflicts = frpc
 license = Apache-2.0
 provides = frpc
 replaces = frpc
-source = https://github.com/fatedier/frp/releases/download/v0.61.1/frp_0.61.1_linux_amd64.tar.gz
-sha256sums = bff260b68ca7b1461182a46c4f34e9709ba32764eed30a15dd94ac97f50a2c40
+source = https://github.com/fatedier/frp/releases/download/v0.61.2/frp_0.61.2_linux_amd64.tar.gz
+sha256sums = 4738edbd4bf88db5fe0ccee946d63da3b498c9cc50b0c7317d017fe7d28a05ea
diff --git a/PKGBUILD b/PKGBUILD
index 0f4cdd4..6d41164 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
 # vim: set sw=4 expandtab:
 pkgname=frpc-bin
-pkgver=0.61.1
+pkgver=0.61.2
 pkgrel=1
 pkgdesc='A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.'
 arch=(amd64)
@@ -13,7 +13,7 @@ license=(Apache-2.0)
 url='https://github.com/fatedier/frp'
 
 source=("https://github.com/fatedier/frp/releases/download/v${pkgver}/frp_${pkgver}_linux_amd64.tar.gz")
-sha256sums=('bff260b68ca7b1461182a46c4f34e9709ba32764eed30a15dd94ac97f50a2c40')
+sha256sums=('4738edbd4bf88db5fe0ccee946d63da3b498c9cc50b0c7317d017fe7d28a05ea')
 
 package() {
     install -Dm755 "${srcdir}/frp_${pkgver}_linux_amd64/frpc" "${pkgdir}/usr/bin/frpc"