Skip to content

Commit

Permalink
Merge branch 'master' into add_syride_sys_pc_tool_cask
Browse files Browse the repository at this point in the history
  • Loading branch information
IvoElferink authored Nov 30, 2024
2 parents e288e65 + b686fa0 commit ad8cf91
Show file tree
Hide file tree
Showing 22 changed files with 120 additions and 64 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ archivewebpage
archy
arctic
ares
ariang
arq
artisan
arturia-software-center
Expand Down
4 changes: 2 additions & 2 deletions Casks/a/ariang.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "ariang" do
version "1.3.7"
sha256 "afd6303adaa5b930ac7351c18aa4ee56ff04e01a741965194ec5daae66997959"
version "1.3.8"
sha256 "1a441eda861a34d4b8ae52604ee28a1ff8c5741b24b79ee7300b7b8471ad2ed9"

url "https://github.com/mayswind/AriaNg-Native/releases/download/#{version}/AriaNg_Native-#{version}-macOS-x64.dmg"
name "AriaNg Native"
Expand Down
6 changes: 3 additions & 3 deletions Casks/c/caprine.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cask "caprine" do
arch arm: "-arm64"

version "2.60.1"
sha256 arm: "fc2ae78afb4e7b4e9dbac3e3626402e8530423fe1d225f6115bd7f2d85e7e7be",
intel: "df389cd803ade6ab3bb1e106054255536b8dcfdf4624d9e05b3538aac21daee2"
version "2.60.2"
sha256 arm: "dfd61e8dd26c06a2049ff9cf05a75848153645dde3499e2a1327c3c1d79a2d19",
intel: "33ae74206c1df87af5615ac9b4fcebb048c566d599c7e9284e9dad96b11213c0"

url "https://github.com/sindresorhus/caprine/releases/download/v#{version}/Caprine-#{version}#{arch}.dmg"
name "Caprine"
Expand Down
2 changes: 2 additions & 0 deletions Casks/c/clementine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
desc "Music player and library organiser"
homepage "https://www.clementine-player.org/"

deprecate! date: "2024-11-30", because: :discontinued

app "clementine.app"

