change source

This commit is contained in:
jackie_wu 2020-09-08 16:07:14 +08:00
parent 5b91e5a7bf
commit c0042844d3
3 changed files with 2 additions and 3 deletions

Binary file not shown.

View File

@ -5,8 +5,7 @@ Release: 1
Summary: Function that returns an arbitrary arrow function
License: MIT
URL: https://github.com/ljharb/make-arrow-function
#wget https://registry.npmjs.org/make-arrow-function/-/make-arrow-function-%{version}.tgz mv make-arrow-function-%{version}.tgz make-arrow-function-%{version}.tar.gz
Source0: make-arrow-function-%{version}.tar.gz
Source0: https://github.com/ljharb/make-arrow-function/archive/v%{version}.tar.gz
# https://github.com/ljharb/make-arrow-function/pull/1
Source1: nodejs-make-arrow-function-license.txt
# https://github.com/ljharb/make-arrow-function/commit/cab9a8347a302432e8b01474830c5ea81499ba09
@ -20,7 +19,7 @@ Function that returns an arbitrary arrow function, or undefined
if arrow function syntax is unsupported.
%prep
%autosetup -p 1 -n package
%autosetup -n make-arrow-function-%{version} -S git
cp %{SOURCE1} LICENSE
rm -rf node_modules

BIN
v1.1.0.tar.gz Normal file

Binary file not shown.