summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfluxcdbot2021-10-19 13:50:29 +0000
committerfluxcdbot2021-10-19 13:50:29 +0000
commit3df85bf0558c691d5e276e8d4a88cb09acd23e17 (patch)
tree9687e001dcd640bb6b2497f93154456ce1dc41b5
parentebea3931844d39b3ecf8582110a9d3c2eb80ecc3 (diff)
downloadaur-3df85bf0558c691d5e276e8d4a88cb09acd23e17.tar.gz
Updated to version v0.19.0 release 1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 945b8e5755df..2d3812cc447f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = flux-go
pkgdesc = Open and extensible continuous delivery solution for Kubernetes
- pkgver = 0.18.3
+ pkgver = 0.19.0
pkgrel = 1
url = https://fluxcd.io/
arch = x86_64
@@ -13,6 +13,6 @@ pkgbase = flux-go
provides = flux-bin
conflicts = flux-bin
replaces = flux-cli
- source = flux-go-0.18.3.tar.gz::https://github.com/fluxcd/flux2/archive/v0.18.3.tar.gz
+ source = flux-go-0.19.0.tar.gz::https://github.com/fluxcd/flux2/archive/v0.19.0.tar.gz
pkgname = flux-go
diff --git a/PKGBUILD b/PKGBUILD
index 7b9d65b3e861..73f4fa19d872 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Hidde Beydals <hello@hidde.co>
pkgname=flux-go
-pkgver=0.18.3
+pkgver=0.19.0
pkgrel=1
pkgdesc="Open and extensible continuous delivery solution for Kubernetes"
url="https://fluxcd.io/"
@@ -19,7 +19,7 @@ source=(
"${pkgname}-${pkgver}.tar.gz::https://github.com/fluxcd/flux2/archive/v${pkgver}.tar.gz"
)
sha256sums=(
- ca4df19b465d77b3a506113e3ffe6eda1758a0df001ca7bc531547a7dd59915f
+ 43ba4bc3cf7c5b5b282a9065f25d99f024e91e04ee58473159f66c7944220b14
)
_srcname=flux