diff options
author | tarball | 2023-05-26 00:41:41 +0600 |
---|---|---|
committer | tarball | 2023-05-26 00:41:41 +0600 |
commit | 94d78fa82635a6a68604a5f17de37a807d1e06fb (patch) | |
tree | 6ff3ecfbc9b89457cc281a144b3502dc5e88a33e | |
parent | 0cdfa25cea1bcebef4423fc2a39758e60ceed925 (diff) | |
download | aur-94d78fa82635a6a68604a5f17de37a807d1e06fb.tar.gz |
Update to 0.20.4
-rw-r--r-- | .SRCINFO | 18 | ||||
-rw-r--r-- | PKGBUILD | 10 |
2 files changed, 14 insertions, 14 deletions
@@ -1,6 +1,6 @@ pkgbase = netbird-bin pkgdesc = A WireGuard-based mesh network that connects your devices into a single private network - pkgver = 0.20.3 + pkgver = 0.20.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.20.3/netbird_0.20.3_linux_386.tar.gz - sha256sums_i686 = 58c7fa0103d4447a35394f681241f2b13c1b72e7f06b7fd5071fa5c70a2f7e62 - source_x86_64 = https://github.com/netbirdio/netbird/releases/download/v0.20.3/netbird_0.20.3_linux_amd64.tar.gz - sha256sums_x86_64 = 8d22ba1283c68d2f6c2b25af58cf5c01785fa9412c862c50e31082678f6ef2e4 - source_aarch64 = https://github.com/netbirdio/netbird/releases/download/v0.20.3/netbird_0.20.3_linux_arm64.tar.gz - sha256sums_aarch64 = 2a6a690559ba14374c8eccc505fe5d1851f76bcc73417c0d110bf609ea08e846 - source_armv6h = https://github.com/netbirdio/netbird/releases/download/v0.20.3/netbird_0.20.3_linux_armv6.tar.gz - sha256sums_armv6h = 0fad1a6659f69f4664db10b652b947b433a64c77d3ba467960eb5a5aba5d982d + source_i686 = https://github.com/netbirdio/netbird/releases/download/v0.20.4/netbird_0.20.4_linux_386.tar.gz + sha256sums_i686 = f3cf0130a016ccab788ffb3be5118d273054745e27978e794e1fa3c096202e01 + source_x86_64 = https://github.com/netbirdio/netbird/releases/download/v0.20.4/netbird_0.20.4_linux_amd64.tar.gz + sha256sums_x86_64 = 14b65b7c454a6ba332bf5bd3ba313b508f5ec414abecc2ed8478e29a125e8346 + source_aarch64 = https://github.com/netbirdio/netbird/releases/download/v0.20.4/netbird_0.20.4_linux_arm64.tar.gz + sha256sums_aarch64 = d105066bd94b603e9d9d5c40d01c877c8c4a1763b363614b9d5d46ab4473a920 + source_armv6h = https://github.com/netbirdio/netbird/releases/download/v0.20.4/netbird_0.20.4_linux_armv6.tar.gz + sha256sums_armv6h = 91138bf699e779a36f89e075349845518a41b39d734f5eaf32d9b36522f0be39 pkgname = netbird-bin @@ -1,7 +1,7 @@ # Maintainer: tarball <bootctl@gmail.com> pkgname=netbird-bin -pkgver=0.20.3 +pkgver=0.20.4 pkgrel=1 pkgdesc='A WireGuard-based mesh network that connects your devices into a single private network' url='https://netbird.io' @@ -20,10 +20,10 @@ source=( ) sha256sums=('128e36e1f814a12886f3122a1809a404be17f81481275b6624e66937941f5269' 'ae5938e98c84a2dd4324208389b0a6cdf9a24cf3b66d1001a0b137e008da33ec') -sha256sums_i686=('58c7fa0103d4447a35394f681241f2b13c1b72e7f06b7fd5071fa5c70a2f7e62') -sha256sums_x86_64=('8d22ba1283c68d2f6c2b25af58cf5c01785fa9412c862c50e31082678f6ef2e4') -sha256sums_aarch64=('2a6a690559ba14374c8eccc505fe5d1851f76bcc73417c0d110bf609ea08e846') -sha256sums_armv6h=('0fad1a6659f69f4664db10b652b947b433a64c77d3ba467960eb5a5aba5d982d') +sha256sums_i686=('f3cf0130a016ccab788ffb3be5118d273054745e27978e794e1fa3c096202e01') +sha256sums_x86_64=('14b65b7c454a6ba332bf5bd3ba313b508f5ec414abecc2ed8478e29a125e8346') +sha256sums_aarch64=('d105066bd94b603e9d9d5c40d01c877c8c4a1763b363614b9d5d46ab4473a920') +sha256sums_armv6h=('91138bf699e779a36f89e075349845518a41b39d734f5eaf32d9b36522f0be39') _base_url="https://github.com/netbirdio/netbird/releases/download/v$pkgver/netbird_${pkgver}_linux" |