Thanks to visit codestin.com
Credit goes to github.com

Skip to content
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 "2022.12.12"
version "2023.1.23"
homepage "https://ilo.projects.metio.wtf/"
license "CC0"
url "https://github.com/metio/ilo/releases/download/2022.12.12/ilo-2022.12.12-mac.zip"
sha256 "d44b88c9f045ff9d0ea566a1dab8e85f313c93b6617643461b9b61ac640ddc9a"
url "https://github.com/metio/ilo/releases/download/2023.1.23/ilo-2023.1.23-mac.zip"
sha256 "49743686a8c7ff62b38c3e3e69fdeb2460a5dabae1be239a5a563e59028f4312"

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: 2022.12.12
Version: 2023.1.23
Release: 1%{?dist}
Summary: Manage Reproducible Build Environments
License: CC0
Expand Down