summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjonian2023-04-22 22:45:17 +0300
committerjonian2023-04-22 22:45:17 +0300
commit85b69e07c5c177a767a144c6f00c16a641880a82 (patch)
treed447c2c95df75641da67da7df042fa18a4a4bdd2 /PKGBUILD
parent1897e229bfd0727e588da285ff633c53c69f4371 (diff)
downloadaur-85b69e07c5c177a767a144c6f00c16a641880a82.tar.gz
version update to 8.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a1a333b31df5..876b6875f7a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=pnpm-bin
-pkgver=8.2.0
+pkgver=8.3.1
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=('6a30e5a7db9af9d74eb921c26cf6c5c51497f5e62c8007cce5446655f1bebfed')
+sha256sums=('c94302a2a524bbf353b10a8d16ad672dd287412ac8c52226add712ca8df9b63d')
package() {
install -D "$srcdir/pnpm-$pkgver" "$pkgdir/usr/bin/pnpm"