From 6c54ac8d7283ba8a3e2fc786c65ac1cc9b4b0eb6 Mon Sep 17 00:00:00 2001 From: Hikari Hayashi Date: Wed, 8 Jan 2025 00:07:43 +0800 Subject: [PATCH 1/2] oil 0.26.0 --- Formula/o/oil.rb | 8 ++++---- Formula/o/oils-for-unix.rb | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Formula/o/oil.rb b/Formula/o/oil.rb index 4a23ee0801bb9..4f0303381958c 100644 --- a/Formula/o/oil.rb +++ b/Formula/o/oil.rb @@ -1,12 +1,12 @@ class Oil < Formula desc "Bash-compatible Unix shell with more consistent syntax and semantics" - homepage "https://www.oilshell.org/" - url "https://www.oilshell.org/download/oil-0.24.0.tar.gz" - sha256 "f199f5384e72c53eeb8a159ee7ac1b92819adc13a6dc5644ccae33e7ceaa9c72" + homepage "https://oils.pub/" + url "https://oils.pub/download/oil-0.26.0.tar.gz" + sha256 "2d5ca8f22b6abce9a7d519d227d74283aa1265453d89f6cfe59086ac1cb949f2" license "Apache-2.0" livecheck do - url "https://www.oilshell.org/releases.html" + url "https://oils.pub/releases.html" regex(/href=.*?oil[._-]v?(\d+(?:\.\d+)+)\.t/i) end diff --git a/Formula/o/oils-for-unix.rb b/Formula/o/oils-for-unix.rb index 82ac14156c2dd..30b85d5bccc0c 100644 --- a/Formula/o/oils-for-unix.rb +++ b/Formula/o/oils-for-unix.rb @@ -25,6 +25,9 @@ class OilsForUnix < Formula conflicts_with "etsh", "omake", because: "both install 'osh' binaries" def install + # Workaround for newer Clang/GCC + ENV.append_to_cflags "-Wno-implicit-function-declaration" + system "./configure", "--prefix=#{prefix}", "--datarootdir=#{share}", "--readline=#{Formula["readline"].opt_prefix}", From a2f0b214b8b6437f16341f8bfc95408c36612d21 Mon Sep 17 00:00:00 2001 From: Hikari Hayashi Date: Wed, 8 Jan 2025 00:07:55 +0800 Subject: [PATCH 2/2] oils-for-unix 0.26.0 --- Formula/o/oils-for-unix.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/o/oils-for-unix.rb b/Formula/o/oils-for-unix.rb index 30b85d5bccc0c..440bfe5833d97 100644 --- a/Formula/o/oils-for-unix.rb +++ b/Formula/o/oils-for-unix.rb @@ -1,12 +1,12 @@ class OilsForUnix < Formula desc "Bash-compatible Unix shell with more consistent syntax and semantics" - homepage "https://www.oilshell.org/" - url "https://www.oilshell.org/download/oils-for-unix-0.24.0.tar.gz" - sha256 "df4afed94d53b303a782ce0380c393d60f6d21921ef2a25922b400828add98f3" + homepage "https://oils.pub/" + url "https://oils.pub/download/oils-for-unix-0.26.0.tar.gz" + sha256 "2b5b295a577a2763814203b4a34880ca03067a29eeb80af4857b6092314d6eed" license "Apache-2.0" livecheck do - url "https://www.oilshell.org/releases.html" + url "https://oils.pub/releases.html" regex(/href=.*?oils-for-unix[._-]v?(\d+(?:\.\d+)+)\.t/i) end