diff options
author | Axel Navarro | 2024-01-11 12:27:57 +0100 |
---|---|---|
committer | Axel Navarro | 2024-01-11 12:27:57 +0100 |
commit | 95b19d0a53805baa5bcfa71b10f67d7f3a1bdab4 (patch) | |
tree | 091997728f3e740289cc5677106cc3837460924e | |
parent | 9115093f1113d33448164e89adf30935f458b0a2 (diff) | |
download | aur-95b19d0a53805baa5bcfa71b10f67d7f3a1bdab4.tar.gz |
upgpkg: orogene 0.3.34-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,12 +1,12 @@ pkgbase = orogene pkgdesc = A next-generation platform and package manager for Node.js-compatible and frontend JavaScript projects - pkgver = 0.3.33 + pkgver = 0.3.34 pkgrel = 1 url = https://github.com/orogene/orogene arch = x86_64 license = APACHE makedepends = rust - source = https://github.com/orogene/orogene/archive/refs/tags/v0.3.33.tar.gz - sha256sums = 7f2048f146a968639237ce997254494d677daa31958e92ecc3832fcc98fdae87 + source = https://github.com/orogene/orogene/archive/refs/tags/v0.3.34.tar.gz + sha256sums = d4e50c2c3965e62160cf6a15db3734e4a847ca79629599fdd5ce30579aaae9a3 pkgname = orogene @@ -1,6 +1,6 @@ # Maintainer: Axel Navarro <navarroaxel at gmail> pkgname=orogene -pkgver=0.3.33 +pkgver=0.3.34 pkgrel=1 pkgdesc='A next-generation platform and package manager for Node.js-compatible and frontend JavaScript projects' arch=('x86_64') @@ -8,7 +8,7 @@ url="https://github.com/$pkgname/$pkgname" license=('APACHE') makedepends=('rust') source=(https://github.com/$pkgname/$pkgname/archive/refs/tags/v$pkgver.tar.gz) -sha256sums=('7f2048f146a968639237ce997254494d677daa31958e92ecc3832fcc98fdae87') +sha256sums=('d4e50c2c3965e62160cf6a15db3734e4a847ca79629599fdd5ce30579aaae9a3') prepare() { # Assist chroot builds with a persistent cargo cache (hat tip @ccorn for this patch) |