summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAxel Navarro2023-04-02 11:56:19 -0300
committerAxel Navarro2023-04-02 11:56:19 -0300
commit98fc629034bcf224e2d0067c09f15fa15b701902 (patch)
tree25a45463e2843775ebbbd709c5e47fe2b3e70d74 /PKGBUILD
parent3aa10e394f3b4f938e3f617bd5cec2927fc87e9e (diff)
downloadaur-98fc629034bcf224e2d0067c09f15fa15b701902.tar.gz
upgpkg: orogene 0.3.16-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c0fa7ab33bc..3b203d09a035 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Axel Navarro <navarroaxel at gmail>
pkgname=orogene
-pkgver=0.3.15
+pkgver=0.3.16
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=('4ed1ee806e3dae7a1e7b1657f0b0071822f605eb1e3e5b464e50aad5c284080f')
+sha256sums=('9a3063d3baf629b97b0821a8d0629b1cf7ac251c08d98361dc593594f2c655dc')
prepare() {
# Assist chroot builds with a persistent cargo cache (hat tip @ccorn for this patch)