summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfluxcdbot2023-08-24 12:40:36 +0000
committerfluxcdbot2023-08-24 12:40:36 +0000
commitab792cfe1209d5dab545435a97b8cb6d4f1477c3 (patch)
treeca9c3d13d52af9d1731261235c95938aae5072ae /PKGBUILD
parent98bd4ce7126ef1e3abf8412b20b986bb4b04bd46 (diff)
downloadaur-ab792cfe1209d5dab545435a97b8cb6d4f1477c3.tar.gz
Updated to version v2.1.0 release 1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3cf035f0aec7..53acd29cacdc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Maintainer: Hidde Beydals <hello@hidde.co>
pkgname=flux-go
-pkgver=2.0.1
+pkgver=2.1.0
pkgrel=1
_srcname=flux
-_srcver=2.0.1
+_srcver=2.1.0
pkgdesc="Open and extensible continuous delivery solution for Kubernetes"
url="https://fluxcd.io/"
arch=("x86_64" "armv6h" "armv7h" "aarch64")
@@ -21,7 +21,7 @@ source=(
"${pkgname}-${pkgver}.tar.gz::https://github.com/fluxcd/flux2/archive/v${_srcver}.tar.gz"
)
sha256sums=(
- b4c57d94d81eea40ea7180e814d2e6984b8787d296a21b1b662397a9a23d5407
+ 5fd7e703f5724c9beae8adabe17b823c5cd4a381ac6f88dfff3ff3713ed08883
)
build() {