summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjonian2023-05-15 12:23:44 +0300
committerjonian2023-05-15 12:23:44 +0300
commit4b99e7ec7ab3c47b2e589279ae8ab9e522699bc3 (patch)
tree7a5e402b14c4e3988bb7592d92ac54a07decabda /PKGBUILD
parente8d964409b03028bba95ea9282e5f28bd91253aa (diff)
downloadaur-4b99e7ec7ab3c47b2e589279ae8ab9e522699bc3.tar.gz
version update to 8.5.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aab4f5f6d14e..52affee2d380 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=pnpm-bin
-pkgver=8.5.0
+pkgver=8.5.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=('7c4d6b4caeb53cf6a1cde08551fe6455f633641c7c921783521ef178f190443d')
+sha256sums=('c6fc58be8db469ae8694db8f0eeb1c69b70c7861be3108542d908f2c7164ba01')
package() {
install -D "$srcdir/pnpm-$pkgver" "$pkgdir/usr/bin/pnpm"