Skip to content

Commit

Permalink
oil/oils-for-unix 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 3210068
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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
8 changes: 4 additions & 4 deletions Formula/o/oils-for-unix.rb
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 3210068

Please sign in to comment.