hashworks pushed to branch main at Arch Linux / Packaging / Packages / consul
Commits:
8ebdee38 by Justin Kromlinger at 2024-12-03T15:52:06+01:00
upgpkg: 1.20.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = consul
pkgdesc = A tool for service discovery, monitoring and configuration.
- pkgver = 1.19.2
+ pkgver = 1.20.1
pkgrel = 1
url = https://www.consul.io
install = consul.install
@@ -17,12 +17,12 @@ pkgbase = consul
makedepends = npm
depends = glibc
backup = etc/default/consul
- source = git+https://github.com/hashicorp/consul#tag=v1.19.2
+ source = git+https://github.com/hashicorp/consul#tag=v1.20.1
source = consul.service
source = consul.default
source = consul.sysusers
source = example.json
- sha512sums =
62493d0f59e9b19db03c9ab2beb73d9901ea187fefc8f1d45add5896401bd3ad0e3941a4c2107d2bad43d311e531519cf7a9179318e9d402e8beedad30af3c52
+ sha512sums =
05594ffdb74d043b5df08d0f320a7849c8e874d5b3f471725298c11d1a7784d11e529b70759b5228e2f8e6d57a5e5cd2af705daa2d95405f0de76dee274a4901
sha512sums =
c70b9d1556f6c7ecb2e915ab685f289cef0e31198bd2e50c74a0483bbfb387beec67334f539a90adbf68b61b07946e98b300ab8a8e26e53b35f4ab4894adeb04
sha512sums =
ec5a800529a297c709fa383c094ecf106351cf0f8ac7b613b972d415d77fe001088902d7ab805e63e78a8e6360323fec1b795db5a4446df1e21b9b4ed31e7079
sha512sums =
ef872aedb2bc022a29292b7972a792b22e684c1ccb904a2b2cfec6d8966c28fb19be1452ce060821c419f1b646b236ba2e783175595e4bb6926d164c27a15c87
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Maintainer: Justin Kromlinger <[email protected]>
pkgname=consul
-pkgver=1.19.2
+pkgver=1.20.1
pkgrel=1
pkgdesc="A tool for service discovery, monitoring and configuration."
arch=('x86_64')
@@ -20,7 +20,7 @@
source=("git+https://github.com/hashicorp/consul#tag=v${pkgver}"
)
install=consul.install
backup=('etc/default/consul')
-sha512sums=('62493d0f59e9b19db03c9ab2beb73d9901ea187fefc8f1d45add5896401bd3ad0e3941a4c2107d2bad43d311e531519cf7a9179318e9d402e8beedad30af3c52'
+sha512sums=('05594ffdb74d043b5df08d0f320a7849c8e874d5b3f471725298c11d1a7784d11e529b70759b5228e2f8e6d57a5e5cd2af705daa2d95405f0de76dee274a4901'
'c70b9d1556f6c7ecb2e915ab685f289cef0e31198bd2e50c74a0483bbfb387beec67334f539a90adbf68b61b07946e98b300ab8a8e26e53b35f4ab4894adeb04'
'ec5a800529a297c709fa383c094ecf106351cf0f8ac7b613b972d415d77fe001088902d7ab805e63e78a8e6360323fec1b795db5a4446df1e21b9b4ed31e7079'
'ef872aedb2bc022a29292b7972a792b22e684c1ccb904a2b2cfec6d8966c28fb19be1452ce060821c419f1b646b236ba2e783175595e4bb6926d164c27a15c87'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/consul/-/commit/8ebdee3880eccba292bf96d2691d4ee580e114e8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/consul/-/commit/8ebdee3880eccba292bf96d2691d4ee580e114e8
You're receiving this email because of your account on gitlab.archlinux.org.