From 08d7f7f12acce5cf8764bf995e98a6ece3f9e428 Mon Sep 17 00:00:00 2001 From: albevier <13409891+albevier@users.noreply.github.com> Date: Thu, 28 Sep 2023 12:08:04 -0700 Subject: [PATCH 01/10] Adding paulxstretch cask --- Casks/p/paulxstretch.rb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Casks/p/paulxstretch.rb diff --git a/Casks/p/paulxstretch.rb b/Casks/p/paulxstretch.rb new file mode 100644 index 0000000000..d04909f9f6 --- /dev/null +++ b/Casks/p/paulxstretch.rb @@ -0,0 +1,15 @@ +cask "paulxstretch" do + version "1.6.0" + sha256 "c5bcba5215076f629c3442902eaba4825a7f71ac33fc2d793c7cb729bdeb17ad" + + url "https://sonosaurus.com/paulxstretch/releases/paulxstretch-#{version}-mac.dmg" + name "paulxstretch" + desc "Extreme time stretching plugin for audio files" + homepage "https://sonosaurus.com/paulxstretch/" + + pkg "PaulXStretch Installer.pkg" + uninstall pkgutil: "com.sonosaurus.paulxstretch.pkg.app" + uninstall pkgutil: "com.sonosaurus.paulxstretch.pkg.au" + uninstall pkgutil: "com.sonosaurus.paulxstretch.pkg.vst3" + uninstall pkgutil: "com.sonosaurus.paulxstretch.pkg.axx" +end From aa1a49fc8a8342c0958cb1cff2b2a18a96d6b0b2 Mon Sep 17 00:00:00 2001 From: albevier <13409891+albevier@users.noreply.github.com> Date: Thu, 28 Sep 2023 12:19:27 -0700 Subject: [PATCH 02/10] Changed homepage url --- Casks/p/paulxstretch.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/p/paulxstretch.rb b/Casks/p/paulxstretch.rb index d04909f9f6..fed4d00e9c 100644 --- a/Casks/p/paulxstretch.rb +++ b/Casks/p/paulxstretch.rb @@ -5,7 +5,7 @@ cask "paulxstretch" do url "https://sonosaurus.com/paulxstretch/releases/paulxstretch-#{version}-mac.dmg" name "paulxstretch" desc "Extreme time stretching plugin for audio files" - homepage "https://sonosaurus.com/paulxstretch/" + homepage "https://github.com/essej/paulxstretch" pkg "PaulXStretch Installer.pkg" uninstall pkgutil: "com.sonosaurus.paulxstretch.pkg.app" From 2c05206b8474ff77f054ee2d2890473d12e6b3ae Mon Sep 17 00:00:00 2001 From: albevier <13409891+albevier@users.noreply.github.com> Date: Thu, 28 Sep 2023 12:20:51 -0700 Subject: [PATCH 03/10] Changed url to github --- Casks/p/paulxstretch.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/p/paulxstretch.rb b/Casks/p/paulxstretch.rb index fed4d00e9c..09d836310d 100644 --- a/Casks/p/paulxstretch.rb +++ b/Casks/p/paulxstretch.rb @@ -2,7 +2,7 @@ cask "paulxstretch" do version "1.6.0" sha256 "c5bcba5215076f629c3442902eaba4825a7f71ac33fc2d793c7cb729bdeb17ad" - url "https://sonosaurus.com/paulxstretch/releases/paulxstretch-#{version}-mac.dmg" + url "https://github.com/essej/paulxstretch/releases/download/#{version}/paulxstretch-#{version}-mac.dmg" name "paulxstretch" desc "Extreme time stretching plugin for audio files" homepage "https://github.com/essej/paulxstretch" From aa5ddde84143ad7a06dc6c49ae98e198158a9b81 Mon Sep 17 00:00:00 2001 From: albevier <13409891+albevier@users.noreply.github.com> Date: Thu, 28 Sep 2023 12:41:35 -0700 Subject: [PATCH 04/10] Fixed livecheck issue --- Casks/p/paulxstretch.rb | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Casks/p/paulxstretch.rb b/Casks/p/paulxstretch.rb index 09d836310d..a3c63f400b 100644 --- a/Casks/p/paulxstretch.rb +++ b/Casks/p/paulxstretch.rb @@ -2,14 +2,16 @@ cask "paulxstretch" do version "1.6.0" sha256 "c5bcba5215076f629c3442902eaba4825a7f71ac33fc2d793c7cb729bdeb17ad" - url "https://github.com/essej/paulxstretch/releases/download/#{version}/paulxstretch-#{version}-mac.dmg" + url "https://github.com/essej/paulxstretch/releases/download/v#{version}/paulxstretch-#{version}-mac.dmg" name "paulxstretch" desc "Extreme time stretching plugin for audio files" homepage "https://github.com/essej/paulxstretch" + livecheck do + strategy :github_latest + end + pkg "PaulXStretch Installer.pkg" + uninstall pkgutil: "com.sonosaurus.paulxstretch.pkg.app" - uninstall pkgutil: "com.sonosaurus.paulxstretch.pkg.au" - uninstall pkgutil: "com.sonosaurus.paulxstretch.pkg.vst3" - uninstall pkgutil: "com.sonosaurus.paulxstretch.pkg.axx" -end +end \ No newline at end of file From 884ddede75129ae6a6c06f55c4869409fe13dfbe Mon Sep 17 00:00:00 2001 From: albevier <13409891+albevier@users.noreply.github.com> Date: Thu, 28 Sep 2023 12:48:26 -0700 Subject: [PATCH 05/10] Added fix to uninstall to remove audio plugins --- Casks/p/paulxstretch.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/p/paulxstretch.rb b/Casks/p/paulxstretch.rb index a3c63f400b..7f165bec8e 100644 --- a/Casks/p/paulxstretch.rb +++ b/Casks/p/paulxstretch.rb @@ -13,5 +13,5 @@ cask "paulxstretch" do pkg "PaulXStretch Installer.pkg" - uninstall pkgutil: "com.sonosaurus.paulxstretch.pkg.app" + uninstall pkgutil: "com.sonosaurus.paulxstretch.pkg.*" end \ No newline at end of file From ca2c5d21392f6f8a16e298a605f52669aca01414 Mon Sep 17 00:00:00 2001 From: albevier <13409891+albevier@users.noreply.github.com> Date: Thu, 28 Sep 2023 12:54:21 -0700 Subject: [PATCH 06/10] added trailing empty line --- Casks/p/paulxstretch.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/p/paulxstretch.rb b/Casks/p/paulxstretch.rb index 7f165bec8e..3cc7f750fd 100644 --- a/Casks/p/paulxstretch.rb +++ b/Casks/p/paulxstretch.rb @@ -14,4 +14,4 @@ cask "paulxstretch" do pkg "PaulXStretch Installer.pkg" uninstall pkgutil: "com.sonosaurus.paulxstretch.pkg.*" -end \ No newline at end of file +end From afded9797283283fc594ed454125da758b3ee228 Mon Sep 17 00:00:00 2001 From: albevier <13409891+albevier@users.noreply.github.com> Date: Thu, 28 Sep 2023 15:50:59 -0700 Subject: [PATCH 07/10] Added zap stanza --- Casks/p/paulxstretch.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Casks/p/paulxstretch.rb b/Casks/p/paulxstretch.rb index 3cc7f750fd..f5d25004b2 100644 --- a/Casks/p/paulxstretch.rb +++ b/Casks/p/paulxstretch.rb @@ -14,4 +14,10 @@ cask "paulxstretch" do pkg "PaulXStretch Installer.pkg" uninstall pkgutil: "com.sonosaurus.paulxstretch.pkg.*" + + zap trash: [ + "~/Library/Application Support/PaulXStretch", + "~/Library/Application Support/PaulXStretch3", + "~/Library/Preferences/com.sonosaurus.paulxstretch.plist", + ] end From 1ac12f14270c96d61fcd91e01c7be87eea01b838 Mon Sep 17 00:00:00 2001 From: albevier <13409891+albevier@users.noreply.github.com> Date: Thu, 28 Sep 2023 15:57:23 -0700 Subject: [PATCH 08/10] Fixed brew style check errors --- Casks/p/paulxstretch.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Casks/p/paulxstretch.rb b/Casks/p/paulxstretch.rb index f5d25004b2..2e108eb357 100644 --- a/Casks/p/paulxstretch.rb +++ b/Casks/p/paulxstretch.rb @@ -14,10 +14,10 @@ cask "paulxstretch" do pkg "PaulXStretch Installer.pkg" uninstall pkgutil: "com.sonosaurus.paulxstretch.pkg.*" - + zap trash: [ - "~/Library/Application Support/PaulXStretch", - "~/Library/Application Support/PaulXStretch3", - "~/Library/Preferences/com.sonosaurus.paulxstretch.plist", + "~/Library/Application Support/PaulXStretch", + "~/Library/Application Support/PaulXStretch3", + "~/Library/Preferences/com.sonosaurus.paulxstretch.plist", ] end From 10d8d4c6b0a23c9cff499808b5e07c96c875f8f9 Mon Sep 17 00:00:00 2001 From: Miccal Matthews Date: Fri, 29 Sep 2023 09:07:31 +0800 Subject: [PATCH 09/10] Update paulxstretch.rb --- Casks/p/paulxstretch.rb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Casks/p/paulxstretch.rb b/Casks/p/paulxstretch.rb index 2e108eb357..080297e37c 100644 --- a/Casks/p/paulxstretch.rb +++ b/Casks/p/paulxstretch.rb @@ -3,14 +3,10 @@ cask "paulxstretch" do sha256 "c5bcba5215076f629c3442902eaba4825a7f71ac33fc2d793c7cb729bdeb17ad" url "https://github.com/essej/paulxstretch/releases/download/v#{version}/paulxstretch-#{version}-mac.dmg" - name "paulxstretch" + name "PaulXStretch" desc "Extreme time stretching plugin for audio files" homepage "https://github.com/essej/paulxstretch" - livecheck do - strategy :github_latest - end - pkg "PaulXStretch Installer.pkg" uninstall pkgutil: "com.sonosaurus.paulxstretch.pkg.*" From 0ffe97aee47bf94dbf442d878349f55e3fcd31aa Mon Sep 17 00:00:00 2001 From: Miccal Matthews Date: Fri, 29 Sep 2023 09:12:50 +0800 Subject: [PATCH 10/10] Update paulxstretch.rb --- Casks/p/paulxstretch.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Casks/p/paulxstretch.rb b/Casks/p/paulxstretch.rb index 080297e37c..93e4673413 100644 --- a/Casks/p/paulxstretch.rb +++ b/Casks/p/paulxstretch.rb @@ -7,6 +7,11 @@ cask "paulxstretch" do desc "Extreme time stretching plugin for audio files" homepage "https://github.com/essej/paulxstretch" + livecheck do + url :url + strategy :github_latest + end + pkg "PaulXStretch Installer.pkg" uninstall pkgutil: "com.sonosaurus.paulxstretch.pkg.*"