Skip to content

Commit

Permalink
Update vcv-rack from 2.0.4 to 2.0.5 (Homebrew#116746)
Browse files Browse the repository at this point in the history
* Update vcv-rack from 2.0.4 to 2.0.5

* Update vcv-rack.rb
  • Loading branch information
ShredderWalnut committed Jan 2, 2022
1 parent f990314 commit 2cfc3f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Casks/vcv-rack.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
cask "vcv-rack" do
version "2.0.4"
sha256 "37c853416d546d30429868187fcc83eb7d9db11528cab6a9b9c4735158d26f52"
version "2.0.5"
sha256 "1bc766e2f75322a3f16fb059f15b8548ed26a85325891a26924876ebbd85de9e"

url "https://vcvrack.com/downloads/RackFree-#{version}-mac.pkg"
name "VCV Rack"
desc "Open-source virtual modular synthesizer"
homepage "https://vcvrack.com/"

livecheck do
url "https://vcvrack.com/Rack.html"
regex(%r{href=.*?/RackFree[._-]v?(\d+(?:\.\d+)+)[._-]mac\.pkg}i)
url "https://raw.githubusercontent.com/VCVRack/Rack/v#{version.major}/CHANGELOG.md"
regex(/###\s(\d+(?:\.\d+)+)/i)
end

pkg "RackFree-#{version}-mac.pkg"
Expand Down

0 comments on commit 2cfc3f7

Please sign in to comment.