summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfluxcdbot2023-12-12 15:46:19 +0000
committerfluxcdbot2023-12-12 15:46:19 +0000
commit73de7e387d7a86518bbf754a440aa80fba3f6208 (patch)
tree5bfbd32aa9720408092be0cd027f8a2e96e3f7cf
parentd04cad82c69af0a21310cfa6f525deffd24a895a (diff)
downloadaur-73de7e387d7a86518bbf754a440aa80fba3f6208.tar.gz
Updated to version v2.2.0 release 1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e6c09771e35..ed226c53c3a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = flux-go
pkgdesc = Open and extensible continuous delivery solution for Kubernetes
- pkgver = 2.1.2
+ pkgver = 2.2.0
pkgrel = 1
url = https://fluxcd.io/
arch = x86_64
@@ -12,6 +12,6 @@ pkgbase = flux-go
provides = flux-bin
conflicts = flux-bin
replaces = flux-cli
- source = flux-go-2.1.2.tar.gz::https://github.com/fluxcd/flux2/archive/v2.1.2.tar.gz
+ source = flux-go-2.2.0.tar.gz::https://github.com/fluxcd/flux2/archive/v2.2.0.tar.gz
pkgname = flux-go
diff --git a/PKGBUILD b/PKGBUILD
index aadb6612dcde..49dcbc06fced 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Maintainer: Hidde Beydals <hello@hidde.co>
pkgname=flux-go
-pkgver=2.1.2
+pkgver=2.2.0
pkgrel=1
_srcname=flux
-_srcver=2.1.2
+_srcver=2.2.0
pkgdesc="Open and extensible continuous delivery solution for Kubernetes"
url="https://fluxcd.io/"
arch=("x86_64" "armv7h" "aarch64")
@@ -21,7 +21,7 @@ source=(
"${pkgname}-${pkgver}.tar.gz::https://github.com/fluxcd/flux2/archive/v${_srcver}.tar.gz"
)
sha256sums=(
- 5bf3d9654fd789e065c0e7c017e3b4594784f0e1b2f2fdd6ae43f33d814b5885
+ 0c18c368696a292ec9868c967a1e346f756aee8e1a6c0bca5a999196f652979c
)
build() {