summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfluxcdbot2021-02-01 17:49:01 +0000
committerfluxcdbot2021-02-01 17:49:01 +0000
commitc8f5c434455e47eaebc6aa1d58984d82608ecaf2 (patch)
treed3d5493e741a66d447e5f3a97317e76df9078249
parentf37018b07c118b22cb58cce1fd263ef0e90d61c1 (diff)
downloadaur-c8f5c434455e47eaebc6aa1d58984d82608ecaf2.tar.gz
Updated to version v0.7.5 release 1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4fc962ab86e..8347f3b2250b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = flux-go
pkgdesc = Open and extensible continuous delivery solution for Kubernetes
- pkgver = 0.7.4
+ pkgver = 0.7.5
pkgrel = 1
url = https://fluxcd.io/
arch = x86_64
@@ -14,6 +14,6 @@ pkgbase = flux-go
provides = flux-bin
conflicts = flux-bin
replaces = flux-cli
- source = flux-go-0.7.4.tar.gz::https://github.com/fluxcd/flux2/archive/v0.7.4.tar.gz
+ source = flux-go-0.7.5.tar.gz::https://github.com/fluxcd/flux2/archive/v0.7.5.tar.gz
pkgname = flux-go
diff --git a/PKGBUILD b/PKGBUILD
index 19136ffb3064..b82abfdb9870 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Hidde Beydals <hello@hidde.co>
pkgname=flux-go
-pkgver=0.7.4
+pkgver=0.7.5
pkgrel=1
pkgdesc="Open and extensible continuous delivery solution for Kubernetes"
url="https://fluxcd.io/"
@@ -18,7 +18,7 @@ source=(
"$pkgname-$pkgver.tar.gz::https://github.com/fluxcd/flux2/archive/v$pkgver.tar.gz"
)
sha256sums=(
- 9ebd8a59a1737f1346a59686dbb8a92652843ca4202e98c5d515a4cc125f7859
+ 1981802df19a77b3eb2ad6a3080d5d22a81981975dcda7a583d79b044a95b423
)
build() {