Skip to content

Commit

Permalink
Update vcv-rack from 2.0.2 to 2.0.3 (Homebrew#115643)
Browse files Browse the repository at this point in the history
* Update vcv-rack from 2.0.2 to 2.0.3

* Update vcv-rack.rb

Co-authored-by: Miccal Matthews <[email protected]>
  • Loading branch information
ShredderWalnut and miccal committed Dec 9, 2021
1 parent cc629bf commit 4827db1
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,6 +1,6 @@
cask "vcv-rack" do
version "2.0.2"
sha256 "f449713ad8c5f453487f0d706c76ee80e530559cbfa96a6f2b3f8ef77acf829c"
version "2.0.3"
sha256 "ba50e7617d8c23ed4583404206f6b5931f68a6e892329c3a92f816d21ee8d58e"

url "https://vcvrack.com/downloads/RackFree-#{version}-mac.pkg"
name "VCV Rack"
Expand All @@ -9,10 +9,10 @@

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

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

uninstall pkgutil: ["com.vcvrack.rack"]
uninstall pkgutil: "com.vcvrack.rack"
end

0 comments on commit 4827db1

Please sign in to comment.