Compare commits

...

14 Commits

Author SHA1 Message Date
f752c8d61b Add studiorack
Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
2025-08-12 18:36:21 +02:00
2bbcf6dea8 Remove a package that is now upstream 2025-07-25 16:06:05 +02:00
2dc58d3002 Revert "Add smexoscope"
This reverts commit 17a6cedabc.
2025-06-08 13:50:25 +02:00
7da2aa2214 Revert "Add smexoscope"
This reverts commit 0af46be34d.
2025-06-08 13:50:19 +02:00
0af46be34d Add smexoscope
Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
2025-06-08 13:47:36 +02:00
17a6cedabc Add smexoscope
Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
2025-06-08 13:45:37 +02:00
c71ee4b2ad Add smexoscope
Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
2025-06-08 13:44:37 +02:00
9aa821f767 Revert "Add smexoscope"
This reverts commit 8d572c6d1f.
2025-06-08 13:43:51 +02:00
8d572c6d1f Add smexoscope
Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
2025-06-08 13:36:19 +02:00
2f3c442a5d Add smexoscope
Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
2025-06-08 13:33:30 +02:00
3f155658ca Add smexoscope
Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
2025-06-08 13:30:00 +02:00
c8791545c2 Update valhalla supermassive 2025-04-13 18:09:33 +02:00
161f0aa18a Update valhalla supermassive 2025-04-13 18:05:58 +02:00
42f16d9b67 Update valhalla supermassive 2025-04-13 18:04:38 +02:00
4 changed files with 24 additions and 17 deletions

View File

@@ -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
View 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
View 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

View File

@@ -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