Skip to content

Commit

Permalink
Updated at 2023-11-21T01:35:02.435Z
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 21, 2023
1 parent 4bb7bc4 commit 161bde6
Show file tree
Hide file tree
Showing 243 changed files with 2,191 additions and 2,232 deletions.
6 changes: 3 additions & 3 deletions Casks/a/anka-build-cloud-controller-and-registry.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cask "anka-build-cloud-controller-and-registry" do
arch arm: "Arm64", intel: "Amd64"

version "1.38.0-3989ee24"
sha256 arm: "c2e9219337d842ae942d84691787a6e145b1cf56717821a18561aded50d36ad4",
intel: "0226f765bfffd43aa99310813aa47ef90c4582f6e9952f6950bc733f00e54376"
version "1.39.0-d35842e6"
sha256 arm: "0b7cd5e1e27a6466380de772cfa26c97ca6544f71450086043ee55cd505c4ffc",
intel: "1205ac08ac225574e22097a1034d44f80f7d81d71309e0b610884228813c0832"

url "https://downloads.veertu.com/anka/AnkaControllerRegistry#{arch}-#{version}.pkg"
name "Anka Build Cloud Controller & Registry"
Expand Down
5 changes: 5 additions & 0 deletions Casks/a/artisan.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
desc "Visual scope for coffee roasters"
homepage "https://artisan-scope.org/"

livecheck do
url :url
strategy :github_latest
end

depends_on macos: ">= :catalina"

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

version "5.0.0"
sha256 arm: "a7a2b7f39c8a19e66739fd51427ff4b8c90c7f9357a9c7a7c47da71c99f90c4d",
intel: "3cd9ed1ccbcdabebe06bcce5b7ef3bcc059168cb7b2bebe5b472ebec9026c2d9"
version "5.0.2"
sha256 arm: "5ba6a5e441c3dbc5a6c7e69fc451634f7f32d8d1e12fa246d25d0019d1a8c729",
intel: "babaefe1ca6ef925e64892d59e0add7534baa5d22d041855fad646e8f42934fb"

url "https://atemosc.com/download/atemOSC-#{version}#{arch}.dmg"
name "atemOSC"
Expand Down
2 changes: 1 addition & 1 deletion Casks/a/avast-secure-browser.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cask "avast-secure-browser" do
version "118.0.4496.118"
version "119.0.4604.160"
sha256 :no_check

url "https://cdn-download.avastbrowser.com/AvastSecureBrowserSetup.pkg",
Expand Down
4 changes: 2 additions & 2 deletions Casks/b/backuploupe.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "backuploupe" do
version "3.10"
sha256 "c456a47691020551f2310237aa0c52e16956d6aafbe66152dacc49905755cfcf"
version "3.11"
sha256 "330d69bd3218e2c5ca299fc9f52eeef82292dd4913479969adcfbff5ee1355e0"

url "https://www.soma-zone.com/download/files/BackupLoupe-#{version}.tar.xz"
name "BackupLoupe"
Expand Down
5 changes: 5 additions & 0 deletions Casks/b/bdash.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
desc "Simple SQL Client for lightweight data analysis"
homepage "https://github.com/bdash-app/bdash"

livecheck do
url :url
strategy :github_latest
end

app "Bdash.app"

