Compare commits
14 Commits
fe09d0e438
...
main
Author | SHA1 | Date | |
---|---|---|---|
f752c8d61b
|
|||
2bbcf6dea8
|
|||
2dc58d3002
|
|||
7da2aa2214
|
|||
0af46be34d
|
|||
17a6cedabc
|
|||
c71ee4b2ad
|
|||
9aa821f767
|
|||
8d572c6d1f
|
|||
2f3c442a5d
|
|||
3f155658ca
|
|||
c8791545c2
|
|||
161f0aa18a
|
|||
42f16d9b67
|
@@ -1,13 +0,0 @@
|
||||
cask 'arturia-software-center' do
|
||||
version '2.6.0.2328'
|
||||
sha256 '172ded382a1bfd12f97f901827ac9d5872b5bde115aabba3b0e4956db941f230'
|
||||
auto_updates true
|
||||
url "https://dl.arturia.net/products/asc/soft/Arturia_Software_Center__#{version.dots_to_underscores}.pkg"
|
||||
name 'Arturia Software Center'
|
||||
homepage 'https://www.arturia.com/'
|
||||
pkg "Arturia_Software_Center__#{version.dots_to_underscores}.pkg"
|
||||
zap delete: [
|
||||
'/Library/Arturia/Arturia Software Center',
|
||||
'/Library/ArturiaSC/Arturia Software Center',
|
||||
]
|
||||
end
|
10
Casks/smexoscope.rb
Normal file
10
Casks/smexoscope.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
cask 'smexoscope' do
|
||||
version '1.0.1'
|
||||
sha256 '81e2992c77f6dbc7a4f70b685c473816fbf3da0170e030bde0e3426d63092724'
|
||||
url "https://github.com/hollance/sMexoscope/releases/download/v#{version}/sMexoscope-Mac-v#{version}.zip"
|
||||
name 'sMexoscope'
|
||||
homepage 'https://audiodev.blog/smexoscope'
|
||||
container type: :zip
|
||||
audio_unit_plugin "sMexoscope-Mac-v#{version}/s(M)exoscope.component"
|
||||
vst3_plugin "sMexoscope-Mac-v#{version}/s(M)exoscope.vst3"
|
||||
end
|
10
Casks/studiorack.rb
Normal file
10
Casks/studiorack.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
cask "studiorack-app" do
|
||||
version "2.0.0"
|
||||
sha256 ""
|
||||
url "https://github.com/studiorack/studiorack-app/releases/download/v#{version}/studiorack-mac.dmg",
|
||||
verified: "https://github.com/studiorack/studiorack-app/"
|
||||
name "Studiorack App"
|
||||
desc "Audio plugin app, searchable list of plugins to install and share"
|
||||
homepage "https://studiorack.github.io/studiorack-site/"
|
||||
uninstall pkgutil: "net.kushview.pkg.*"
|
||||
end
|
@@ -1,12 +1,12 @@
|
||||
cask 'valhalla-dsp-supermassive' do
|
||||
version '2.5.0'
|
||||
sha256 '427a5226a84d757a65869a938d093217f4b7478213954af9fec14f15d2ea148b'
|
||||
url "https://valhallaproduction.s3.us-west-2.amazonaws.com/supermassive/ValhallaSupermassiveOSX_#{version.dots_to_underscores}.zip"
|
||||
version '4.0.0v4'
|
||||
sha256 '6f64b1401cc788877bc19ad07b1d52039196b268702fdd1f458388b2f9954377'
|
||||
url "https://valhallaproduction.s3.us-west-2.amazonaws.com/supermassive/ValhallaSupermassiveOSX_#{version.dots_to_underscores}.dmg"
|
||||
name 'Valhalla DSP Supermassive'
|
||||
homepage 'https://valhalladsp.com/shop/reverb/valhalla-supermassive/'
|
||||
pkg "ValhallaSupermassiveOSX.pkg"
|
||||
uninstall pkgutil: "com.valhalladsp.supermassive.*"
|
||||
zap delete: [
|
||||
'/Library/Application Support/Valhalla DSP, LLC/ValhallaSupermassive',
|
||||
]
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user