mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
community/yarn: upgrade to 1.0.2
This commit is contained in:
parent
f5e7c53052
commit
d48789f5dc
@ -1,7 +1,7 @@
|
|||||||
# Contributor: Ed Robinson <ed@reevoo.com>
|
# Contributor: Ed Robinson <ed@reevoo.com>
|
||||||
# Maintainer: Ed Robinson <ed@reevoo.com>
|
# Maintainer: Ed Robinson <ed@reevoo.com>
|
||||||
pkgname=yarn
|
pkgname=yarn
|
||||||
pkgver=0.27.5
|
pkgver=1.0.2
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Fast, reliable, and secure dependency management for Node.js"
|
pkgdesc="Fast, reliable, and secure dependency management for Node.js"
|
||||||
url="https://yarnpkg.com/"
|
url="https://yarnpkg.com/"
|
||||||
@ -10,7 +10,7 @@ license="BSD-2"
|
|||||||
depends="nodejs"
|
depends="nodejs"
|
||||||
source="https://yarnpkg.com/downloads/$pkgver/$pkgname-v$pkgver.tar.gz
|
source="https://yarnpkg.com/downloads/$pkgver/$pkgname-v$pkgver.tar.gz
|
||||||
apk-install-method.patch"
|
apk-install-method.patch"
|
||||||
builddir="$srcdir/dist"
|
builddir="$srcdir/$pkgname-v$pkgver"
|
||||||
|
|
||||||
check() {
|
check() {
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
@ -31,5 +31,5 @@ package() {
|
|||||||
ln -s /$destdir/bin/yarn "$pkgdir"/usr/bin/yarnpkg
|
ln -s /$destdir/bin/yarn "$pkgdir"/usr/bin/yarnpkg
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="a21615f3bf4996d6e2dc84b54c3e9ca8a58143941a80771121f6eb6f5dcf8fd655e1c9b9420e7a0ab3a7c26ecd6bdd3790451d76435d7e3d6fbb5ba8ac729dbd yarn-v0.27.5.tar.gz
|
sha512sums="21b24f4633517f001f0cf2529d67316b5a1aded787c6516504b0f7b89fec991c3f17f7a098590bcfcea88a5d9831121079facca2237c678495bd2124cdf07dad yarn-v1.0.2.tar.gz
|
||||||
30431f7aa5fe7382e062b92e413ea8d118e157d89aa043353c18ff7d1721d0e3ecfbe68de1f0058b3b70cee5cf9baa08d28f1718beb5d14fcb0cf2881dff1eac apk-install-method.patch"
|
30431f7aa5fe7382e062b92e413ea8d118e157d89aa043353c18ff7d1721d0e3ecfbe68de1f0058b3b70cee5cf9baa08d28f1718beb5d14fcb0cf2881dff1eac apk-install-method.patch"
|
||||||
|
Loading…
Reference in New Issue
Block a user