Skip to content

Commit

Permalink
oil 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
latin-1 committed Jan 7, 2025
1 parent acee665 commit 6c54ac8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/o/oil.rb
Original file line number Diff line number Diff line change
@@ -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

Expand Down
3 changes: 3 additions & 0 deletions Formula/o/oils-for-unix.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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}",
Expand Down

0 comments on commit 6c54ac8

Please sign in to comment.