hashworks pushed to branch main at Arch Linux / Packaging / Packages / consul
Commits:
7a16f081 by Justin Kromlinger at 2024-07-12T14:45:08+02:00
upgpkg: 1.19.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.0
+ pkgver = 1.19.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#commit=bf0166d85082f384a94c5c0e6227619e63f3c644
+ source = git+https://github.com/hashicorp/consul#tag=v1.19.1
source = consul.service
source = consul.default
source = consul.sysusers
source = example.json
- sha512sums =
299f8f5783e3ca0cbef03c14af408f77065cef35ac5420bc69c53ffc8661b457b8ccb2d5e2bf582233b4a09bbed31cc2e210d1c790435ce469915d6726f6f9af
+ sha512sums =
c81614779e849b4a8a592277efa2ec8e1b2e99b75397bb619cf3ab97a93842064fc5e22eb904e0b8e0f911d051041329090ddd6668a00fdd73ee18c05e0c4c1d
sha512sums =
c70b9d1556f6c7ecb2e915ab685f289cef0e31198bd2e50c74a0483bbfb387beec67334f539a90adbf68b61b07946e98b300ab8a8e26e53b35f4ab4894adeb04
sha512sums =
ec5a800529a297c709fa383c094ecf106351cf0f8ac7b613b972d415d77fe001088902d7ab805e63e78a8e6360323fec1b795db5a4446df1e21b9b4ed31e7079
sha512sums =
ef872aedb2bc022a29292b7972a792b22e684c1ccb904a2b2cfec6d8966c28fb19be1452ce060821c419f1b646b236ba2e783175595e4bb6926d164c27a15c87
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,7 @@
# Maintainer: Justin Kromlinger <[email protected]>
pkgname=consul
-_commit=bf0166d85082f384a94c5c0e6227619e63f3c644
-pkgver=1.19.0
+pkgver=1.19.1
pkgrel=1
pkgdesc="A tool for service discovery, monitoring and configuration."
arch=('x86_64')
@@ -13,7 +12,7 @@ license=('BUSL-1.1')
depends=('glibc')
makedepends=('git' 'go' 'gox' 'go-tools')
makedepends+=('procps-ng' 'zip' 'yarn' 'nodejs-lts-hydrogen' 'npm') #
makedepends for the UI
-source=("git+https://github.com/hashicorp/consul#commit=${_commit}"
+source=("git+https://github.com/hashicorp/consul#tag=v${pkgver}"
'consul.service'
'consul.default'
'consul.sysusers'
@@ -21,7 +20,7 @@
source=("git+https://github.com/hashicorp/consul#commit=${_commit}"
)
install=consul.install
backup=('etc/default/consul')
-sha512sums=('299f8f5783e3ca0cbef03c14af408f77065cef35ac5420bc69c53ffc8661b457b8ccb2d5e2bf582233b4a09bbed31cc2e210d1c790435ce469915d6726f6f9af'
+sha512sums=('c81614779e849b4a8a592277efa2ec8e1b2e99b75397bb619cf3ab97a93842064fc5e22eb904e0b8e0f911d051041329090ddd6668a00fdd73ee18c05e0c4c1d'
'c70b9d1556f6c7ecb2e915ab685f289cef0e31198bd2e50c74a0483bbfb387beec67334f539a90adbf68b61b07946e98b300ab8a8e26e53b35f4ab4894adeb04'
'ec5a800529a297c709fa383c094ecf106351cf0f8ac7b613b972d415d77fe001088902d7ab805e63e78a8e6360323fec1b795db5a4446df1e21b9b4ed31e7079'
'ef872aedb2bc022a29292b7972a792b22e684c1ccb904a2b2cfec6d8966c28fb19be1452ce060821c419f1b646b236ba2e783175595e4bb6926d164c27a15c87'
@@ -52,7 +51,7 @@ prepare() {
}
build() {
- #
https://github.com/hashicorp/consul/blob/v1.17.2/.github/workflows/build.yml#L126
+ #
https://github.com/hashicorp/consul/blob/v1.19.1/.github/workflows/build.yml#L128
cd "${srcdir}/${pkgname}/ui/packages/consul-ui"
make build
rm -Rf "${srcdir}/${pkgname}/agent/uiserver/dist"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/consul/-/commit/7a16f081bde292fff95a7b41a28d14dd8df8d9b5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/consul/-/commit/7a16f081bde292fff95a7b41a28d14dd8df8d9b5
You're receiving this email because of your account on gitlab.archlinux.org.