diff --git a/nodejs-hoek.spec b/nodejs-hoek.spec index c2cb05c..cebfd82 100644 --- a/nodejs-hoek.spec +++ b/nodejs-hoek.spec @@ -1,11 +1,11 @@ %{?nodejs_find_provides_and_requires} Name: nodejs-hoek -Version: 10.0.0 +Version: 11.0.2 Release: 1 Summary: General purpose Node.js utilities License: BSD URL: https://github.com/spumko/hoek -Source0: https://github.com/spumko/hoek/archive/refs/tags/v10.0.0.tar.gz +Source0: https://github.com/spumko/hoek/archive/refs/tags/v%{version}.tar.gz BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch BuildRequires: nodejs-packaging @@ -30,6 +30,9 @@ cp -pr lib package.json %{buildroot}%{nodejs_sitelib}/hoek %doc README.md %changelog +* Wed Nov 1 2023 liyanan - 11.0.2-1 +- Update to 11.0.2 + * Wed Jun 29 2022 houyingchao - 10.0.0-1 - Upgrade to version 10.0.0 diff --git a/v10.0.0.tar.gz b/v10.0.0.tar.gz deleted file mode 100644 index 497d956..0000000 Binary files a/v10.0.0.tar.gz and /dev/null differ diff --git a/v11.0.2.tar.gz b/v11.0.2.tar.gz new file mode 100644 index 0000000..60d7314 Binary files /dev/null and b/v11.0.2.tar.gz differ