Skip to content

Commit

Permalink
Merge pull request #88 from essentialkaos/develop
Browse files Browse the repository at this point in the history
Update spec
  • Loading branch information
andyone authored Nov 8, 2024
2 parents 6d949e2 + 30fc010 commit f59b9ac
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions common/path.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

Summary: Dead simple tool for working with paths
Name: path
Version: 1.0.3
Version: 1.1.0
Release: 0%{?dist}
Group: Applications/System
License: Apache License, Version 2.0
Expand All @@ -22,7 +22,7 @@ Source100: checksum.sha512

BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: golang >= 1.22
BuildRequires: golang >= 1.23

Provides: %{name} = %{version}-%{release}

Expand Down Expand Up @@ -103,6 +103,11 @@ fi
################################################################################

%changelog
* Fri Nov 08 2024 Anton Novojilov <[email protected]> - 1.1.0-0
- Added 'strip-ext' command
- Code refactoring
- Dependencies update

* Tue Sep 24 2024 Anton Novojilov <[email protected]> - 1.0.3-0
- Dependencies update

Expand Down

0 comments on commit f59b9ac

Please sign in to comment.