diff options
author | Andrew Simmons | 2024-06-05 08:44:57 -0400 |
---|---|---|
committer | Andrew Simmons | 2024-06-05 08:44:57 -0400 |
commit | d31780ce62fa4687a10f962031a140eea30e469d (patch) | |
tree | 69de078f6d2263fcf2b7f28f423cc7dc2f5ec3b4 /PKGBUILD | |
parent | 6b0f8afaf824e098fb3169bafda1fc833db90992 (diff) | |
download | aur-d31780ce62fa4687a10f962031a140eea30e469d.tar.gz |
upgpkg: 1.14.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: Andrew Simmons <agsimmons0 at gmail dot com> pkgname=redocly -pkgver='1.12.0' +pkgver='1.14.0' pkgrel=1 pkgdesc="Redocly CLI toolbox with rich validation and bundling features" arch=('any') @@ -14,7 +14,7 @@ source=( "$pkgname-$pkgver.tar.gz::https://registry.npmjs.org/@redocly/cli/-/cli-${pkgver}.tgz" ) sha256sums=( - 'a282659acb2e2d2af3691eba84ac8d13ec52b0b9f44eeef0a966718d8978e4c3' + 'c598726ab93878e626a0dde3395d3e23c05ee5341facad68105ebf109211f8a6' ) noextract=("${pkgname}-${pkgver}.tar.gz") |