diff options
author | Grant | 2023-04-26 06:22:37 +0000 |
---|---|---|
committer | Grant | 2023-04-26 06:22:37 +0000 |
commit | 50542f735b35c4ed9a03a9dc775042abf99fafa6 (patch) | |
tree | 64eed2b60f39b05dcaaf938fda138d4f9414fcc7 /PKGBUILD | |
parent | 5e5f43038e24da3545056636a9176cf889f777af (diff) | |
download | aur-50542f735b35c4ed9a03a9dc775042abf99fafa6.tar.gz |
v0.1.46
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: Grant <grant@fig.io> pkgname="cicada-bin" -pkgver="ain" +pkgver="0.1.46" pkgrel="1" pkgdesc="Write CI/CD Pipelines in TypeScript" arch=("x86_64") @@ -15,7 +15,7 @@ source=( "https://raw.githubusercontent.com/cicadahq/cicada/v${pkgver}/LICENSE" ) sha256sums=( - "481b2cb024a24abc2a95bd24b13731eb9e58dfb3684c3bcf2352cc2ab697b67a" + "21a6143498b5353a3801875ee64a230810626fc30399eee42a265a6e9d35f68c" "SKIP" ) |