Skip to content

Commit

Permalink
Updated at 2025-01-08T01:51:27.502Z
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 8, 2025
1 parent 54d71ec commit 6d296bc
Show file tree
Hide file tree
Showing 273 changed files with 1,646 additions and 1,829 deletions.
6 changes: 3 additions & 3 deletions Casks/a/actual.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cask "actual" do
arch arm: "arm64", intel: "x64"

version "24.12.0"
sha256 arm: "f2d33d6c4d68fd946ab388ac4f4b592a4f1947588a1f1beaa714d31cd352f63b",
intel: "a4791de189bef37357e7f4f5cc29b25967e018dd02a5262d989650606382eacd"
version "25.1.0"
sha256 arm: "1295bb171cef863f161a621461b886b9ed949283b29c23019217b87aa80cf17e",
intel: "2115ad754d63598649908fa29ceaec09d9305cd22effa6f0fd409ef54cf8f2e3"

url "https:github.comactualbudgetactualreleasesdownloadv#{version}Actual-mac-#{arch}.dmg",
verified: "github.comactualbudgetactual"
Expand Down
4 changes: 2 additions & 2 deletions Casks/a/alcove.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "alcove" do
version "1.1.0"
sha256 "28ac86cc7361da7137d9e06406f8f034bd35c6d1208875b92719b612ef448ceb"
version "1.2.0"
sha256 "b478d1cd642ec5d6fc2b1793ebdd464ef2d1f294a8a8a03b9b808ddc4f92992b"

url "https:github.comhenrikrusconalcove-releasesreleasesdownload#{version}Alcove.zip",
verified: "github.comhenrikrusconalcove-releases"
Expand Down
4 changes: 2 additions & 2 deletions Casks/a/amethyst.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
verified: "github.comianyhAmethyst"

livecheck do
url :url
strategy :github_latest
url "https:ianyh.comamethystappcast.xml"
strategy :sparkle, &:short_version
end
end

Expand Down
8 changes: 4 additions & 4 deletions Casks/a/anythingllm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
sha256 arm: "5e3b9a406aa22b3a3d278fc0c27b95fec34fff33d4b65c1c7c58ffa9d22f588d",
intel: "a067a5bdcd7995b5946b019554685b3ad46117ed613a04b0641ec42fcfa5d59f"

url "https://s3-us-west-1.amazonaws.com/public.useanything.com/latest/AnythingLLMDesktop#{arch}.dmg",
verified: "s3-us-west-1.amazonaws.com/public.useanything.com/"
url "https://cdn.useanything.com/latest/AnythingLLMDesktop#{arch}.dmg",
verified: "cdn.useanything.com/"
name "AnythingLLM"
desc "Private desktop AI chat application"
homepage "https://useanything.com/"
homepage "https://anythingllm.com/"

livecheck do
url "https://s3-us-west-1.amazonaws.com/public.useanything.com/latest/version.txt"
url "https://cdn.useanything.com/latest/version.txt"
regex(/(\d+(?:\.\d+)+)/i)
end

Expand Down
4 changes: 2 additions & 2 deletions Casks/a/appflowy.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "appflowy" do
version "0.7.9"
sha256 "ab7f3f88f0d7a9dff93516940e80328a50eefa80de2bdbe9eba723ea75f4dcea"
version "0.8.0"
sha256 "d68a241c694dd604ffe7389a73fa5c6a24e6c8237e4b14e139efdebc814161fa"

url "https:github.comAppFlowy-IOAppFlowyreleasesdownload#{version}Appflowy-#{version}-macos-universal.zip",
verified: "github.comAppFlowy-IOAppFlowy"
Expand Down
2 changes: 1 addition & 1 deletion Casks/a/arc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

livecheck do
url "https://releases.arc.net/updates.xml"
regex(%r{/Arc[._-]v?(\d+(?:\.\d+)+)[._-](\d+).zip}i)
regex(%r{/Arc[._-]v?(\d+(?:\.\d+)+)[._-](\d+)\.zip}i)
strategy :sparkle do |item, regex|
match = item.url.match(regex)
next if match.blank?
Expand Down
2 changes: 1 addition & 1 deletion Casks/b/bartender.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