zap trash: [
Expand Down
6 changes: 3 additions & 3 deletions Casks/d/double-commander.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cask "double-commander" do
arch arm: "aarch64", intel: "x86_64"

version "1.1.20"
sha256 arm: "d5fbb2d5e85f8912390cb0b3efd4f6a7a7049eaf56264a6f9635bc9fa525c6e2",
intel: "eb6641cc2cd0bb73f47f0d196698c68fc99098872215d3c9ba7ae20f0faa5e60"
version "1.1.21"
sha256 arm: "452fb8c4a8a96a65081e5125640f1cf3e7557214b5125579350313c6f2975f6f",
intel: "3fc64d35f286df9116337785f094018d8e925288220f1e7ae03f7070ee2af481"

url "https://downloads.sourceforge.net/doublecmd/doublecmd-#{version.tr(",", "-")}.cocoa.#{arch}.dmg",
verified: "downloads.sourceforge.net/doublecmd/"
Expand Down
4 changes: 2 additions & 2 deletions Casks/e/[email protected]
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cask "emacs@nightly" do
arch arm: "arm64-11", intel: "x86_64-10_12"

version "2024-11-29_00-09-08,a52ad71cc5d036f1973ff2e504e45992fec3fc04"
sha256 "ee84e8e542f33a4a032b31c3bad16b7510efbce6b85442d47ce07b2bfbc23fda"
version "2024-11-30_00-09-07,eec1a68b009961e74d08a57bdbba5b0851dbe42f"
sha256 "8fe38e5fa1a1718667f6aa0c71ffa00d771679c6336063c9479e6d8c90c5480c"

url "https://emacsformacosx.com/emacs-builds/Emacs-#{version.csv.first}-#{version.csv.second}-universal.dmg"
name "Emacs"
Expand Down
6 changes: 3 additions & 3 deletions Casks/g/gitbutler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
arch arm: "aarch64", intel: "x86_64"
arch_suffix = on_arch_conditional arm: "aarch64", intel: "x64"

version "0.14.0,1525"
sha256 arm: "a3f2eb8cc17b06dd75f1111f7a59d1c77076a2f9b66d186802f092d40e09bac0",
intel: "c2076b8a828c3b560d479a51736166981815a28c1213ab5783621d4a6e56150a"
version "0.14.1,1533"
sha256 arm: "35be66a8cd756361d779d14660a0fc692a63759905ac7cae27703c8f4acd8fca",
intel: "d4aeaee20c2a65f86bbb6f3a90414488f164cac106e22c48565903853bce5cd8"

url "https://releases.gitbutler.com/releases/release/#{version.csv.first}-#{version.csv.second}/macos/#{arch}/GitButler_#{version.csv.first}_#{arch_suffix}.dmg"
name "GitButler"
Expand Down
2 changes: 1 addition & 1 deletion Casks/m/[email protected]
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cask "macloggerdx@beta" do
version "6.54b22"
version "6.54b23"
sha256 :no_check

url "https://www.dogparksoftware.com/files/MacLoggerDX.beta.dmg"
Expand Down
4 changes: 2 additions & 2 deletions Casks/m/metasploit.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "metasploit" do
version "6.4.39,20241129112908"
sha256 "c375824f79183737dc54987930c64dfb5c50fc154faa933677b6e28bacb9151c"
version "6.4.39,20241130112924"
sha256 "57f0e5fe8a03d1192f13ecd7c290a16744e37d53568a5bb2671ed6d287e07998"

url "https://osx.metasploit.com/metasploit-framework-#{version.csv.first}-#{version.csv.second}-1rapid7-1.x86_64.pkg"
name "Metasploit Framework"
Expand Down
8 changes: 4 additions & 4 deletions Casks/m/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
arch arm: "arm", intel: "intel"

on_arm do
version "2.6-alpha-139-gd93b03f4ea"
sha256 "87caf98c5efe147bb957b55f3b7f43fd9ae428429c5f08539404a935f7ebe98b"
version "2.6-alpha-140-g98012f3c9a"
sha256 "ad28f393a13e514f4caa99943ac1b25bc29eb98f0601db2a38b6e73fbd0e9435"
end
on_intel do
version "2.6-alpha-139-gd93b03f4ea"
sha256 "363fc221c85b01994ce0fd805053a42bd2f92700e6f85042b999cc179ccf9822"
version "2.6-alpha-140-g98012f3c9a"
sha256 "fd697d78d992e962d72e9e7e0052fdbbab933928ff009823c6d798a6d0cbb00d"
end

url "https://downloads.mixxx.org/snapshots/main/mixxx-#{version}-macos#{arch}.dmg"
Expand Down
4 changes: 2 additions & 2 deletions Casks/m/movist-pro.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "movist-pro" do
version "2.11.4"
sha256 "ed5110e1b7b215febbf34bf192158b7670d2c07d7140cad10a821d0f7232e8f6"
version "2.11.5"
sha256 "3fc6665c611936983d6e78a03d8daa25d831f8416becdcb779cdda15a17918dd"

url "https://s3.ap-northeast-2.amazonaws.com/update.cocoable.com/MovistPro_#{version}.dmg",
verified: "s3.ap-northeast-2.amazonaws.com/update.cocoable.com/"
Expand Down
4 changes: 2 additions & 2 deletions Casks/n/[email protected]
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "netnewswire@beta" do
version "6.1.5b1"
sha256 "17a458daca9c3a9a5d88f05e94ee87cd34ab9fde7853dfb2e3f667476c556d5b"
version "6.1.5b2"
sha256 "83846ace6da823632132c69495ada473d057df841a11b6a53dbc95c2d39ec0bd"

url "https://github.com/brentsimmons/NetNewsWire/releases/download/mac-#{version}/NetNewsWire#{version}.zip",
verified: "github.com/brentsimmons/NetNewsWire/"
Expand Down
6 changes: 3 additions & 3 deletions Casks/p/portfolioperformance.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cask "portfolioperformance" do
arch arm: "aarch64", intel: "x86_64"

version "0.71.2"
sha256 arm: "96968cf307f1d58080b92f46c9b27d44f41dbbf4c01480f6b0b417b04398bce0",
intel: "668be2400cc410c37565ad75db047c6929dc28437d25dc7b1778e4c9df128ed1"
version "0.72.1"
sha256 arm: "5283a8fa6111b61b49dd06c01fa11b32fef2ef4956360bcc0c8cb392bf3d0f46",
intel: "7faced8b2614ef07f4dda6fd16c65cfff39e4f1e7733ebe57d3c352f2defbab1"

url "https://github.com/buchen/portfolio/releases/download/#{version}/PortfolioPerformance-#{version}-#{arch}.dmg",
verified: "github.com/buchen/portfolio/"
Expand Down
34 changes: 34 additions & 0 deletions Casks/s/satyrn.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
cask "satyrn" do
arch arm: "arm64", intel: "x64"

version "0.0.98"
sha256 arm: "42431875f1f82d311ce3aa6130b972e24f280e39f6984ecbce7f19e6097ff70b",
intel: "d853e41f6a4a448e72d63b42b8def2532a278a18c55a551c0156943c14ee30c6"

url "https://satyrn-updates.s3.amazonaws.com/satyrn-#{version}-#{arch}.dmg",
verified: "satyrn-updates.s3.amazonaws.com/"
name "Satyrn"
desc "Jupyter client"
homepage "https://satyrn.app/"

livecheck do
url "https://satyrn-updates.s3.amazonaws.com/latest-mac.yml"
strategy :electron_builder
end

auto_updates true
depends_on macos: ">= :catalina"

app "satyrn.app"

zap trash: [
"~/Library/Application Support/Satyrn",
"~/Library/Caches/com.satyrn.app",
"~/Library/Caches/com.satyrn.app.ShipIt",
"~/Library/Caches/satyrn-updater",
"~/Library/HTTPStorages/com.satyrn.app",
"~/Library/Preferences/ByHost/com.satyrn.app.ShipIt.*.plist",
"~/Library/Preferences/com.satyrn.app.plist",
"~/Library/Saved Application State/com.satyrn.app.savedState",
]
end
14 changes: 8 additions & 6 deletions Casks/t/thunderbird.rb
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,12 @@
app "Thunderbird.app"

zap trash: [
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/org.mozilla.thunderbird*.sfl*",
"~/Library/Caches/Thunderbird",
"~/Library/Preferences/org.mozilla.thunderbird*.plist",
"~/Library/Saved Application State/org.mozilla.thunderbird*.savedState",
"~/Library/Thunderbird",
]
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/org.mozilla.thunderbird*.sfl*",
"~/Library/Caches/Mozilla/updates/Applications/Thunderbird*",
"~/Library/Caches/Thunderbird",
"~/Library/Preferences/org.mozilla.thunderbird*.plist",
"~/Library/Saved Application State/org.mozilla.thunderbird*.savedState",
"~/Library/Thunderbird",
],
rmdir: "~/Library/Caches/Mozilla"
end
14 changes: 8 additions & 6 deletions Casks/t/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,12 @@
app "Thunderbird Beta.app"

