summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Hauser-Raspe2023-05-02 12:23:12 +0100
committerMichael Hauser-Raspe2023-05-02 12:23:51 +0100
commitfb7131868850a794b36a518d55dda931559a074a (patch)
tree8c5fd8e605c0169ff0eed20993da8f8946e3bb06
parente999f89965b2ea0ff6b31500758f18560b4650fc (diff)
downloadaur-astro-cli.tar.gz
Update to v1.14.1.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae9112b17388..2a7136aeddf1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = astro-cli
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.
- pkgver = v1.0.0
+ pkgver = v1.14.1
pkgrel = 1
url = https://github.com/astronomer/astro-cli
arch = x86_64
license = Apache
makedepends = tar
provides = astro
- source = https://github.com/astronomer/astro-cli/releases/download/v1.0.0/astro_1.0.0_linux_amd64.tar.gz
- sha256sums = 7dbd233778ee651cc8de28f277a1c4599ad3e256429aa25454cf49eb06cf30fa
+ source = https://github.com/astronomer/astro-cli/releases/download/v1.14.1/astro_1.14.1_linux_amd64.tar.gz
+ sha256sums = bef39af38a3caba584575e8d9e8185972c8b509354c0469a02ff6b581ce7cfec
pkgname = astro-cli
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"