Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
headscale
Commits:
c7006654 by Sven-Hendrik Haase at 2025-01-23T11:44:35+01:00
upgpkg: 0.24.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = headscale
pkgdesc = An open source, self-hosted implementation of the Tailscale
coordination server.
- pkgver = 0.23.0
- pkgrel = 2
+ pkgver = 0.24.0
+ pkgrel = 1
url = https://github.com/juanfont/headscale
arch = x86_64
license = BSD
@@ -11,10 +11,10 @@ pkgbase = headscale
optdepends = postgresql: alternative database provider
backup = etc/headscale/config.yaml
backup = etc/headscale/derp.yaml
- source =
headscale-0.23.0.tar.gz::https://github.com/juanfont/headscale/archive/refs/tags/v0.23.0.tar.gz
+ source =
headscale-0.24.0.tar.gz::https://github.com/juanfont/headscale/archive/refs/tags/v0.24.0.tar.gz
source = headscale.sysusers
source = headscale.tmpfiles
- sha256sums =
6618733a6d9c6fef43e5e1c9a1e09047df139e4f3746c8763d79410730fc3b40
+ sha256sums =
737bee03391e56785fd08f8638261b1702366fae0a1dbf407e083b1526ac9b40
sha256sums =
bf1c06c16e8c92f1fc46cf7e3ea297e9a36833e372606185a9b1d4ce5c877564
sha256sums =
8a22d7193ceeac0be32725cf8108f963be3a21855e6099de964f810094d0adc7
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Sven-Hendrik Haase <[email protected]>
# Contributor: Matt Harrison <[email protected]>
pkgname=headscale
-pkgver=0.23.0
-pkgrel=2
+pkgver=0.24.0
+pkgrel=1
pkgdesc="An open source, self-hosted implementation of the Tailscale
coordination server."
arch=('x86_64')
url="https://github.com/juanfont/headscale"
@@ -16,7 +16,7 @@ backup=("etc/${pkgname}/config.yaml"
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/juanfont/headscale/archive/refs/tags/v${pkgver}.tar.gz"
'headscale.sysusers'
'headscale.tmpfiles')
-sha256sums=('6618733a6d9c6fef43e5e1c9a1e09047df139e4f3746c8763d79410730fc3b40'
+sha256sums=('737bee03391e56785fd08f8638261b1702366fae0a1dbf407e083b1526ac9b40'
'bf1c06c16e8c92f1fc46cf7e3ea297e9a36833e372606185a9b1d4ce5c877564'
'8a22d7193ceeac0be32725cf8108f963be3a21855e6099de964f810094d0adc7')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/headscale/-/commit/c7006654528c4c39125c73735e4f7d6089556dc5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/headscale/-/commit/c7006654528c4c39125c73735e4f7d6089556dc5
You're receiving this email because of your account on gitlab.archlinux.org.