summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Hauser-Raspe2022-06-06 19:19:06 +0100
committerMichael Hauser-Raspe2022-06-06 19:19:06 +0100
commite999f89965b2ea0ff6b31500758f18560b4650fc (patch)
tree2f9fbac46b8799bca43f6d52529b01c6408d0224 /PKGBUILD
parent78e4cd9833efafccfb16e2b326732c26ed913d81 (diff)
downloadaur-e999f89965b2ea0ff6b31500758f18560b4650fc.tar.gz
Update to v1.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d32466773b86..606f39e6f732 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Michael Hauser-Raspe
pkgname=astro-cli
-pkgver=v0.26.0
+pkgver=v1.0.0
pkgrel=1
pkgdesc="The Astronomer CLI can be used to build Airflow DAGs locally and run them via docker-compose, as well as to deploy those DAGs to Astronomer-managed Airflow clusters and interact with the Astronomer API in general."
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('Apache')
makedepends=('tar')
provides=('astro')
source=("https://github.com/astronomer/$pkgname/releases/download/$pkgver/astro_${pkgver/v/}_linux_amd64.tar.gz")
-sha256sums=('e6553794e3807e3ef7e6bfed8775a5c2809037ed103e7e50f96635cb71bc259b')
+sha256sums=('7dbd233778ee651cc8de28f277a1c4599ad3e256429aa25454cf49eb06cf30fa')
package() {
cd "$srcdir"