livecheck do
url "https://www.macbartender.com/B2/updates/AppcastB#{version.major}.xml"
regex(%r{/v?(\d+(?:[.-]\d+)+)/Bartender%20#{version.major}.zip}i)
regex(%r{/v?(\d+(?:[.-]\d+)+)/Bartender%20#{version.major}\.zip}i)
strategy :sparkle do |item, regex|
item.url.scan(regex)&.map { |match| match[0].tr("-", ".") }
end
Expand Down
6 changes: 3 additions & 3 deletions Casks/b/beaver-notes.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cask "beaver-notes" do
version "3.7.0"
sha256 "a4cd9fa4db758507747c32b55c2cc8908ddd0d2e6729033fb5cc7105642e6929"
version "3.8.0"
sha256 "c7680d03949fcf890fcfc94adfcda0dc231501581ad4d713d788c02ebadd666c"

url "https:github.comBeaver-NotesBeaver-Notesreleasesdownload#{version}Beaver-notes.dmg",
url "https:github.comBeaver-NotesBeaver-Notesreleasesdownload#{version}Beaver-notes-#{version}-universal.dmg",
verified: "github.comBeaver-NotesBeaver-Notes"
name "Beaver Notes"
desc "Privacy-focused note-taking app"
Expand Down
9 changes: 5 additions & 4 deletions Casks/b/bettermouse.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
cask "bettermouse" do
version "1.6.6797"
version "1.6,6797"
sha256 "27c1fc908cd8343cecd5199bf9041701037a3c2d5ac38992a67f0e615aef4783"

url "https://better-mouse.com/wp-content/uploads/BetterMouse.#{version}.zip"
url "https://better-mouse.com/wp-content/uploads/BetterMouse.#{version.csv.first}.#{version.csv.second}.zip"
name "BetterMouse"
desc "Utility improving 3rd party mouse performance and functionalities"
homepage "https://better-mouse.com/"

livecheck do
url :homepage
regex(/Version (\d+(?:\.\d+)+)/i)
url "https://api.appcenter.ms/v0.1/public/sparkle/apps/7079cb7c-52de-42cf-ac1f-a0d99cdd12f2"
strategy :sparkle
end

auto_updates true
depends_on macos: ">= :big_sur"

app "BetterMouse.app"
Expand Down
4 changes: 2 additions & 2 deletions Casks/b/bettertouchtool.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "bettertouchtool" do
version "4.9998,2024122701"
sha256 "f017f18f07aff612a615933aa9beed5db956d299cd8ffb2e569ad524557ff730"
version "5.00,2025010701"
sha256 "934ccb8870a67e552d8894fd7365abcc0f2f8ac859fa3e89203dde8ed7f8ddea"

url "https://folivora.ai/releases/btt#{version.csv.first}-#{version.csv.second}.zip"
name "BetterTouchTool"
Expand Down
4 changes: 2 additions & 2 deletions Casks/b/boltai.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "boltai" do
version "1.29.4"
sha256 "d0be8e3f878e7a0674b5a045a1df5bc67a9ed7ebbba52a7c43c32b1e6b5095b7"
version "1.30.0"
sha256 "2148c93dd2188758fa4903dd1d055b9870721d74ca7adb0eaf6939c7a1fbf7e8"

url "https://download.boltai.com/releases/BoltAI-#{version}.dmg"
name "BoltAI"
Expand Down
6 changes: 3 additions & 3 deletions Casks/b/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
arch arm: "arm64", intel: "x64"
folder = on_arch_conditional arm: "beta-arm64", intel: "beta"

version "1.74.41.0"
sha256 arm: "8110f8e4e15b90fa7b3b14816fb9ef77056f317ae9cb60d4f4676eebcbadf6a0",
intel: "526e111978cc469ade24b7e93325884a8ac4d2313eef358538944fe500a85cf9"
version "1.74.44.0"
sha256 arm: "592f99cfc17d5c97b063c68773bf3c952f16d433a4bda39be8bf5f549c763fa2",
intel: "55cfd12effb42535b19cce8d33902797c5d92d24f38429e0865c2eb3094556c2"

url "https://updates-cdn.bravesoftware.com/sparkle/Brave-Browser/#{folder}/#{version.major_minor_patch.sub(".", "")}/Brave-Browser-Beta-#{arch}.dmg",
verified: "updates-cdn.bravesoftware.com/sparkle/Brave-Browser/"
Expand Down
6 changes: 3 additions & 3 deletions Casks/b/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
arch arm: "arm64", intel: "x64"
folder = on_arch_conditional arm: "nightly-arm64", intel: "nightly"

version "1.75.136.0"
sha256 arm: "6d60a564fb1df6f25ea158a2217eb3e812a6a677148a77379b16c7e30cc72fbe",
intel: "04662d5ba8b3ec91fdb3210b02247947488acc2640868330bad1fb61977cc6ff"
version "1.75.151.0"
sha256 arm: "c3b1231435087e9972d8d8d6f35f1609446ac47ce84a054aa24f1238487ea0ed",
intel: "a83d04a910d4f5b31124776c23209fe2df772ee0efa927c2892f70c29663733e"

url "https://updates-cdn.bravesoftware.com/sparkle/Brave-Browser/#{folder}/#{version.major_minor_patch.sub(".", "")}/Brave-Browser-Nightly-#{arch}.dmg",
verified: "updates-cdn.bravesoftware.com/sparkle/Brave-Browser/"
Expand Down
6 changes: 3 additions & 3 deletions Casks/b/bruno.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cask "bruno" do
arch arm: "arm64", intel: "x64"

version "1.37.0"
sha256 arm: "b5a693baaf30bf8fcabf67755a7db63fb14c2aea9d2554a00eaee29d4bd16ac7",
intel: "0ca652b99081a1a16bf6e64b0005e28422eb24dab4639635b62be202d32ab230"
version "1.38.0"
sha256 arm: "15158a249152e74d7f3ad145d8b97100485c663d05266f706a90ffa3409f0469",
intel: "b0c41f3d795ff9aa53ec54398f8bcc7118b01bd99558839c8da297ac43d2b7c1"

url "https:github.comusebrunobrunoreleasesdownloadv#{version}bruno_#{version}_#{arch}_mac.dmg",
verified: "github.comusebrunobruno"
Expand Down
6 changes: 3 additions & 3 deletions Casks/c/chromedriver.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cask "chromedriver" do
arch arm: "arm64", intel: "x64"

version "131.0.6778.204"
sha256 arm: "9bb29c1b138a0905619de546a58bc812e40082790b9da92bc0c31546097374aa",
intel: "5dcaf1bbc39d06eb7c2b5a8a2c43946d6d785648e1b392267790d11bc5a119d9"
version "131.0.6778.264"
sha256 arm: "a495f2bc534453f7a8ab0c21b8233d625751049822c011173a63e255a7c2c529",
intel: "753d02a4eff922b7dc832f4fe0153b4ae588dd8fb4f9b817b3769973b6df81b1"

url "https://storage.googleapis.com/chrome-for-testing-public/#{version}/mac-#{arch}/chromedriver-mac-#{arch}.zip",
verified: "storage.googleapis.com/chrome-for-testing-public/"
Expand Down
2 changes: 1 addition & 1 deletion Casks/c/cisco-jabber.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

livecheck do
url :homepage
regex(%r{jabberAppUrl =.*?(\d+)/Install[._-]Cisco[._-]Jabber[._-]Mac.pkg}i)
regex(%r{jabberAppUrl =.*?(\d+)/Install[._-]Cisco[._-]Jabber[._-]Mac\.pkg}i)
end

pkg "Install_Cisco-Jabber-Mac.pkg"
Expand Down
4 changes: 2 additions & 2 deletions Casks/c/clop.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "clop" do
version "2.7.1"
sha256 "feac55fc1faf8d0854150affdbf51113add60c3f60161908aa5d21f246b8b120"
version "2.7.2"
sha256 "9d20164121ecdf274cfa7bd8f66e1d1c4c2d20cbd27277cb7eba89ae52b835b1"

url "https://files.lowtechguys.com/releases/Clop-#{version}.dmg"
name "Clop"
Expand Down
5 changes: 5 additions & 0 deletions Casks/c/codeql.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
desc "Semantic code analysis engine"
homepage "https:codeql.github.com"

livecheck do
url :url
strategy :github_latest
end

binary "#{staged_path}codeqlcodeql"

# No zap stanza required
Expand Down
6 changes: 3 additions & 3 deletions Casks/c/codux.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cask "codux" do
arch arm: "arm64", intel: "x64"

version "15.40.0"
sha256 arm: "13f24b8e70f24d1d80159deef9015d2cde30dddca00562114f352174c0131207",
intel: "b86f1349f509bde5ba791b2661965f6eba756006bc28bd5fe8d273c1aa825f0a"
version "15.41.0"
sha256 arm: "921b414a41ea1adea4b46ef1d82989d798d3fef7ecae88d986d82ee17674b7cb",
intel: "ddc48e34962de549b0e1811327247f1adefb425416b8e7293245269b72d57958"

url "https:github.comwixplosivescodux-versionsreleasesdownload#{version}Codux-#{version}.#{arch}.dmg",
verified: "github.comwixplosivescodux-versions"
Expand Down
4 changes: 2 additions & 2 deletions Casks/c/copilot-for-xcode.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "copilot-for-xcode" do
version "0.35.3"
sha256 "791f04613c5c43e4c2daff0e7b7d5c1d085c0fb791ae5cb8d3b09f95e4334d8a"
version "0.35.4"
sha256 "25ddedfaaf970fa04c1a3fe77eb2fbe46ea0c431fbb3d00d2b5f7a579a92269f"

url "https:github.comintitniCopilotForXcodereleasesdownload#{version}Copilot.for.Xcode.app.zip"
name "Copilot for Xcode"
Expand Down
4 changes: 2 additions & 2 deletions Casks/d/default-folder-x.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "default-folder-x" do
version "6.1.3"
sha256 "41f3fa0015f3964186f59f501ff6884150554b5c7bc6bbcf7c7445c9a4ad9bd4"
version "6.1.4"
sha256 "641724167c7e964fdd4c0a3b05ed00fab4b0372d848b29d92d74dab8e7a860e8"

url "https://www.stclairsoft.com/download/DefaultFolderX-#{version}.dmg"
name "Default Folder X"
Expand Down
10 changes: 4 additions & 6 deletions Casks/d/defold.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@
desc "Game engine for development of desktop, mobile and web games"
homepage "https:defold.com"

# Upstream only marks alpha releases as "pre-release", so the "latest" GitHub
# release is sometimes a beta version. As such, it's necessary to check
# multiple recent releases to identify the latest stable version.
livecheck do
url :url
regex(^v?(\d+(?:\.\d+)+)$i)
strategy :github_releases
url "http:d.defold.comstableinfo.json"
strategy :json do |json|
json["version"]
end
end

auto_updates true
Expand Down
16 changes: 3 additions & 13 deletions Casks/d/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,10 @@
desc "Game engine for development of desktop, mobile and web games"
homepage "https:defold.com"

# The `GithubReleases` strategy omits releases marked as pre-release, so we
# have to use a `strategy` block to work with unstable versions.
livecheck do
url :url
regex(^v?(\d+(?:\.\d+)+)[._-]alpha$i)
strategy :github_releases do |json, regex|
json.map do |release|
next if release["draft"]

match = release["tag_name"]&.match(regex)
next if match.blank?

match[1]
end
url "http:d.defold.comalphainfo.json"
strategy :json do |json|
json["version"]
end
end

Expand Down
16 changes: 3 additions & 13 deletions Casks/d/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,10 @@
desc "Game engine for development of desktop, mobile and web games"
homepage "https:defold.com"

# The `GithubReleases` strategy omits releases marked as pre-release, so we
# have to use a `strategy` block to work with unstable versions.
livecheck do
url :url
regex(^v?(\d+(?:\.\d+)+)[._-]beta$i)
strategy :github_releases do |json, regex|
json.map do |release|
next if release["draft"]

match = release["tag_name"]&.match(regex)
next if match.blank?

match[1]
end
url "http:d.defold.combetainfo.json"
strategy :json do |json|
json["version"]
end
end

Expand Down
6 changes: 3 additions & 3 deletions Casks/d/descript.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cask "descript" do
arch arm: "-arm64"

version "104.0.0-release.20241211.6763"
sha256 arm: "f0ff69c7a4dab31ea9327de23a2a3af9bc214ab2f1f848184a89571dceecc9de",
intel: "a5f3a35478e24486937df11043e0849b116fa7a05ecf537e97f7ea3507dddf77"
version "105.0.0-release.20250106.8845"
sha256 arm: "c391520be1475bf576f988da250f484e97835a2dcd97142f67f609c1cd45b094",
intel: "f669fc47bdd730a681786bf6cc01796b6c9186906d039317af539d02afb8bbd0"

url "https://electron.descript.com/Descript-#{version}#{arch}.dmg"
name "Descript"
Expand Down
4 changes: 2 additions & 2 deletions Casks/d/[email protected]
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "discord@development" do
version "0.0.70"
sha256 "51d1f06bf00b38eb7f6cd03a52654907c18d7bec87275c45a321749d3d599f78"
version "0.0.71"
sha256 "acb4cd5f57b130083e56502e6dc09d1250d1887b302fe168f775528e3f6faa10"

url "https://dl-development.discordapp.net/apps/osx/#{version}/DiscordDevelopment.dmg",
verified: "dl-development.discordapp.net/"
Expand Down
6 changes: 3 additions & 3 deletions Casks/d/djstudio.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
on_catalina :or_newer do
arch arm: "-arm64"

version "3.0.6"
sha256 arm: "7e8609fffe701fb110bd0eaf7ad1561e5d9b48e73fc98f209c15aea8926f44c5",
intel: "52172525286f6ea13dc166df63f734c754b4154962b9921a05c011d97161dcbe"
version "3.0.7"
sha256 arm: "2d08ca453c1702bb0424dd34e8b11225760fe8883383f957eb28931727c63a9e",
intel: "3072895e2efbbb971efcafc0b06537cb1405c9db129b07e2eeca3e09a2df42e0"

url "https:github.comAppMachinedj-studio-app-updatesreleasesdownloadv#{version}DJ.Studio-#{version}#{arch}.dmg",
verified: "github.comAppMachinedj-studio-app-updates"
Expand Down
4 changes: 2 additions & 2 deletions Casks/d/dockside.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "dockside" do
version "1.9.25"
sha256 "062de60d22c39d3d2b09d4f61218676f242ede9fc88d2f672892ae058f64cdf9"
version "1.9.28"
sha256 "9e438043f0b978095bd4515fcb13d3f3f64f8c7da17f8ea15bda754628480cac"

url "https:github.comPrajwalSDDocksidereleasesdownloadv#{version}Dockside.dmg",
verified: "github.comPrajwalSDDockside"
Expand Down
4 changes: 2 additions & 2 deletions Casks/d/[email protected]
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "dolphin@dev" do
version "2412-102,f6,f5"
sha256 "447864ec30b5df0ebc7bdbcbf4b45d02acc3551d8cbe2f02dd408f4989aa8ca3"
version "2412-105,6a,5b"
sha256 "4bb6b0cfb385888be67942a88284947540d42aa72871120ef4229a635ba004f8"

url "https://dl.dolphin-emu.org/builds/#{version.csv.second}/#{version.csv.third}/dolphin-master-#{version.csv.first}-universal.dmg"
name "Dolphin Dev"
Expand Down
2 changes: 1 addition & 1 deletion Casks/d/dosbox.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

livecheck do
url "https://sourceforge.net/projects/dosbox/rss?path=/dosbox"
regex(%r{<link>.*/DOSBox-(\d+(?:[.-]\d+)*).dmg}i)
regex(%r{<link>.*/DOSBox-(\d+(?:[.-]\d+)*)\.dmg}i)
strategy :page_match do |page, regex|
page.scan(regex).map do |matches|
versions = matches[0].split("-")
Expand Down
4 changes: 2 additions & 2 deletions Casks/d/douyin.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "douyin" do
version "5.2.1,7044145585217083655,12263191"
sha256 "86a98e62ec3557b09f7913f68e1083e2b829f0a9a5db5f46aa56021eac470a93"
version "5.3.1,7044145585217083655,12270856"
sha256 "6a9cb5334de4f7e8126fc2721afbd50afc200d4ae128ce9c7ef179dad47e51a7"

url "https://www.douyin.com/download/pc/obj/douyin-pc-web//douyin-pc-client/#{version.csv.second}/releases/#{version.csv.third}/#{version.csv.first}/darwin-universal/douyin-v#{version.csv.first}-darwin-universal.dmg"
name "Douyin"
Expand Down
6 changes: 3 additions & 3 deletions Casks/d/dropbox.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
arch arm: ".arm64"
livecheck_query = on_arch_conditional arm: "&arch=arm64"

version "214.4.5217"
sha256 arm: "c64901befbc6428bcc1b046ed84acd25bb0d83c8d3621316c760ea7faa2fb186",
intel: "318cdf867db782c3c0f1ccca082915060441e352c43d0d02a66d68d46ea80dd2"
version "215.4.7202"
sha256 arm: "760a010201df959144349639951f6cf201f485d95480b3936c8a70fc2f2a015d",
intel: "eed24898cfcacb790ca3db4c3eba77e0ee5d0e9b35abf1e07aa0f84e14e71511"

url "https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20#{version}#{arch}.dmg",
verified: "dropboxstatic.com/dbx-releng/client/"
Expand Down
Loading

0 comments on commit 6d296bc

Please sign in to comment.