diff --git a/base/nano/nano.spec b/base/nano/nano.spec index 5d851a6..c50a72e 100644 --- a/base/nano/nano.spec +++ b/base/nano/nano.spec @@ -1,11 +1,11 @@ %define nanorc_ver master Summary: A small text editor Name: nano -Version: 7.2 -Release: 3%{?dist} +Version: 8.0 +Release: 1%{?dist} License: GPLv3+ MIT URL: https://www.nano-editor.org -Source: https://www.nano-editor.org/dist/v3/%{name}-%{version}.tar.xz +Source: https://www.nano-editor.org/dist/v8/%{name}-%{version}.tar.xz Source2: nanorc # https://github.com/davidhcefx/nanorc/archive/refs/heads/master.tar.gz#/nanorc-master.tar.gz Source3: nanorc-%{nanorc_ver}.tar.gz @@ -121,6 +121,9 @@ exit 0 %{_datadir}/nano-syntax-highlighting %changelog +* Thu May 2 2024 Raven - 8.0-1 +- update to 8.0 + * Thu Feb 8 2024 Raven - 7.2-3 - use default html highlighing for twig and j2 files