summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKirill Isakov2024-03-27 22:57:33 +0500
committerKirill Isakov2024-03-27 22:57:33 +0500
commitb8f70e2dc2585b050b515e694d88bc8f436b3d81 (patch)
tree932e8af213884f69d4dabe87d70b1a2c686ac771
parentc4482810346ac10cbf650d7e13f4b04b24d5431f (diff)
downloadaur-b8f70e2dc2585b050b515e694d88bc8f436b3d81.tar.gz
upgpkg: netbird-bin 0.26.4-1
upstream release
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD10
2 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b308e16cad87..b86e30107baa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = netbird-bin
pkgdesc = WireGuard-based mesh network
- pkgver = 0.26.3
+ pkgver = 0.26.4
pkgrel = 1
url = https://netbird.io
arch = i686
@@ -18,13 +18,13 @@ pkgbase = netbird-bin
source = netbird@.service
sha256sums = 128e36e1f814a12886f3122a1809a404be17f81481275b6624e66937941f5269
sha256sums = ae5938e98c84a2dd4324208389b0a6cdf9a24cf3b66d1001a0b137e008da33ec
- source_i686 = https://github.com/netbirdio/netbird/releases/download/v0.26.3/netbird_0.26.3_linux_386.tar.gz
- sha256sums_i686 = e0cd11f68727701cec6f09dff7c59a328938596466318480bffa5f290f2aed10
- source_x86_64 = https://github.com/netbirdio/netbird/releases/download/v0.26.3/netbird_0.26.3_linux_amd64.tar.gz
- sha256sums_x86_64 = ccf40866c1b3de2d20d168097a8e202e023c9058e7fbccd4c8b585d4acf1704e
- source_aarch64 = https://github.com/netbirdio/netbird/releases/download/v0.26.3/netbird_0.26.3_linux_arm64.tar.gz
- sha256sums_aarch64 = 6565db0c881b40098067319ad587bef0abdf4ef72d10c390e519761c4b8ff3c4
- source_armv6h = https://github.com/netbirdio/netbird/releases/download/v0.26.3/netbird_0.26.3_linux_armv6.tar.gz
- sha256sums_armv6h = f32b74743497164ead2d9b73d7212172023f6da433564b423718ab9214511233
+ source_i686 = https://github.com/netbirdio/netbird/releases/download/v0.26.4/netbird_0.26.4_linux_386.tar.gz
+ sha256sums_i686 = 88d069ddc0a596affd16f9b4792d3f815e16b71e55ea76f244bf8fae17325910
+ source_x86_64 = https://github.com/netbirdio/netbird/releases/download/v0.26.4/netbird_0.26.4_linux_amd64.tar.gz
+ sha256sums_x86_64 = cecca0c383488b1b7fde1bde56040ff95629a0872276122e15563e8d0d7a5370
+ source_aarch64 = https://github.com/netbirdio/netbird/releases/download/v0.26.4/netbird_0.26.4_linux_arm64.tar.gz
+ sha256sums_aarch64 = 0f76edcce89b8f909f129199d455802a2de22ec14405f565a732b9d9fd9707dd
+ source_armv6h = https://github.com/netbirdio/netbird/releases/download/v0.26.4/netbird_0.26.4_linux_armv6.tar.gz
+ sha256sums_armv6h = 59fd2f9ab7a89b12354e51517a850d6a715ad8c4ec1cb8148afd7cf42e74bacc
pkgname = netbird-bin
diff --git a/PKGBUILD b/PKGBUILD
index 81d3ba3808b1..99720ff08807 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: tarball <bootctl@gmail.com>
pkgname=netbird-bin
-pkgver=0.26.3
+pkgver=0.26.4
pkgrel=1
pkgdesc='WireGuard-based mesh network'
url='https://netbird.io'
@@ -20,10 +20,10 @@ source=(
)
sha256sums=('128e36e1f814a12886f3122a1809a404be17f81481275b6624e66937941f5269'
'ae5938e98c84a2dd4324208389b0a6cdf9a24cf3b66d1001a0b137e008da33ec')
-sha256sums_i686=('e0cd11f68727701cec6f09dff7c59a328938596466318480bffa5f290f2aed10')
-sha256sums_x86_64=('ccf40866c1b3de2d20d168097a8e202e023c9058e7fbccd4c8b585d4acf1704e')
-sha256sums_aarch64=('6565db0c881b40098067319ad587bef0abdf4ef72d10c390e519761c4b8ff3c4')
-sha256sums_armv6h=('f32b74743497164ead2d9b73d7212172023f6da433564b423718ab9214511233')
+sha256sums_i686=('88d069ddc0a596affd16f9b4792d3f815e16b71e55ea76f244bf8fae17325910')
+sha256sums_x86_64=('cecca0c383488b1b7fde1bde56040ff95629a0872276122e15563e8d0d7a5370')
+sha256sums_aarch64=('0f76edcce89b8f909f129199d455802a2de22ec14405f565a732b9d9fd9707dd')
+sha256sums_armv6h=('59fd2f9ab7a89b12354e51517a850d6a715ad8c4ec1cb8148afd7cf42e74bacc')
_base_url="https://github.com/netbirdio/netbird/releases/download/v$pkgver/netbird_${pkgver}_linux"