summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjonian2023-03-30 10:24:55 +0300
committerjonian2023-03-30 10:24:55 +0300
commitf4c034daad27e25b9aa40ef3f0e9f08764b7912f (patch)
tree53562464eceaa83b2fe7dab6ea7ee03d8edf3e32 /PKGBUILD
parent9fbfd5f28ae3b6c49bf238bd6a7c816433121e59 (diff)
downloadaur-f4c034daad27e25b9aa40ef3f0e9f08764b7912f.tar.gz
version update to 8.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a1adca9849e8..5e5ac694981e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=pnpm-bin
-pkgver=7.30.3
+pkgver=8.1.0
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=('6060b8fc308b5946ada5813d797d6fa6e6eabec9d0518b0a9875531fc61cc718')
+sha256sums=('c606ebf92b4398ac104511dea8672f04c9e7e48c9ce318c972071ded3fef7dfe')
package() {
install -D "$srcdir/pnpm-$pkgver" "$pkgdir/usr/bin/pnpm"