Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update package-manager infos for latest release #226

Merged
merged 1 commit into from
Dec 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions HomebrewFormula/ilo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

class Ilo < Formula
desc "Manage reproducible build environments"
version "2023.11.26"
version "2023.12.4"
homepage "https://ilo.projects.metio.wtf/"
license "CC0"
url "https://github.com/metio/ilo/releases/download/2023.11.26/ilo-2023.11.26-mac.zip"
sha256 "7930add064cb828b3100e09d653d753c8a2bc887cff30a29debe644fbf7f55f2"
url "https://github.com/metio/ilo/releases/download/2023.12.4/ilo-2023.12.4-mac.zip"
sha256 "fff4e378271c6239934575e4fe9ce74128303fb2d6dabee0b7d230997b9b6ac4"

depends_on "podman" => :optional
depends_on "docker" => :optional
Expand Down
2 changes: 1 addition & 1 deletion build/copr/ilo.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: ilo
Version: 2023.11.26
Version: 2023.12.4
Release: 1%{?dist}
Summary: Manage Reproducible Build Environments
License: CC0
Expand Down