summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjonian2023-04-10 13:43:28 +0300
committerjonian2023-04-10 13:43:28 +0300
commit1897e229bfd0727e588da285ff633c53c69f4371 (patch)
tree8e16b640a12c0c2e13d7610af5f02d00da395cb6 /PKGBUILD
parentf08c04fac6b70ca7b856b295857a3402e3e1752a (diff)
downloadaur-1897e229bfd0727e588da285ff633c53c69f4371.tar.gz
version update to 8.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7e6282696d5d..a1a333b31df5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=pnpm-bin
-pkgver=8.1.1
+pkgver=8.2.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=('a670878695179ea6a086371d9126c74488f0ca9b1799940b8d582fe6b80215e1')
+sha256sums=('6a30e5a7db9af9d74eb921c26cf6c5c51497f5e62c8007cce5446655f1bebfed')
package() {
install -D "$srcdir/pnpm-$pkgver" "$pkgdir/usr/bin/pnpm"