summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6aa7ad5c5bf..b1c302febc98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = inlets
pkgdesc = Expose your local endpoints to the Internet
- pkgver = 2.7.4
+ pkgver = 2.7.6
pkgrel = 1
url = https://github.com/inlets/inlets
arch = any
@@ -10,10 +10,10 @@ pkgbase = inlets
options = !strip
source = inlets-server.service
source = inlets-client.service
- source = https://github.com/inlets/inlets/archive/2.7.4.tar.gz
+ source = https://github.com/inlets/inlets/archive/2.7.6.tar.gz
sha256sums = 79bad343a925292d0a5cc5164bff28fe95d9512a5dded04568af61d71e1e0a79
sha256sums = f7f85bb083b8839a89f715f882bf0e0f556cf183aa7ed653a1c87c5822762163
- sha256sums = 55cab0f01b19f653637f4230bdb0ff15e4618a59651f37cad6bc69ff79460e7c
+ sha256sums = 4b9e6d2bec4748ef12c2434d3bac9bed50ef7e60d3a1dcfc56cf524a060a1089
pkgname = inlets
diff --git a/PKGBUILD b/PKGBUILD
index f1c460a9acdb..928b7ba8f3ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thor77 <thor77 at thor77 dot org>
pkgname=inlets
-pkgver=2.7.4
+pkgver=2.7.6
pkgrel=1
pkgdesc='Expose your local endpoints to the Internet'
arch=('any')
@@ -13,7 +13,7 @@ options=('!strip')
source=('inlets-server.service' 'inlets-client.service' "https://github.com/inlets/inlets/archive/${pkgver}.tar.gz")
sha256sums=('79bad343a925292d0a5cc5164bff28fe95d9512a5dded04568af61d71e1e0a79'
'f7f85bb083b8839a89f715f882bf0e0f556cf183aa7ed653a1c87c5822762163'
- '55cab0f01b19f653637f4230bdb0ff15e4618a59651f37cad6bc69ff79460e7c')
+ '4b9e6d2bec4748ef12c2434d3bac9bed50ef7e60d3a1dcfc56cf524a060a1089')
build() {
cd "$pkgname-$pkgver"