zap trash: [
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/org.mozilla.thunderbird*.sfl*",
"~/Library/Caches/Thunderbird",
"~/Library/Preferences/org.mozilla.thunderbird*.plist",
"~/Library/Saved Application State/org.mozilla.thunderbird*.savedState",
"~/Library/Thunderbird",
]
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/org.mozilla.thunderbird*.sfl*",
"~/Library/Caches/Mozilla/updates/Applications/Thunderbird*",
"~/Library/Caches/Thunderbird",
"~/Library/Preferences/org.mozilla.thunderbird*.plist",
"~/Library/Saved Application State/org.mozilla.thunderbird*.savedState",
"~/Library/Thunderbird",
],
rmdir: "~/Library/Caches/Mozilla"
end
14 changes: 8 additions & 6 deletions Casks/t/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,12 @@
app "Thunderbird Daily.app"

zap trash: [
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/org.mozilla.thunderbird*.sfl*",
"~/Library/Caches/Thunderbird",
"~/Library/Preferences/org.mozilla.thunderbird*.plist",
"~/Library/Saved Application State/org.mozilla.thunderbird*.savedState",
"~/Library/Thunderbird",
]
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/org.mozilla.thunderbird*.sfl*",
"~/Library/Caches/Mozilla/updates/Applications/Thunderbird*",
"~/Library/Caches/Thunderbird",
"~/Library/Preferences/org.mozilla.thunderbird*.plist",
"~/Library/Saved Application State/org.mozilla.thunderbird*.savedState",
"~/Library/Thunderbird",
],
rmdir: "~/Library/Caches/Mozilla"
end
14 changes: 8 additions & 6 deletions Casks/t/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,12 @@
app "Thunderbird.app"

zap trash: [
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/org.mozilla.thunderbird*.sfl*",
"~/Library/Caches/Thunderbird",
"~/Library/Preferences/org.mozilla.thunderbird*.plist",
"~/Library/Saved Application State/org.mozilla.thunderbird*.savedState",
"~/Library/Thunderbird",
]
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/org.mozilla.thunderbird*.sfl*",
"~/Library/Caches/Mozilla/updates/Applications/Thunderbird*",
"~/Library/Caches/Thunderbird",
"~/Library/Preferences/org.mozilla.thunderbird*.plist",
"~/Library/Saved Application State/org.mozilla.thunderbird*.savedState",
"~/Library/Thunderbird",
],
rmdir: "~/Library/Caches/Mozilla"
end
6 changes: 3 additions & 3 deletions Casks/t/tidgi.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cask "tidgi" do
arch arm: "arm64", intel: "x64"

