Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
headscale
Commits:
dc50f3ba by Sven-Hendrik Haase at 2025-11-01T17:12:31+01:00
upgpkg: 0.27.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = headscale
pkgdesc = An open source, self-hosted implementation of the Tailscale
coordination server.
- pkgver = 0.26.1
+ pkgver = 0.27.0
pkgrel = 1
url = https://github.com/juanfont/headscale
arch = x86_64
@@ -11,10 +11,10 @@ pkgbase = headscale
optdepends = postgresql: alternative database provider
backup = etc/headscale/config.yaml
backup = etc/headscale/derp.yaml
- source =
headscale-0.26.1.tar.gz::https://github.com/juanfont/headscale/archive/refs/tags/v0.26.1.tar.gz
+ source =
headscale-0.27.0.tar.gz::https://github.com/juanfont/headscale/archive/refs/tags/v0.27.0.tar.gz
source = headscale.sysusers
source = headscale.tmpfiles
- sha256sums =
8a19bfaaa1533ab69b63e9cef4658758aad79dadd43088c6cc7313ab88df7de5
+ sha256sums =
581fa3f150f6cb89025161a314a41bef25e4f2b88161b4625713c1e9a301895e
sha256sums =
bf1c06c16e8c92f1fc46cf7e3ea297e9a36833e372606185a9b1d4ce5c877564
sha256sums =
8a22d7193ceeac0be32725cf8108f963be3a21855e6099de964f810094d0adc7
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Sven-Hendrik Haase <[email protected]>
# Contributor: Matt Harrison <[email protected]>
pkgname=headscale
-pkgver=0.26.1
+pkgver=0.27.0
pkgrel=1
pkgdesc="An open source, self-hosted implementation of the Tailscale
coordination server."
arch=('x86_64')
@@ -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=('8a19bfaaa1533ab69b63e9cef4658758aad79dadd43088c6cc7313ab88df7de5'
+sha256sums=('581fa3f150f6cb89025161a314a41bef25e4f2b88161b4625713c1e9a301895e'
'bf1c06c16e8c92f1fc46cf7e3ea297e9a36833e372606185a9b1d4ce5c877564'
'8a22d7193ceeac0be32725cf8108f963be3a21855e6099de964f810094d0adc7')
@@ -45,5 +45,5 @@ package() {
install -D -m644 "LICENSE"
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
- install -D -m644 "docs/packaging/headscale.systemd.service"
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
+ install -D -m644 "packaging/systemd/headscale.service"
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/headscale/-/commit/dc50f3baff4103627daaf72e3c7bdbcc4e37b112
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/headscale/-/commit/dc50f3baff4103627daaf72e3c7bdbcc4e37b112
You're receiving this email because of your account on gitlab.archlinux.org.