mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
development/yarn: Updated for version 1.16.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9678ec6164
commit
51381382ca
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=yarn
|
||||
VERSION=${VERSION:-1.15.2}
|
||||
VERSION=${VERSION:-1.16.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="yarn"
|
||||
VERSION="1.15.2"
|
||||
VERSION="1.16.0"
|
||||
HOMEPAGE="https://yarnpkg.com/"
|
||||
DOWNLOAD="https://github.com/yarnpkg/yarn/releases/download/v1.15.2/yarn-v1.15.2.tar.gz"
|
||||
MD5SUM="35835237750040f08c0e87550e05dcea"
|
||||
DOWNLOAD="https://github.com/yarnpkg/yarn/releases/download/v1.16.0/yarn-v1.16.0.tar.gz"
|
||||
MD5SUM="46790033c23803387890f545e4040690"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="nodejs"
|
||||
|
|
Loading…
Reference in a new issue