summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 606f39e6f732..fd26976d7b80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Michael Hauser-Raspe
pkgname=astro-cli
-pkgver=v1.0.0
+pkgver=v1.14.1
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=('7dbd233778ee651cc8de28f277a1c4599ad3e256429aa25454cf49eb06cf30fa')
+sha256sums=('bef39af38a3caba584575e8d9e8185972c8b509354c0469a02ff6b581ce7cfec')
package() {
cd "$srcdir"