summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJan Koppe2016-11-17 09:01:13 +0100
committerJan Koppe2016-11-17 09:01:13 +0100
commit6a2d055b315f7cfeb59730b3b82690ca112a1bea (patch)
tree80654e028fc7ef36c7790a0bc0ad1d7678bcf321 /PKGBUILD
parent3a05e9f3c38ea3d39900fb3b3bd35cbd6be98cc0 (diff)
downloadaur-6a2d055b315f7cfeb59730b3b82690ca112a1bea.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 81bfa8485545..8c29e6254ece 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jan Koppe <post@jankoppe.de>
pkgname=yarn
-pkgver=0.17.2
+pkgver=0.17.3
pkgrel=1
pkgdesc='Fast, reliable, and secure dependency management.'
arch=(any)
@@ -9,7 +9,7 @@ url='http://yarnpkg.com'
license=('BSD')
depends=('nodejs')
source=("https://github.com/yarnpkg/yarn/releases/download/v$pkgver/yarn-v$pkgver.tar.gz")
-sha256sums=('0e0ff23581920c27b276c320bbcbcd998b7dbb9e0f91aa91cbcd241644df25e0')
+sha256sums=('883df435f68ce47c93c2e4be27acbd4122ae52ef4d334f75104c0c5e187a9173')
package() {
install -dm755 "$pkgdir"/usr/lib/node_modules/yarn