summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c99c0742b82..0e63a26a21aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = headscale
pkgdesc = An open source, self-hosted implementation of the Tailscale coordination server.
- pkgver = 0.12.3
- pkgrel = 2
+ pkgver = 0.12.4
+ pkgrel = 1
url = https://github.com/juanfont/headscale
arch = any
license = BSD
@@ -11,9 +11,9 @@ pkgbase = headscale
optdepends = postgresql: alternative database provider
conflicts = headscale-git
backup = etc/headscale/config.yaml
- source = headscale-0.12.3.tar.gz::https://github.com/juanfont/headscale/archive/refs/tags/v0.12.3.tar.gz
+ source = headscale-0.12.4.tar.gz::https://github.com/juanfont/headscale/archive/refs/tags/v0.12.4.tar.gz
source = headscale.service
- sha256sums = db71f07d360731b860f3b28de2283a08722f9398b36bcb99f77ac62beb0f9827
+ sha256sums = 20db90482217cff18904c6b4d341dddcb2531e0f14d75ef7c600af9bbec0b0eb
sha256sums = 000457ad0cfaca8513c0f1be5b0a04beb673576e019c7184e5fb3a78e57738ab
pkgname = headscale
diff --git a/PKGBUILD b/PKGBUILD
index f4bfd38b64e4..760322b712b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=headscale
-pkgver=0.12.3
-pkgrel=2
+pkgver=0.12.4
+pkgrel=1
pkgdesc="An open source, self-hosted implementation of the Tailscale coordination server."
arch=('any')
url="https://github.com/juanfont/headscale"
@@ -18,7 +18,7 @@ source=(
"${pkgname}-${pkgver}.tar.gz::https://github.com/juanfont/headscale/archive/refs/tags/v${pkgver}.tar.gz"
'headscale.service'
)
-sha256sums=('db71f07d360731b860f3b28de2283a08722f9398b36bcb99f77ac62beb0f9827'
+sha256sums=('20db90482217cff18904c6b4d341dddcb2531e0f14d75ef7c600af9bbec0b0eb'
'000457ad0cfaca8513c0f1be5b0a04beb673576e019c7184e5fb3a78e57738ab')
build() {