summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjonian2022-10-02 22:28:03 +0300
committerjonian2022-10-02 22:28:03 +0300
commitbcdc76b54b17510950aae15d772f1e7647eb1962 (patch)
treec422fcdeb278d66dc11e9673ea9cb0e653276328 /PKGBUILD
parentc6d2092188c6c50918ffe737b222c7110165b79b (diff)
downloadaur-bcdc76b54b17510950aae15d772f1e7647eb1962.tar.gz
version update to 7.12.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 863ed03d8416..7eba04f51add 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=pnpm-bin
-pkgver=7.12.1
+pkgver=7.12.2
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=('0cd79f769c62d2fb692a52d99f905f92b9266f6023b43af0d3d305ef829cf872')
+sha256sums=('7ef56d8208b921fdef22781546611b990dd2feaa1adafcc1c0a18d55cda158ac')
package() {
install -d "$pkgdir/usr/bin"