summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKirill Isakov2023-10-20 20:36:22 +0600
committerKirill Isakov2023-10-20 20:36:22 +0600
commite755b96e0e4b3ce9fa23258e9dc3961d930abf80 (patch)
tree854920df39dc9fc88453a9bb01e6e8adbf58db96
parentbc04a088ebcaae733ee78a41d22463a42e337711 (diff)
downloadaur-e755b96e0e4b3ce9fa23258e9dc3961d930abf80.tar.gz
upgpkg: netbird-ui 0.24.0-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dbd4fb033c13..ebda3a7c019f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = netbird-ui
pkgdesc = Official GUI for the Netbird client
- pkgver = 0.23.9
+ pkgver = 0.24.0
pkgrel = 1
url = https://netbird.io
arch = i686
@@ -16,7 +16,7 @@ pkgbase = netbird-ui
depends = netbird
depends = gtk3
depends = libayatana-appindicator
- source = netbird-ui-0.23.9.tar.gz::https://github.com/netbirdio/netbird/archive/refs/tags/v0.23.9.tar.gz
- sha256sums = 1b037f35d3e426d8cbeba17e4d89d12265cd7e6fbd7c975ce552293e468db35a
+ source = netbird-ui-0.24.0.tar.gz::https://github.com/netbirdio/netbird/archive/refs/tags/v0.24.0.tar.gz
+ sha256sums = 1c0bf3b96e4283362a44870814cb86947cdfb3150b14ab7f197a9768d7756d79
pkgname = netbird-ui
diff --git a/PKGBUILD b/PKGBUILD
index 0caa030ec058..6767421f3ac3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: tarball <bootctl@gmail.com>
pkgname=netbird-ui
-pkgver=0.23.9
+pkgver=0.24.0
pkgrel=1
pkgdesc='Official GUI for the Netbird client'
url='https://netbird.io'
@@ -14,7 +14,7 @@ makedepends=('go>=1.20')
source=(
"$pkgname-$pkgver.tar.gz::https://github.com/netbirdio/netbird/archive/refs/tags/v$pkgver.tar.gz"
)
-sha256sums=('1b037f35d3e426d8cbeba17e4d89d12265cd7e6fbd7c975ce552293e468db35a')
+sha256sums=('1c0bf3b96e4283362a44870814cb86947cdfb3150b14ab7f197a9768d7756d79')
prepare() {
cd "$srcdir/netbird-$pkgver"