zap trash: [
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.325,43250"
sha256 "f8a590dea3e1930cc930f1bf61125d56a1000d7d5ac42a79c8408e085e57706c"
version "4.329,43291"
sha256 "7a0ff18166f1aa6da88b5bdf628b69d64ccf115d44c2df0b304932b80f7d8172"

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/bitcoin-core.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
homepage "https://bitcoincore.org/"

livecheck do
url "https://github.com/bitcoin/bitcoin"
strategy :github_latest
url "https://bitcoincore.org/en/download/"
regex(/href=.*?bitcoin[._-]v?(\d+(?:\.\d+)+)[._-]#{arch}[^"' >]*?\.dmg/i)
end

depends_on macos: ">= :catalina"
Expand Down
2 changes: 2 additions & 0 deletions Casks/b/blackhole-16ch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
desc "Virtual Audio Driver"
homepage "https://existential.audio/blackhole/"

# The upstream website doesn't provide version information. We check GitHub
# releases as a best guess of when a new version is released.
livecheck do
url "https://github.com/ExistentialAudio/BlackHole"
strategy :github_latest
Expand Down
2 changes: 2 additions & 0 deletions Casks/b/blackhole-2ch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
desc "Virtual Audio Driver"
homepage "https://existential.audio/blackhole/"

# The upstream website doesn't provide version information. We check GitHub
# releases as a best guess of when a new version is released.
livecheck do
url "https://github.com/ExistentialAudio/BlackHole"
strategy :github_latest
Expand Down
2 changes: 2 additions & 0 deletions Casks/b/blackhole-64ch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
desc "Virtual Audio Driver"
homepage "https://existential.audio/blackhole/"

# The upstream website doesn't provide version information. We check GitHub
# releases as a best guess of when a new version is released.
livecheck do
url "https://github.com/ExistentialAudio/BlackHole"
strategy :github_latest
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.1.1"
sha256 arm: "fddd103749baf12d4976f728943d1c5f0858993d9e3b04be377f72d14f9a775a",
intel: "48dd26f909c0ef66c62ea0e960b9bda434b7815c260272190d7c013e50263fe2"
version "1.2.0"
sha256 arm: "1af0d7da1fc07ac2a9c37e7c508545f387a286bb973fbbad859fe4f74bf4ccb3",
intel: "95c1b3c0d69dc237456a268514028b051ff321e1588d4683b7a246cf61e603da"

url "https://ghproxy.com/https://github.com/usebruno/bruno/releases/download/v#{version}/bruno_#{version}_#{arch}_mac.dmg",
verified: "github.com/usebruno/bruno/"
Expand Down
6 changes: 3 additions & 3 deletions Casks/b/burp-suite-professional.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cask "burp-suite-professional" do
arch arm: "MacOsArm64", intel: "MacOsx"

version "2023.10.3.5"
sha256 arm: "dbc34bb7929f418284c71598711219758fc687f94641c945ea1eec416a9e0e0c",
intel: "e317d83b3c7f962115173bf860025c31fd5601ce73eee7bf0ccb20a792a0ebd2"
version "2023.10.3.6"
sha256 arm: "c9380b29bb19aa1456d31e6a3a43b105d53c654de9873ff24950f073154ce469",
intel: "094f9f42611d57d3ab2142876d578110b69218e448bb48f0ddf0dcab232aa5dc"

url "https://portswigger.net/burp/releases/download?product=pro&version=#{version}&type=#{arch}"
name "Burp Suite Professional"
Expand Down
6 changes: 3 additions & 3 deletions Casks/b/burp-suite.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cask "burp-suite" do
arch arm: "MacOsArm64", intel: "MacOsx"

version "2023.10.3.5"
sha256 arm: "a06c8e900f36f04097c1fcf540a203b919560d61eca3646c91bc622cfb6245e4",
intel: "5c055e6e0b38f2b339abef3a8295bb8f379ec09dace0e24e37f32d307dbaa1cd"
version "2023.10.3.6"
sha256 arm: "ed439b6c4252d45b440326d0d1e04fd6a05114410c9d40ffd831ceea115b64a0",
intel: "9d631c5ccaf2c81896f754f8c4f727bc7a98018619f84ff7d93b6fc5c02965fd"

url "https://portswigger.net/burp/releases/download?product=community&version=#{version}&type=#{arch}"
name "Burp Suite Community Edition"
Expand Down
6 changes: 3 additions & 3 deletions Casks/brave-browser-nightly.rb
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.62.61.0"
sha256 arm: "068e2a0fb82e07f47c47e07e525da42c9f4cc56c73f738314f95fba680f563c1",
intel: "bca7dfd285b884bf08acce57e070206293c7b80fa85ffa29ed13f371cca509c8"
version "1.62.67.0"
sha256 arm: "c24c6811aae3c93179155bda823f4440db976c1e2850dd6b333697d7aa79bfc5",
intel: "563922ad9e27d70f1454a2f61692cda2b54c123e6e889bd81a108c51c811d025"

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
4 changes: 2 additions & 2 deletions Casks/c/calibre.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
sha256 "884061bce0df80085b4a9ce60da1f63530040f615804eb8cf499718a2e314a8e"

livecheck do
url "https://github.com/kovidgoyal/calibre"
strategy :github_latest
url "https://calibre-ebook.com/dist/osx"
strategy :header_match
end
end

Expand Down
2 changes: 1 addition & 1 deletion Casks/c/cellprofiler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
homepage "https://cellprofiler.org/"

livecheck do
url "https://github.com/CellProfiler/CellProfiler"
url :url
strategy :github_latest
end

Expand Down
4 changes: 2 additions & 2 deletions Casks/c/chirp.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "chirp" do
version "20231108"
sha256 "afa37232941f6893dbab4589a6c01a48bdda91e5849a3fda96e4bff5bd43a501"
version "20231120"
sha256 "bb8851108948932e4969a1660f8913094ea5347cace04ee2fe2102632f261ef7"

url "https://trac.chirp.danplanet.com/chirp_next/next-#{version}/chirp-next-#{version}.app.zip"
name "CHIRP"
Expand Down
2 changes: 1 addition & 1 deletion Casks/c/craft.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cask "craft" do
version "2.5.18"
version "2.6.0"
sha256 :no_check

url "https://res.craft.do/native/sparkle/Craft.dmg"
Expand Down
6 changes: 4 additions & 2 deletions Casks/d/dbeaver-community.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@
homepage "https://dbeaver.io/"

livecheck do
url "https://github.com/dbeaver/dbeaver"
strategy :github_latest
url "https://dbeaver.io/product/dbeaver-ce-version.xml"
strategy :xml do |xml|
xml.get_elements("version/number").first&.text&.strip
end
end

auto_updates true
Expand Down
6 changes: 4 additions & 2 deletions Casks/d/dbeaver-enterprise.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@
homepage "https://dbeaver.com/"

livecheck do
url "https://dbeaver.com/product/version.xml"
regex(%r{<number[^>]*?>v?(\d+(?:\.\d+)+)</number>}i)
url "https://dbeaver.com/product/dbeaver-ee-version.xml"
strategy :xml do |xml|
xml.get_elements("version/number").first&.text&.strip
end
end

app "DBeaverEE.app"
Expand Down
4 changes: 3 additions & 1 deletion Casks/d/dbeaverlite.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@

livecheck do
url "https://dbeaver.com/product/dbeaver-le-version.xml"
regex(%r{<number[^>]*?>v?(\d+(?:\.\d+)+)</number>}i)
strategy :xml do |xml|
xml.get_elements("version/number").first&.text&.strip
end
end

app "DBeaverLite.app"
Expand Down
4 changes: 3 additions & 1 deletion Casks/d/dbeaverultimate.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@

livecheck do
url "https://dbeaver.com/product/dbeaver-ue-version.xml"
regex(%r{<number[^>]*?>v?(\d+(?:\.\d+)+)</number>}i)
strategy :xml do |xml|
xml.get_elements("version/number").first&.text&.strip
end
end

app "DBeaverUltimate.app"
Expand Down
2 changes: 1 addition & 1 deletion Casks/d/dhs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
homepage "https://objective-see.com/products/dhs.html"

livecheck do
url "https://github.com/objective-see/DylibHijackScanner"
url :url
strategy :github_latest
end

Expand Down
4 changes: 2 additions & 2 deletions Casks/d/downie.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "downie" do
version "4.6.33,4639"
sha256 "9fc9db766af1dda2918a71648f8c90290f16e088a80695314ce81088bccb685c"
version "4.6.34,4646"
sha256 "6ada108d33aa95179019bbf586241473e4522a92aede1c0b24bf93b7e7ba1255"

url "https://software.charliemonroe.net/trial/downie/v#{version.major}/Downie_#{version.major}_#{version.csv.second}.dmg"
name "Downie"
Expand Down
3 changes: 3 additions & 0 deletions Casks/d/drata-agent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@
desc "Security audit software"
homepage "https://drata.com/"

# Upstream doesn't appear to publish any public version information. We check
# GitHub releases as a best guess of when a new version is released.
livecheck do
url "https://github.com/drata/drata-agent"
strategy :github_latest
end

depends_on macos: ">= :high_sierra"
Expand Down
4 changes: 2 additions & 2 deletions Casks/d/draw-things.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "draw-things" do
version "1.20231117.0-c7decd03"
sha256 "c7decd030bfd1ca4aa887da07f85512263667c437b0e69d8efd39d21291479bd"
version "1.20231119.0-1e438c72"
sha256 "1e438c727ecf74988985e9d7b684635560c961c131b7f8e144be87c4584d433b"

url "https://static.drawthings.ai/DrawThings-#{version}.zip"
name "Draw Things"
Expand Down
4 changes: 2 additions & 2 deletions Casks/discord-canary.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "discord-canary" do
version "0.0.341"
sha256 "29c350c6760bad2b85d2982aab44f43eb132f86b5cd0bdac0596d3406695e74f"
version "0.0.342"
sha256 "ced4788c318ac94c2289ca9c65e3216aba35381691ffd81dbc6483ae46444eab"

url "https://dl-canary.discordapp.net/apps/osx/#{version}/DiscordCanary.dmg",
verified: "dl-canary.discordapp.net/"
Expand Down
4 changes: 2 additions & 2 deletions Casks/e/easyeda.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "easyeda" do
version "6.5.37"
sha256 "919c1978cf0843200a1ea5b60dbbfc168998d087f4ecac131688abf1f5a0cb4e"
version "6.5.39"
sha256 "bcab173b1f4c7bccdfab00293828d95552b5d6e3869fb3e21ca687ae77bdf468"

url "https://image.easyeda.com/files/easyeda-mac-x64-#{version}.zip"
name "EasyEDA"
Expand Down
2 changes: 2 additions & 0 deletions Casks/e/eddie.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
desc "OpenVPN UI"
homepage "https://eddie.website/"

# The homepage provides version information but it will frequently timeout.
# We check GitHub releases as a best guess of when a new version is released.
livecheck do
url "https://github.com/AirVPN/Eddie"
strategy :github_latest
Expand Down
2 changes: 2 additions & 0 deletions Casks/e/element.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
desc "Matrix collaboration client"
homepage "https://element.io/get-started"

# The upstream website doesn't appear to provide version information. We check
# GitHub releases as a best guess of when a new version is released.
livecheck do
url "https://github.com/vector-im/element-desktop"
strategy :github_latest
Expand Down
6 changes: 3 additions & 3 deletions Casks/e/elgato-control-center.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cask "elgato-control-center" do
version "1.4.2.10504"
sha256 "64b28664e9e2bfc1f3da1713ca2c012bb7a7548fd2c8c4163496e330c074da38"
version "1.5.20289"
sha256 "af12ee122b9247c89257e747765ab9d5cb3316a085e9e415ec7ba547c927fadf"

url "https://edge.elgato.com/egc/macos/eccm/#{version.major_minor_patch.chomp(".0")}/ControlCenterMac-#{version}.app.zip"
url "https://edge.elgato.com/egc/macos/eccm/#{version.major_minor}/ControlCenterMac-#{version}.app.zip"
name "Elgato Control Center"
desc "Control your Elgato key lights"
homepage "https://www.elgato.com/ww/en/s/downloads"
Expand Down
6 changes: 5 additions & 1 deletion Casks/e/entry.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@
desc "Block-based coding platform"
homepage "https://playentry.org/"

# The download page (https://playentry.org/download/offline) fetches the
# version information from https://playentry.org/graphql using a `POST`
# request but livecheck can't do that yet. We check GitHub releases as a best
# guess of when a new version is released.
livecheck do
url "https://github.com/entrylabs/entry-offline/"
url "https://github.com/entrylabs/entry-offline"
strategy :github_latest
end

Expand Down
2 changes: 1 addition & 1 deletion Casks/elephas-beta.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cask "elephas-beta" do
version "8.60"
version "8.61"
sha256 :no_check

url "https://assets.elephas.app/Elephas_beta.dmg"
Expand Down
4 changes: 2 additions & 2 deletions Casks/font-commit-mono.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "font-commit-mono" do
version "1.141"
sha256 "900842dfce51d3090797d432d7a672ce5ef890a03706cf114da15518c504c553"
version "1.142"
sha256 "567666d5e45dbba5b3d3bd9fc4dde9a14f7d2a05b9b447b77d5aca4b9ee65b13"

url "https://ghproxy.com/https://github.com/eigilnikolajsen/commit-mono/releases/download/v#{version}/CommitMono-#{version}.zip",
verified: "github.com/eigilnikolajsen/commit-mono/"
Expand Down
Loading

0 comments on commit 161bde6

Please sign in to comment.