diff --git a/grunt-known-options-1.1.0.tgz b/grunt-known-options-1.1.0.tgz deleted file mode 100644 index 49802fa..0000000 Binary files a/grunt-known-options-1.1.0.tgz and /dev/null differ diff --git a/nodejs-grunt-known-options.spec b/nodejs-grunt-known-options.spec index 13afbfd..98eac51 100644 --- a/nodejs-grunt-known-options.spec +++ b/nodejs-grunt-known-options.spec @@ -1,11 +1,11 @@ %global srcname grunt-known-options Name: nodejs-%{srcname} -Version: 1.1.0 +Version: 1.1.1 Release: 1 Summary: The known options used in Grunt License: MIT -URL: https://www.npmjs.com/package/grunt-known-options -Source0: https://registry.npmjs.org/grunt-known-options/-/grunt-known-options-%{version}.tgz +URL: https://github.com/gruntjs/grunt-known-options +Source0: https://github.com/gruntjs/grunt-known-options/archive/v%{version}.tar.gz BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch BuildRequires: nodejs-packaging @@ -13,7 +13,7 @@ BuildRequires: nodejs-packaging %{summary}. %prep -%setup -qn package +%autosetup -n grunt-known-options-%{version} %build @@ -32,5 +32,5 @@ cp -pr package.json *.js \ %{nodejs_sitelib}/%{srcname} %changelog -* Thu Aug 20 2020 Anan Fu - 1.1.0-1 +* Thu Aug 20 2020 Anan Fu - 1.1.1-1 - package init diff --git a/nodejs-grunt-known-options.yaml b/nodejs-grunt-known-options.yaml index 5300a3f..55ad426 100644 --- a/nodejs-grunt-known-options.yaml +++ b/nodejs-grunt-known-options.yaml @@ -1,5 +1,4 @@ -git_url: https://www.npmjs.com/package/grunt-known-options -version_control: registry -src_repo: https://registry.npmjs.org/grunt-known-options/- -tag_prefix: "^" +version_control: github +src_repo: gruntjs/grunt-known-options +tag_prefix: "^v" seperator: "." diff --git a/v1.1.1.tar.gz b/v1.1.1.tar.gz new file mode 100644 index 0000000..82cfbc6 Binary files /dev/null and b/v1.1.1.tar.gz differ