Skip to content

Commit

Permalink
Update Elixir to 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Jun 14, 2024
1 parent 830f567 commit 7decf7c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions specs/elixir.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

Summary: A modern approach to programming for the Erlang VM
Name: elixir
Version: 1.16.2
Version: 1.17.0
Release: 0%{?dist}
License: ASL 2.0 and ERPL
Group: Development/Tools
Expand All @@ -22,9 +22,9 @@ Source100: checksum.sha512

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

BuildRequires: erlang24 git
BuildRequires: erlang25 git

Requires: erlang >= 24
Requires: erlang >= 25

Provides: %{name} = %{version}-%{release}
Provides: %{name}-lang = %{version}-%{release}
Expand Down Expand Up @@ -82,6 +82,9 @@ rm -rf %{buildroot}
################################################################################

%changelog
* Fri Jun 14 2024 Anton Novojilov <[email protected]> - 1.17.0-0
- https://github.com/elixir-lang/elixir/releases/tag/v1.17.0

* Fri Mar 22 2024 Anton Novojilov <[email protected]> - 1.16.2-0
- https://github.com/elixir-lang/elixir/releases/tag/v1.16.2

Expand Down

0 comments on commit 7decf7c

Please sign in to comment.