Upgrade to 6.0.0

This commit is contained in:
starlet-dx 2023-09-19 19:20:52 +08:00
parent f59b9d464b
commit c28bd3034a
3 changed files with 6 additions and 3 deletions

Binary file not shown.

View File

@ -1,11 +1,11 @@
%{?nodejs_find_provides_and_requires}
Name: nodejs-cryptiles
Version: 5.1.0
Version: 6.0.0
Release: 1
Summary: General purpose cryptography utilities for Node.js
License: BSD
URL: https://github.com/hueniverse/cryptiles
Source0: https://github.com/hueniverse/cryptiles/archive/v%{version}.tar.gz
Source0: https://github.com/hueniverse/cryptiles/archive/v%{version}/%{name}-%{version}.tar.gz
BuildArch: noarch
ExclusiveArch: %{nodejs_arches} noarch
BuildRequires: nodejs-packaging
@ -13,7 +13,7 @@ BuildRequires: nodejs-packaging
%{summary}.
%prep
%autosetup -n cryptiles-%{version}
%autosetup -n cryptiles-%{version} -p1
chmod 0644 README.md LICENSE.md lib/* package.json
%nodejs_fixdep -r "@hapi/boom"
@ -30,6 +30,9 @@ cp -pr lib package.json %{buildroot}%{nodejs_sitelib}/cryptiles
%license LICENSE.md
%changelog
* Tue Sep 19 2023 yaoxin <yao_xin001@hoperun.com> - 6.0.0-1
- Upgrade to 6.0.0
* Sat Jul 02 2022 SimpleUpdate Robot <tc@openeuler.org> - 5.1.0-1
- Upgrade to version 5.1.0

Binary file not shown.