summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjonian2023-03-16 22:58:44 +0200
committerjonian2023-03-16 22:58:44 +0200
commit64e766029133c1d92600ee7e16cfe899b172a194 (patch)
tree05ed6e0379398c2eee2bf9cd3bc1d48e4210a646 /PKGBUILD
parent13716ea2ebc8572756a62bb50fd75d9b95c0e35b (diff)
downloadaur-64e766029133c1d92600ee7e16cfe899b172a194.tar.gz
version update to 7.29.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4c3560d6f026..72038f432270 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=pnpm-bin
-pkgver=7.29.1
+pkgver=7.29.3
pkgrel=1
pkgdesc="Fast, disk space efficient package manager"
arch=("x86_64")
@@ -10,7 +10,7 @@ options=("!strip")
provides=("pnpm")
conflicts=("pnpm" "pnpm-git")
source=("pnpm-$pkgver::$url/releases/download/v${pkgver}/pnpm-linux-x64")
-sha256sums=('b4c84c7c0ecea41dbba660d40e34c9fbbfff312a763067891b243295f09e211a')
+sha256sums=('4901a75c93df30d4c5369b4bf3ed338500eda5e4702b64a2cfa1301858a08a33')
package() {
install -D "$srcdir/pnpm-$pkgver" "$pkgdir/usr/bin/pnpm"