version "0.11.2"
sha256 arm: "ca98bcd0baaed033be99599c201a3f152897eba464da96ab3bc9fcb75a46965d",
intel: "14d7a8d85fa3f1b31cf39f1a2478fbd966d3bc01e3429e631ba4d27833b01f0b"
version "0.11.3"
sha256 arm: "5d40704977165e77bab79303ecc8a7591351b9cf33b2706425bd160120cb4351",
intel: "9878bde1449d710933c55eaabf8ecd438ae9c25873acea023486dac42c6a0199"

url "https://github.com/tiddly-gittly/TidGi-Desktop/releases/download/v#{version}/TidGi-darwin-#{arch}-#{version}.zip"
name "TidGi"
Expand Down
19 changes: 15 additions & 4 deletions Casks/v/virtual-ii.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cask "virtual-ii" do
version "12.1"
version "12.1.1"
sha256 :no_check

url "https://virtualii.com/VirtualII.dmg"
Expand All @@ -8,11 +8,16 @@
homepage "https://virtualii.com/"

livecheck do
url :homepage
regex(/version\s+(\d+(?:\.\d+)+)/i)
url "https://virtualii.com/versionlist.xml"
strategy :xml do |xml|
version = xml.elements["//key[text()='VirtualII']"]&.next_element&.text
next if version.blank?

version.strip
end
end

depends_on macos: ">= :high_sierra"
depends_on macos: ">= :monterey"

suite "Virtual ]["

Expand All @@ -24,6 +29,12 @@
zap trash: [
"~/Library/Application Support/Virtual ][",
"~/Library/Caches/SentryCrash/Virtual ][",
"~/Library/Application Scripts/nl.xs4all.gp.virtualii.VIIDiskViewerQLExtension",
"~/Library/Application Scripts/nl.xs4all.gp.virtualii.VIISavedStateViewerExtension",
"~/Library/Caches/nl.xs4all.gp.virtualii",
"~/Library/Containers/nl.xs4all.gp.virtualii.VIIDiskViewerQLExtension",
"~/Library/Containers/nl.xs4all.gp.virtualii.VIISavedStateViewerExtension",
"~/Library/HTTPStorages/nl.xs4all.gp.virtualii",
"~/Library/Preferences/nl.xs4all.gp.virtualii.plist",
"~/Library/Saved Application State/nl.xs4all.gp.virtualii.savedState",
]
Expand Down
8 changes: 4 additions & 4 deletions Casks/v/voov-meeting.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
arch arm: "arm64", intel: "x86_64"

on_arm do
version "3.27.1.510,731c6b8186c7d8a092d0336c845f8ffd"
sha256 "fab88905558df24c2124c76401c6016a6c64b185d46532e977284a18175af60b"
version "3.29.21.510,bc4b2200e37536fe4a5a862efa42f9dc"
sha256 "99cca1c6512ebeaaa7961d8e9a7f98f1f35e4698ffcdcb80e63e74eb6f808111"
end
on_intel do
version "3.27.1.510,0cf4155886e1863132f0dad61dd726be"
sha256 "9f474c7c540a50e2bf8661119898d25eb23e2c88d740a66cceb0b666a61b8e6b"
version "3.29.21.510,b5c97c63698e65492cb2e3f42643340f"
sha256 "32a7b77bd77b32ff2525ebd709ccabf963dce337bb8854323b11ed8ff2e61626"
end

url "https://updatecdn.meeting.qq.com/cos/#{version.csv.second}/VooVMeeting_1410000198_#{version.csv.first}.publish.#{arch}.dmg",
Expand Down
4 changes: 2 additions & 2 deletions Casks/z/[email protected]
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "zotero@beta" do
version "7.0.11-beta.2,7296583f2"
sha256 "bca64849c6af26df551c461cfaaa31c587d4418a523ac60ff2e97e63ad6de17c"
version "7.0.11-beta.3,b5310d5f0"
sha256 "f098f0a5e6814d307651bca2c1ccd3821c95ef39d1423076874955b9b1daf4c4"

url "https://download.zotero.org/client/beta/#{version.csv.first}%2B#{version.csv.second}/Zotero-#{version.csv.first}%2B#{version.csv.second}.dmg"
name "Zotero Beta"
Expand Down

0 comments on commit ad8cf91

Please sign in to comment.