Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
headscale
Commits:
d22582f7 by Sven-Hendrik Haase at 2024-09-18T17:24:34+02:00
upgpkg: 0.23.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.22.3
- pkgrel = 2
+ pkgver = 0.23.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.22.3.tar.gz::https://github.com/juanfont/headscale/archive/refs/tags/v0.22.3.tar.gz
+ source =
headscale-0.23.0.tar.gz::https://github.com/juanfont/headscale/archive/refs/tags/v0.23.0.tar.gz
source = headscale.sysusers
source = headscale.tmpfiles
- sha256sums =
ee408065c879fc5148a10050d663f93148eccdd6bf59d3b953673a36eaad4070
+ sha256sums =
6618733a6d9c6fef43e5e1c9a1e09047df139e4f3746c8763d79410730fc3b40
sha256sums =
059353f4843dec6eb447c567fac890ef63cc9c8acea18840fcfc3f4a76d596db
sha256sums =
8a22d7193ceeac0be32725cf8108f963be3a21855e6099de964f810094d0adc7
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Sven-Hendrik Haase <[email protected]>
# Contributor: Matt Harrison <[email protected]>
pkgname=headscale
-pkgver=0.22.3
-pkgrel=2
+pkgver=0.23.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=('ee408065c879fc5148a10050d663f93148eccdd6bf59d3b953673a36eaad4070'
+sha256sums=('6618733a6d9c6fef43e5e1c9a1e09047df139e4f3746c8763d79410730fc3b40'
'059353f4843dec6eb447c567fac890ef63cc9c8acea18840fcfc3f4a76d596db'
'8a22d7193ceeac0be32725cf8108f963be3a21855e6099de964f810094d0adc7')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/headscale/-/commit/d22582f7431674e8fd40af8dac5d7b23766663df
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/headscale/-/commit/d22582f7431674e8fd40af8dac5d7b23766663df
You're receiving this email because of your account on gitlab.archlinux.org.