summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDušan Simić2021-05-13 21:25:32 +0200
committerDušan Simić2021-05-13 21:25:32 +0200
commit405bb34dce1b8c5debab5a0fadaee6f63c40dabd (patch)
treeeb01e268cb17d79547ae64bfb1400b78715f87d5
parentd701e6ae6792c275d80ac118a480493c694c1f62 (diff)
downloadaur-405bb34dce1b8c5debab5a0fadaee6f63c40dabd.tar.gz
Bump version to 1.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2c35c710b85..58271fb12b10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = zx
pkgdesc = A tool for writing better scripts
- pkgver = 1.4.0
- pkgrel = 2
+ pkgver = 1.6.0
+ pkgrel = 1
url = https://github.com/google/zx
arch = any
license = Apache
makedepends = npm
makedepends = git
depends = nodejs
- source = git+https://github.com/google/zx.git#commit=1508858ae964e49e0e5667860f7075b2a6aa15bf
+ source = git+https://github.com/google/zx.git#commit=b20f5f249833919a7111256aa3a9b25ab4895823
sha256sums = SKIP
pkgname = zx
diff --git a/PKGBUILD b/PKGBUILD
index 326ee825b6d1..3f3ce9ad252c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Dušan Simić <dusan.simic1810@gmail.com>
pkgname=zx
-pkgver=1.4.0
-_commit=1508858ae964e49e0e5667860f7075b2a6aa15bf
-pkgrel=2
+pkgver=1.6.0
+_commit=b20f5f249833919a7111256aa3a9b25ab4895823
+pkgrel=1
pkgdesc="A tool for writing better scripts"
arch=("any")
url="https://github.com/google/zx"