diff --git a/cryptiles-2.0.5.tgz b/cryptiles-2.0.5.tgz deleted file mode 100644 index d9eecab..0000000 Binary files a/cryptiles-2.0.5.tgz and /dev/null differ diff --git a/nodejs-cryptiles.spec b/nodejs-cryptiles.spec index 3a3093f..8480d49 100644 --- a/nodejs-cryptiles.spec +++ b/nodejs-cryptiles.spec @@ -5,7 +5,7 @@ Release: 1 Summary: General purpose cryptography utilities for Node.js License: BSD URL: https://github.com/hueniverse/cryptiles -Source0: https://registry.npmjs.org/cryptiles/-/cryptiles-%{version}.tgz +Source0: https://github.com/hueniverse/cryptiles/archive/v%{version}.tar.gz BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch BuildRequires: nodejs-packaging @@ -13,7 +13,7 @@ BuildRequires: nodejs-packaging %{summary}. %prep -%setup -q -n package +%autosetup -n cryptiles-%{version} sed -i 's/"node": ">=0.10.40"/"node": ">=0.10.36"/' package.json chmod 0644 README.md LICENSE lib/* package.json diff --git a/v2.0.5.tar.gz b/v2.0.5.tar.gz new file mode 100644 index 0000000..9fb9534 Binary files /dev/null and b/v2.0.5.tar.gz differ