Skip to content

Commit

Permalink
release/0.5.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Unison Bot 🤖 authored and Unison Bot 🤖 committed Feb 27, 2024
1 parent 8728926 commit 823870f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions unison-language.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ class UnisonLanguage < Formula
license "MIT"
depends_on "fzf" => :recommended

version "0.5.17"
version "0.5.18"
version_scheme 1

if OS.mac?
url "https://github.com/unisonweb/unison/releases/download/release%2F0.5.17/ucm-macos.tar.gz"
sha256 "ca69e2a16fa985bc08b21b3c0d9ba97ded78a0f52eba7c52b13f2b9a27e1f75e"
url "https://github.com/unisonweb/unison/releases/download/release%2F0.5.18/ucm-macos.tar.gz"
sha256 "e20aee31970995b7447f2678ab201709ede31671ab541eef3d1cfba98ac7ffe9"

head "https://github.com/unisonweb/unison/releases/latest/download/ucm-macos.tar.gz"
elsif OS.linux?
url "https://github.com/unisonweb/unison/releases/download/release%2F0.5.17/ucm-linux.tar.gz"
sha256 "bda2bb74a92308f09f11bf46be43a22778d8fc9c5bdf5b1ff7c75edd64cc1bf0"
url "https://github.com/unisonweb/unison/releases/download/release%2F0.5.18/ucm-linux.tar.gz"
sha256 "9837bdd0847133df9a220aec11209a47fc414df0b36098450d07e000121cc9d9"
head "https://github.com/unisonweb/unison/releases/latest/download/ucm-linux.tar.gz"
end

Expand Down

0 comments on commit 823870f

Please sign in to comment.