diff --git a/Casks/1/1password@beta.rb b/Casks/1/1password@beta.rb index ba089743e..599a7a2ae 100644 --- a/Casks/1/1password@beta.rb +++ b/Casks/1/1password@beta.rb @@ -1,9 +1,9 @@ cask "1password@beta" do arch arm: "aarch64", intel: "x86_64" - version "8.10.54-13.BETA" - sha256 arm: "8a5cdd04f65efd7255107a23ab827b535bef0477134c21a88fb22b2366085fef", - intel: "308520272f427480f4099570183869227cf9a30bfc486c94b98ce33c949c1b91" + version "8.10.56-1.BETA" + sha256 arm: "647ef1b8bd12ae49dcc48fe78032181dfe1b2f05324d00b82a2dc78145736be2", + intel: "5bb540ec3169218d83fb466a35a2df3b34d3aabcaaa40d62cb4fb200236b3e58" url "https://downloads.1password.com/mac/1Password-#{version}-#{arch}.zip" name "1Password" diff --git a/Casks/a/adguard@nightly.rb b/Casks/a/adguard@nightly.rb index 360c7f0ca..7d1e75bfe 100644 --- a/Casks/a/adguard@nightly.rb +++ b/Casks/a/adguard@nightly.rb @@ -1,6 +1,6 @@ cask "adguard@nightly" do - version "2.16.0.1850" - sha256 "408bb4b4538fbbdbabb5296ef824797aafb37d91602225b4cd60b102911c72f7" + version "2.16.0.1853" + sha256 "f513a82b2603b6b2b435bd195f77a2e028bba8059b8a4a0ff2c5879147ce4f04" url "https://static.adguard.com/mac/nightly/AdGuard-#{version}.dmg" name "Adguard" diff --git a/Casks/a/aerial@beta.rb b/Casks/a/aerial@beta.rb index 51d787468..dfe026a3a 100644 --- a/Casks/a/aerial@beta.rb +++ b/Casks/a/aerial@beta.rb @@ -8,9 +8,21 @@ desc "Apple TV Aerial screensaver" homepage "https:aerialscreensaver.github.io" + # Beta releases are marked as pre-release, so we have to use the + # `GithubReleases` strategy to check all recent releases. livecheck do - url "https:github.comJohnCoatesAerialreleases?q=prerelease%3Atrue&expanded=true" - regex(^v?(\d+(?:\.\d+)*beta\d+)$i) + url :url + regex(^v?(\d+(?:\.\d+)*(?:[._-]?beta\d+)?)$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 + end end conflicts_with cask: "aerial" diff --git a/Casks/a/affinity-designer.rb b/Casks/a/affinity-designer.rb index 556c808b0..d053534a9 100644 --- a/Casks/a/affinity-designer.rb +++ b/Casks/a/affinity-designer.rb @@ -1,6 +1,6 @@ cask "affinity-designer" do - version "2.5.5,2636" - sha256 "2e4e5a660dfed290b6d1fbd14a5b73f67123b49e9e551258a9cd69d64ee16e49" + version "2.5.6,2887" + sha256 "c239b3dd39316565faac6ad69ca7e41dda51134b6eab014589c5a26d5a46a00b" url "https://affinity-update.s3.amazonaws.com/mac2/retail/Affinity%20Designer%20#{version.csv.first.major}%20Affinity%20Store%20#{version.csv.second}.zip", verified: "affinity-update.s3.amazonaws.com/" diff --git a/Casks/a/affinity-photo.rb b/Casks/a/affinity-photo.rb index fda935bf6..eb6acdab2 100644 --- a/Casks/a/affinity-photo.rb +++ b/Casks/a/affinity-photo.rb @@ -1,6 +1,6 @@ cask "affinity-photo" do - version "2.5.5,2636" - sha256 "6e25109a7cbbd3b9c29b0e4279e0db8e2658668cbbdd3248dda06b2975d70760" + version "2.5.6,2887" + sha256 "277269548e43ed21ef3dd3fddb7405e3b56f1a2212dffb49c5d4b9fea6d8ff67" url "https://affinity-update.s3.amazonaws.com/mac2/retail/Affinity%20Photo%20#{version.csv.first.major}%20Affinity%20Store%20#{version.csv.second}.zip", verified: "affinity-update.s3.amazonaws.com/" diff --git a/Casks/a/affinity-publisher.rb b/Casks/a/affinity-publisher.rb index 1a45bedb9..fe6e65831 100644 --- a/Casks/a/affinity-publisher.rb +++ b/Casks/a/affinity-publisher.rb @@ -1,6 +1,6 @@ cask "affinity-publisher" do - version "2.5.5,2636" - sha256 "88e2df9d994c2679d04c27c5e58edbb81b526abebcc8156b791b482bdb7aaa20" + version "2.5.6,2887" + sha256 "f8e4d00e25dde9acd027ec54a4111247f9a2903f970a6f48fca0a1dc7350d407" url "https://affinity-update.s3.amazonaws.com/mac2/retail/Affinity%20Publisher%20#{version.csv.first.major}%20Affinity%20Store%20#{version.csv.second}.zip", verified: "affinity-update.s3.amazonaws.com/" diff --git a/Casks/a/alt-tab.rb b/Casks/a/alt-tab.rb index fb7c9eeb8..4ccc46703 100644 --- a/Casks/a/alt-tab.rb +++ b/Casks/a/alt-tab.rb @@ -1,6 +1,6 @@ cask "alt-tab" do - version "7.4.0" - sha256 "b827ab9c2bf9da0654c729fd2f1b191b1777df3d32d18a041c467899fe157b86" + version "7.5.0" + sha256 "1b8c3e9c2b06acc8c39418d3d8bee954a620a797ef5629c2c2346785aacdca1e" url "https:github.comlwouisalt-tab-macosreleasesdownloadv#{version}AltTab-#{version}.zip", verified: "github.comlwouisalt-tab-macos" diff --git a/Casks/b/banktivity.rb b/Casks/b/banktivity.rb index f44e8e606..2e516e528 100644 --- a/Casks/b/banktivity.rb +++ b/Casks/b/banktivity.rb @@ -1,6 +1,6 @@ cask "banktivity" do - version "9.5.3,291" - sha256 "94ea1f53f56137fbd2e6cfcc869543529405c87acac47886eb8cc7ccf5142426" + version "9.5.4,295" + sha256 "a38b83a2183a4973a51f3a509cdff4f5ec079a32b9e72c9bca332cb28aff96bb" url "https://www.iggsoft.com/banktivity/Banktivity#{version.csv.first}-#{version.csv.second}.dmg", verified: "iggsoft.com/banktivity/" diff --git a/Casks/b/beaver-notes.rb b/Casks/b/beaver-notes.rb new file mode 100644 index 000000000..b396a2d84 --- /dev/null +++ b/Casks/b/beaver-notes.rb @@ -0,0 +1,20 @@ +cask "beaver-notes" do + version "3.7.0" + sha256 "a4cd9fa4db758507747c32b55c2cc8908ddd0d2e6729033fb5cc7105642e6929" + + url "https:github.comBeaver-NotesBeaver-Notesreleasesdownload#{version}Beaver-notes.dmg", + verified: "github.comBeaver-NotesBeaver-Notes" + name "Beaver Notes" + desc "Privacy-focused note-taking app" + homepage "https:beavernotes.com" + + depends_on macos: ">= :catalina" + + app "Beaver-Notes.app" + + zap trash: [ + "~LibraryCachescom.danielerolli.beaver-notes", + "~LibraryPreferencescom.danielerolli.beaver-notes.plist", + "~LibrarySaved Application Statecom.danielerolli.beaver-notes.savedState", + ] +end \ No newline at end of file diff --git a/Casks/b/bettertouchtool.rb b/Casks/b/bettertouchtool.rb index bb603ee43..5e06c870c 100644 --- a/Casks/b/bettertouchtool.rb +++ b/Casks/b/bettertouchtool.rb @@ -1,6 +1,6 @@ cask "bettertouchtool" do - version "4.899,2024112604" - sha256 "d431aaa234ccac708e4fd7b042427581693097f7c00db0a42154e1d4234b7abc" + version "4.902,2024112701" + sha256 "bfedc8b9680fe512d6e7e1b8e08a4f15ba7246462d7d9404e7dbeb4f04c382e1" url "https://folivora.ai/releases/btt#{version.csv.first}-#{version.csv.second}.zip" name "BetterTouchTool" diff --git a/Casks/b/boltai.rb b/Casks/b/boltai.rb index 2dd3dc371..470b832ca 100644 --- a/Casks/b/boltai.rb +++ b/Casks/b/boltai.rb @@ -1,6 +1,6 @@ cask "boltai" do - version "1.28.0" - sha256 "ce7c21d4c66424d824dcaecf17ad8caabb2004f4e73750cfe8160335ed75a0ae" + version "1.28.1" + sha256 "79d9cba622cccb0e7b2f42671f7264bfb4ba78120a6667288f183d0a504eeceb" url "https://download.boltai.com/releases/BoltAI-#{version}.dmg" name "BoltAI" diff --git a/Casks/b/busycal.rb b/Casks/b/busycal.rb index fd22a2ae3..5cd1b1b96 100644 --- a/Casks/b/busycal.rb +++ b/Casks/b/busycal.rb @@ -1,6 +1,6 @@ cask "busycal" do - version "2024.4.2,2024-11-26-11-40" - sha256 "40019ac51bf8caf4c7384d26bf6bbb913d1b581e893266a39785a8f9ac4dab0a" + version "2024.4.2,2024-11-27-12-08" + sha256 "aa9eda844d25b280354ff1f9948ebf621d9474a040d9210e6c0bec7aa2ac0750" url "https://downloads.busymac.com/bcl-#{version.csv.first}-#{version.csv.second}.zip" name "BusyCal" diff --git a/Casks/c/cap.rb b/Casks/c/cap.rb index 364118cf6..20e8037a2 100644 --- a/Casks/c/cap.rb +++ b/Casks/c/cap.rb @@ -2,12 +2,12 @@ arch arm: "aarch64", intel: "x86_64" on_arm do - version "0.3.0-beta.9.2,01JD5QHTKEEASTME6HJGRTDMSC" - sha256 "47d5ed8e6957a9c542e4d961a86c42539638f81cf0fa225624c189e34f63c0d0" + version "0.3.1,01JDQFBFP2RT6TFFHZ29155PYG" + sha256 "fafa44f6eb6525fff2112036032d05fa2f953b6bcc54656790af9ea581e56512" end on_intel do - version "0.3.0-beta.9.2,01JD5QHP05D1ZPVTVNVS40719P" - sha256 "5abf458cf21d26a854eec90cc48aafb60f34741d87b214a9d0fffe88c63b53a5" + version "0.3.1,01JDQF94S1HABYRADTBZE3JT9W" + sha256 "99e2ef52beea6717d59618e1f87302b21cd865e7ba004fe629abaa30a3f661f6" end url "https://cdn.crabnebula.app/asset/#{version.csv.second}", diff --git a/Casks/c/capacities.rb b/Casks/c/capacities.rb index 57967c206..4c3b2ffe1 100644 --- a/Casks/c/capacities.rb +++ b/Casks/c/capacities.rb @@ -1,9 +1,9 @@ cask "capacities" do arch arm: "-arm64" - version "1.43.24" - sha256 arm: "2715aa80fd65c3f113f383c9c409faf520f9fd809f554489999b6f395f8212d9", - intel: "8f1def1c2d66d286384724669873156007f8d17709c3ea8b971e62767c0d1828" + version "1.43.34" + sha256 arm: "0fab5ab9d242ab1e02f2ded2207b794b00cea70a9cbab700829104ccbe534983", + intel: "78112764f0c9841ef90b739773acc825cc81570d2990c8e316dcf757e2170dfd" url "https://capacities-frontend-app.s3.amazonaws.com/Capacities-#{version}#{arch}.dmg", verified: "capacities-frontend-app.s3.amazonaws.com/" diff --git a/Casks/c/cleanclip.rb b/Casks/c/cleanclip.rb index 133913402..c2e9d705e 100644 --- a/Casks/c/cleanclip.rb +++ b/Casks/c/cleanclip.rb @@ -1,6 +1,6 @@ cask "cleanclip" do - version "2.3.2" - sha256 "f476129ce007a2b784dc5c2746b32f729895ce68d7aec25c6da27d9afddcb8e2" + version "2.3.3" + sha256 "2f59057d201aafb710886190e28aa523acfc849c6bf6a459e8cf4a834ec67471" url "https://cleanclip.cc/releases/download/v#{version}/CleanClip.dmg" name "CleanClip" diff --git a/Casks/c/clickup.rb b/Casks/c/clickup.rb index 8b4eca076..0a05b66f6 100644 --- a/Casks/c/clickup.rb +++ b/Casks/c/clickup.rb @@ -1,9 +1,9 @@ cask "clickup" do arch arm: "arm64", intel: "x64" - version "3.5.42,241105k1byzme2c" - sha256 arm: "d49f9bd1d3c6e63812f7bed00a58f7f3a4d49f0b477f5abe3f635b2a648963d2", - intel: "7dde6a3dfb0b426d212938a8f57d39194da5f74565ffdd0ecf70a8b478501eb9" + version "3.5.61,2411271wsxc410e" + sha256 arm: "94a24c35a15088e3409cd816f60bc875f8056241ba39b664c1f5f3d6dcde52d4", + intel: "53a4f3a3d1e855916bc9cdb7129164bf1fee835f9b0333dbb6de7891b02eb1b3" url "https://download.todesktop.com/221003ra4tebclw/ClickUp%20#{version.csv.first}%20-%20Build%20#{version.csv.second}-#{arch}.dmg", verified: "download.todesktop.com/221003ra4tebclw/" diff --git a/Casks/c/cursor.rb b/Casks/c/cursor.rb index f24241bef..b9a8ec5f1 100644 --- a/Casks/c/cursor.rb +++ b/Casks/c/cursor.rb @@ -1,9 +1,9 @@ cask "cursor" do arch arm: "arm64", intel: "x64" - version "0.43.4,241126w13goyvrs" - sha256 arm: "0b8b14fd308369fa966ad402ab9466ac37006ec365c37007235a671debdb6d95", - intel: "4417b08d05e201efb0a23171558fe0a80942be31d3cbddfa1ef54dfcb2a025f0" + version "0.43.5,241127pdg4cnbu2" + sha256 arm: "a5e7c3267bc3ce8fc2f0867119b80f7242db7cc893967f6d068021d43ae17e5c", + intel: "f56cf691880274797c1f08e91acdc0d958735898bce66cf863dce7c899a9f3bf" url "https://download.todesktop.com/230313mzl4w4u92/Cursor%20#{version.csv.first}%20-%20Build%20#{version.csv.second}-#{arch}-mac.zip", verified: "download.todesktop.com/230313mzl4w4u92/" diff --git a/Casks/d/dbvisualizer.rb b/Casks/d/dbvisualizer.rb index 45f1ab893..a8bea492c 100644 --- a/Casks/d/dbvisualizer.rb +++ b/Casks/d/dbvisualizer.rb @@ -1,9 +1,9 @@ cask "dbvisualizer" do arch arm: "aarch64", intel: "x64" - version "24.2.3" - sha256 arm: "2fbd12f2e78d3f62c1a103aa385a59a1ab1819d3305eb4f205db97aa74b5dc5a", - intel: "50132ad7a85be508b6dfc276e2bc44829a8e5d779568aa7c26f8212e0e5c1057" + version "24.3" + sha256 arm: "93484a41aea4742e62baaa8022dc6a6e2bdc53b18e5f195b58714bd9452f92a2", + intel: "7ae6b0e6da3091cb29be755ec9cf77869319a6efe4f2bf5e1ea324cb57b63e1a" url "https://www.dbvis.com/product_download/dbvis-#{version}/media/dbvis_macos-#{arch}_#{version.dots_to_underscores}.dmg" name "DbVisualizer" diff --git a/Casks/d/deepl.rb b/Casks/d/deepl.rb index 60c3841df..9ca54e67a 100644 --- a/Casks/d/deepl.rb +++ b/Casks/d/deepl.rb @@ -29,8 +29,8 @@ end end on_monterey :or_newer do - version "24.11.21416769" - sha256 "b83040cac11d1eec5d36b554e4dc01c3093896566d03a5ac9c6808c77178368a" + version "24.11.31463097" + sha256 "8e02db7b5f85d4020419a5bf7a44a39b7d1f321acabb9b8011407b3b462c0218" url "https://www.deepl.com/macos/download/#{version.major_minor}/#{version.patch}/DeepL.tar.gz" diff --git a/Casks/d/discord@ptb.rb b/Casks/d/discord@ptb.rb index 5f06c6688..8879322ec 100644 --- a/Casks/d/discord@ptb.rb +++ b/Casks/d/discord@ptb.rb @@ -1,6 +1,6 @@ cask "discord@ptb" do - version "0.0.148" - sha256 "616eb0822a65b7eb9ee7d8b9fb6029e6d5401213b5c6078ff2354e7df9125a3e" + version "0.0.149" + sha256 "042195ea8efb736ad809699f042753e9a2aee9f2941607cb31c153661093fbe1" url "https://dl-ptb.discordapp.net/apps/osx/#{version}/DiscordPTB.dmg", verified: "dl-ptb.discordapp.net/apps/osx/" diff --git a/Casks/d/dockside.rb b/Casks/d/dockside.rb index b06d81243..4e53c8f7d 100644 --- a/Casks/d/dockside.rb +++ b/Casks/d/dockside.rb @@ -1,6 +1,6 @@ cask "dockside" do - version "1.9.2" - sha256 "d8fd9084645371354ff3d6fb9f610bdb530d3d655de6d24a057733a192c86185" + version "1.9.3" + sha256 "fd6753c06c840d100dc228f874806164122f81dd23fe0b9b0a17ef65d5dec9a8" url "https:github.comPrajwalSDDocksidereleasesdownloadv#{version}Dockside.dmg", verified: "github.comPrajwalSDDockside" diff --git a/Casks/e/elecom-mouse-util.rb b/Casks/e/elecom-mouse-util.rb index 6886c6fcf..bbbe3d694 100644 --- a/Casks/e/elecom-mouse-util.rb +++ b/Casks/e/elecom-mouse-util.rb @@ -1,6 +1,6 @@ cask "elecom-mouse-util" do - version "5.2.14.001" - sha256 "13509b196c273b6dfef07abf6c20a19c4e9040d8715c154edac367fe7acb1a39" + version "5.2.15.000" + sha256 "3ab7a2c3338736821be294dd5a4e5d5633e367bd2c51248e3ceee55be8c3e5bb" url "https://dl.elecom.co.jp/support/download/peripheral/mouse/assistant/mac/ELECOM_Mouse_Installer_#{version}.zip" name "ELECOM Mouse Assistant" diff --git a/Casks/e/electron.rb b/Casks/e/electron.rb index 10a51be03..0c40343a0 100644 --- a/Casks/e/electron.rb +++ b/Casks/e/electron.rb @@ -1,9 +1,9 @@ cask "electron" do arch arm: "arm64", intel: "x64" - version "33.2.0" - sha256 arm: "b78ec0f21a12effc6830b6ac70a71e226f3898dd1c2449b5230e071211fb4a73", - intel: "08a345c459103334643df9a093c4eab73eb3bd57bc86e75ca46e8e38b94bb2eb" + version "33.2.1" + sha256 arm: "15615ce68c1a31b0db186af8607c00a30e3f64e63642aab735b4997d0fab7631", + intel: "d4ba6779efea1034b98d6ad3aef5388c16a4fe2f8938cbeb6a6547ebfe4c7bda" url "https:github.comelectronelectronreleasesdownloadv#{version}electron-v#{version}-darwin-#{arch}.zip", verified: "github.comelectronelectron" diff --git a/Casks/e/emacs@nightly.rb b/Casks/e/emacs@nightly.rb index 1e1fac186..c14cc04fc 100644 --- a/Casks/e/emacs@nightly.rb +++ b/Casks/e/emacs@nightly.rb @@ -1,8 +1,8 @@ cask "emacs@nightly" do arch arm: "arm64-11", intel: "x86_64-10_12" - version "2024-11-26_00-09-08,83968cbeee06cc0fff932d5052e431b478276841" - sha256 "60c8e668e499e72644526e0aaabd41fc0b6a1f0858233e228c169a0144a4ade5" + version "2024-11-27_00-09-08,64c289590b56ea08d646b74f1a4b5de0a1faa2e2" + sha256 "4f2dd1ce02640ab9d43f1c02a9c65dc804fb68a02192c6264665b84824fba6bf" url "https://emacsformacosx.com/emacs-builds/Emacs-#{version.csv.first}-#{version.csv.second}-universal.dmg" name "Emacs" diff --git a/Casks/e/emclient.rb b/Casks/e/emclient.rb index cc398b93f..1b718696c 100644 --- a/Casks/e/emclient.rb +++ b/Casks/e/emclient.rb @@ -1,6 +1,6 @@ cask "emclient" do - version "10.1.4813" - sha256 "5baa886973dfe9c1a585f4902238ab780998acb298147f44f0ebde4f3108babb" + version "10.1.4828" + sha256 "ff06ef33d5a034eb480fcad16a9d9268ba8aa6ad4f0b6819341ffca83a03c688" url "https://cdn-dist.emclient.com/dist/v#{version}_Mac/setup.pkg" name "eM Client" diff --git a/Casks/f/firealpaca.rb b/Casks/f/firealpaca.rb index 01461667c..1ef944038 100644 --- a/Casks/f/firealpaca.rb +++ b/Casks/f/firealpaca.rb @@ -1,5 +1,5 @@ cask "firealpaca" do - version "2.13.3" + version "2.13.4" sha256 :no_check url "https://firealpaca.com/download/mac", @@ -13,7 +13,7 @@ strategy :header_match end - app "FireAlpaca.app" + app "FireAlpacaMac_#{version.dots_to_underscores}.app" zap trash: "~/Library/Application Support/FireAlpaca" diff --git a/Casks/f/firefox@beta.rb b/Casks/f/firefox@beta.rb index 46fb89e4d..017004514 100644 --- a/Casks/f/firefox@beta.rb +++ b/Casks/f/firefox@beta.rb @@ -1,92 +1,92 @@ cask "firefox@beta" do - version "134.0b1" + version "134.0b2" language "cs" do - sha256 "d18257036c863126a1fd11c2a89aa2880a5cbbff4265f4479ca537da6cd7a052" + sha256 "89668c550b1ff93e3e413664667dfb7fe595a364914320eddaa808e18ddddd1a" "cs" end language "de" do - sha256 "178b3817913ba5c9c6832f17a9579da79d7890a667219cd3edaa766e21e89431" + sha256 "4dd4fd1c1d3b8dd7777e238692d3ea6f923128fab247ec3351c2f09cdb81dd8c" "de" end language "en-CA" do - sha256 "5e1b55fd11868f9d310c268ea836057ce504e80fc421fac8d72562425a86174d" + sha256 "4382c10e48c561857c667514c478179b31af1ac7156c6c84833dc58dd43363e0" "en-CA" end language "en-GB" do - sha256 "7006e89cc4d40fe6504eeec1db74f6200fab90250d3b49cc27980e1e9b993563" + sha256 "274cdba67c8e953b5e58aba3a3da81b64fcbdf13b3768f506d625e9cbdd697a7" "en-GB" end language "en", default: true do - sha256 "353be1c3e12b2b04aec11ba814e462dded1e0f5dbf549bde47c707749b598a41" + sha256 "0ea40721a5bb12c5cca52de7da80fcc7885fca93c93fb6527e6cffa004b1f430" "en-US" end language "es-AR" do - sha256 "1c36ad60adfb307b545cb1375d6667552f5edc53d45f860993fd98e0b4abfe0b" + sha256 "893e430057522f41977e7c0a211043fc1b727768e3a3918e09d9e6fc4721ab25" "es-AR" end language "es-CL" do - sha256 "e7f601214480a01edec70908e78eeb397ce837316ace1109f5536ce775cfcc6b" + sha256 "43b0a99f0fce2e649a52fa19aa5cef9b94d4b8ec58d35ce3b123477bf5be0025" "es-CL" end language "es-ES" do - sha256 "8126a5d7290a5a8ea966f26db8fdd25a16b51b9222bb7c7179c9e98fecbb2fea" + sha256 "b10aef33b681e96bdeb8b333d62f3fc92aad8b140428e78551c51154035b230a" "es-ES" end language "fi" do - sha256 "7588a9544dfa28e947e368ed28f4184628d241182564b6755f470a99853a950e" + sha256 "42ab42299ce4d5609c32df5a524a6da9c0297796a56cc701e97a8376ea507243" "fi" end language "fr" do - sha256 "12329f19e9bc339e2611560649261a6cff58ad5e2fe8becb0f3a7983e80aaeba" + sha256 "a720ecbf59f965a4f8b21d4e503624b57e07a25b55f7ff70fea7d4dbb2a204f9" "fr" end language "gl" do - sha256 "d4178855eb6d839f0b6687fd818fe4a1ee7320548a551ac9b8d96bae0704c2eb" + sha256 "366315b3826aa0f8853138839dc27b7cdbd0e3de89002cdca29b3f8919c0aa1a" "gl" end language "in" do - sha256 "bde8931ed0da928b7071ee5fe09b4a625f013b8b5a8c447ef5b82c9ea51faa53" + sha256 "9eb1304e0da31607c50386607509c972600ab4812e9e3571f42ced299fca1395" "hi-IN" end language "it" do - sha256 "a90918f1c877ae9433e993531d8947064c9dc9d730ef5ec7a8a06be01df59625" + sha256 "262f337eede19cc2fd69941cb39e2bcd8b5c406b241e2307bc482bee3660bfa2" "it" end language "ja" do - sha256 "650120cf394dc75b76ae42edf706c89860c1b6f88ef3e298b77e65f9b5548d92" + sha256 "7cf07a6ae2df52b6976540d7c5726ac9129d6d14b5a4ee3856ee235f8d277671" "ja-JP-mac" end language "nl" do - sha256 "43fc760ee230d4103badc048ab98736817821bea171850749140d442e402cddc" + sha256 "5998febaafd9b7baa884e19998de44dc60889332682493db89ea83bec6310cb5" "nl" end language "pl" do - sha256 "d218fceee17d99f3b33193201e22a5afb0ec70062af9ed98a7e561b2f0fde517" + sha256 "2ed5eaeefcf7845024fb7346bdb17b1e1631846438cde6426277107ef2db5574" "pl" end language "pt-BR" do - sha256 "7bb64ac667e88a08dbd55c4c68cb0bae80919c0ab14fd7fed6b5002b19b6b2aa" + sha256 "ab5a296a682e99019fb8eb9d9edae3974883caa6de91df0354ea0b4cd594306c" "pt-BR" end language "pt" do - sha256 "ebc17a2049cb3a8e5024d89b2989f7550230723a17856c2a5ed8dacc281d746a" + sha256 "e7b9eaa6746ac69c5616fc41a99b984c18d5fd0e1627e7e6f39a652ca5ec8961" "pt-PT" end language "ru" do - sha256 "0e21f92d008092bd7e2215bebb4d5dfd29583a04828d854bd9911ebf373a510d" + sha256 "9a4c03bf4a24e3000b318f9b93c50aea5308a04ce849cde081740611bd9d3d5e" "ru" end language "uk" do - sha256 "d26931f2267e34f7b561e31e49a54134bf9768f7779a388df5f1cbab6e57ed05" + sha256 "77e9b9ebb28c2ee9ecb6fff6db5844ed2fa0810e5297719e64076fcdff12ec8a" "uk" end language "zh-TW" do - sha256 "08bd4ea2a00283781e213469feb9d969441703de6066c9870808a701d38d503c" + sha256 "ab055bc6a57459fc20ba7a4178d10f93944ac049513552e7de20b4078936526c" "zh-TW" end language "zh" do - sha256 "b38b24dcab022b21d935458e98e21656818f05867e5289ba1c424d88b640ae2a" + sha256 "ca52771125fbf535c677cf0f28be228e575272ff0a6f070dfd69aa5154ec9bee" "zh-CN" end diff --git a/Casks/f/firefox@developer-edition.rb b/Casks/f/firefox@developer-edition.rb index b9c07cb19..1f9121622 100644 --- a/Casks/f/firefox@developer-edition.rb +++ b/Casks/f/firefox@developer-edition.rb @@ -1,72 +1,72 @@ cask "firefox@developer-edition" do - version "134.0b1" + version "134.0b2" language "ca" do - sha256 "6a20b20a8fd220bdca1b17d7f7f8337290a6a98ddec154268b8f6784a8ecc836" + sha256 "24980e027af25bb720c3357afe850d1eec80de3445b1cca2229ca456b4286c55" "ca" end language "cs" do - sha256 "b8781bb4f1f28587ae0ec735b35036f2018a5b70587366099616314084339a9f" + sha256 "f3e6d870be1201cd3060682c72d7c20b75afc7af58f865e2df8c4ceea9b88c07" "cs" end language "de" do - sha256 "8cc33e699273e87ab6e278130a00671fc999bfa83dd34a57b31f6ad80b928e21" + sha256 "4296f2246beaa9ca0b63212bf8ecb18f06a1030b202c9f2b1a5557877b9c1cec" "de" end language "en-CA" do - sha256 "b9546ae67c74903b4c9394a2b7d8dbc6919270a718cf4ca73efa51c10dadcaad" + sha256 "3d1ea1d52f7964f65ce5b72d7954fed3618afb3711c6d19eaaa61fc62b54b00c" "en-CA" end language "en-GB" do - sha256 "3645e278a4abd27a754845496a9d534d0d0e4bfc2dc877aa1ef760182ff1dafb" + sha256 "63fb3458072eb35cccac4a8dfd22b70cbcb0a5f74668899a14714bbe1aa0f876" "en-GB" end language "en", default: true do - sha256 "fd61d8d3acc48f60d5c42b93422ad5ee27ea851f7c84b97aea371dab887cd96b" + sha256 "f7ec496202ae3f5ad7c8a5c58db520f5ee07f2b3a40b42a79b69d6ed2dab575c" "en-US" end language "es" do - sha256 "caceb62ca9904573aedb25949c3abaf938713d442ef053687d85c53af71b5c6a" + sha256 "56c871c0081198b4ade52757d30eb5569dae8fa5c34fba530b84f1126346d839" "es-ES" end language "fr" do - sha256 "bc4b7f253e557f49fd998ddd3e521aeb5c76154b0607eb99e7241a93b98e0348" + sha256 "4d7cd945bda86a5e8e6965195ab97c8b23df600cdd90b27d1cf023b8c2a015ab" "fr" end language "it" do - sha256 "fb5a99e218600b80c579a902fcf50ba04222475ad4abefd75c35633e64d3071b" + sha256 "e01417a931f9121110c1e1bb8bb16f9b05b9341bee5d352e6b769990af8d25ad" "it" end language "nl" do - sha256 "77da66144cd489bbf1830ec20040de243dbc47c71ffd9d997c1bfe3b5bd64701" + sha256 "656145d025c3eb12910127967eb9d96830b3f0a3c81b66293fe1e35840e03ce8" "nl" end language "ja" do - sha256 "7a07ff39303f2f0d1b342d5769dd701d8589c582050da8f9fcebd6af7b443e29" + sha256 "cd529042104cbd356fb9ec877820e977dda3fd38eed50dbbeffc2b77b488da3a" "ja-JP-mac" end language "pt-BR" do - sha256 "203bd2ff458567350ce70033f9630419802de46b0d1053ac639847d64043838b" + sha256 "c8e51784fa60b497e35e4becec936bc9647d87645395d9cca62ab02e892e7b48" "pt-BR" end language "ko" do - sha256 "594296a7533d6897cb4546644639a833cbc5f354c3742685547715c3586beda2" + sha256 "45240d61d56bcd7379a5098b009de086411371e4ab28c21099e658add29877bf" "ko" end language "ru" do - sha256 "99857b813564eee75780b79dae94311ad58daebae15378ee1d77956650b30253" + sha256 "9d9e04dbd045e5fe5bb8231d68b9e83505e7dd09f990c1800e58d3adedc053e3" "ru" end language "uk" do - sha256 "e5bf4233e045e92da4f94690ec10c90cfcffff390cdaf7ed1cf002dfa365c68b" + sha256 "9398550d379f5c8623be85b0c113c157db8371c690451bb1cea58793de07f796" "uk" end language "zh-TW" do - sha256 "c483669c38ab7de120a8fa20af48d5a21cc5f43a3df2ea0eefcead948d7a37ea" + sha256 "317daa548b848da2849687c6fdd064d6c3f85b24e46821802093bc5460b0c352" "zh-TW" end language "zh" do - sha256 "52b954badae2475ea4c0fabc274fd13bbf96937d94e3a4ca9832005e1c162099" + sha256 "c30ee55248a9547cf32d9b748545c9b1a1c99868402f3041200c8853622e0b3c" "zh-CN" end diff --git a/Casks/f/fixkey.rb b/Casks/f/fixkey.rb index 943530804..a8a6ed72f 100644 --- a/Casks/f/fixkey.rb +++ b/Casks/f/fixkey.rb @@ -1,6 +1,6 @@ cask "fixkey" do - version "1.5.0" - sha256 "52e322d6b1375e68e716e1abd62f60ae6d740a7f0316c83a2614ec528342615a" + version "1.9.9" + sha256 "9ca2de9079166a1c215dacc3f9590ace0d83c2c487c7a0bf1c5f3e6c9f974241" url "https://fixkey.download/fixkey%20#{version}.dmg", verified: "fixkey.download/" diff --git a/Casks/f/fleet.rb b/Casks/f/fleet.rb index 10a2962dd..0e639faf0 100644 --- a/Casks/f/fleet.rb +++ b/Casks/f/fleet.rb @@ -2,9 +2,9 @@ arch arm: "aarch64", intel: "x64" arch_suffix = on_arch_conditional arm: "-aarch64" - version "1.42.88" - sha256 arm: "49295ed76cc6670af9c9ce975ad84289aafaac2fd50a2e9068d7947d171c1313", - intel: "0713a04485f1c28a430628a06a3893c6e9cb68c72f5f2c14bd15b0e534d39664" + version "1.43.142" + sha256 arm: "21358d1e75aaaee83dc10a8843322b84e7e515632caae3c16cb7f54d8a71ec68", + intel: "6c112f2743364aa75d415ca25ca8ec1e58b7ac77afcce371f0e04a35ec963c06" url "https://download.jetbrains.com/fleet/installers/macos_#{arch}/Fleet-#{version}#{arch_suffix}.dmg" name "Fleet" diff --git a/Casks/f/freeshow.rb b/Casks/f/freeshow.rb index 2ca7a3278..b9fa33e70 100644 --- a/Casks/f/freeshow.rb +++ b/Casks/f/freeshow.rb @@ -1,9 +1,9 @@ cask "freeshow" do arch arm: "arm64", intel: "x64" - version "1.3.1" - sha256 arm: "ccd9e7b7f9abee395776e6930cbd384efef6bec05061fb7947fb5801863e4959", - intel: "a8113c2ccb0bfa03e7614495ffc96c7a66516030e94acfff4fc2a0dfc1af1085" + version "1.3.2" + sha256 arm: "68f15e1589b952de82301c5b60f88e684e7792809bb13c238c371958087cb82a", + intel: "7a747c7a8ef3ebe658349020c02f2b2e0433480633f6e8c287a001c02e150927" url "https:github.comChurchAppsFreeShowreleasesdownloadv#{version}FreeShow-#{version}-#{arch}.zip", verified: "github.comChurchApps" diff --git a/Casks/font/font-s/font-sketchybar-app-font.rb b/Casks/font/font-s/font-sketchybar-app-font.rb new file mode 100644 index 000000000..748dd746d --- /dev/null +++ b/Casks/font/font-s/font-sketchybar-app-font.rb @@ -0,0 +1,12 @@ +cask "font-sketchybar-app-font" do + version "2.0.28" + sha256 "e49ee3281aca67634c2e7c0261d898226149664e9842b7fe61af8c4726d1f1de" + + url "https:github.comkvndrsslrsketchybar-app-fontreleasesdownloadv#{version}sketchybar-app-font.ttf" + name "sketchybar-app-font" + homepage "https:github.comkvndrsslrsketchybar-app-font" + + font "sketchybar-app-font.ttf" + + # No zap stanza required +end \ No newline at end of file diff --git a/Casks/g/grammarly-desktop.rb b/Casks/g/grammarly-desktop.rb index bae7717f9..c7deb40f6 100644 --- a/Casks/g/grammarly-desktop.rb +++ b/Casks/g/grammarly-desktop.rb @@ -1,6 +1,6 @@ cask "grammarly-desktop" do - version "1.96.0.0" - sha256 "87984d656275ddb64123522c06453e022aaf2a43733382cfdbfaacb5123794bb" + version "1.97.1.0" + sha256 "06c291c9a8037cb5dbcb5f3a1573be36601f8c139a955513c6c1f103223bfe0c" url "https://download-mac.grammarly.com/versions/#{version}/Grammarly.dmg" name "Grammarly Desktop" diff --git a/Casks/g/grandtotal.rb b/Casks/g/grandtotal.rb index 8e5d73845..6c7a018fa 100644 --- a/Casks/g/grandtotal.rb +++ b/Casks/g/grandtotal.rb @@ -1,6 +1,6 @@ cask "grandtotal" do - version "9.0.0.13" - sha256 "aa7982c336744cce436a145f540fdafee90a294f04e038924d9bc742a59d0fb1" + version "9.0.0.15" + sha256 "62ae2197d6043c878ee5bfdaaa16eea695c84ab345bd3f619da0770e7582d33c" url "https://www.mediaatelier.com/GrandTotal#{version.major}/GrandTotal_#{version}.dmg" name "GrandTotal" diff --git a/Casks/h/herd.rb b/Casks/h/herd.rb index 46a7d663b..a458525e4 100644 --- a/Casks/h/herd.rb +++ b/Casks/h/herd.rb @@ -1,6 +1,6 @@ cask "herd" do - version "1.12.0" - sha256 "5cbd08bc5a9e394ab073b7c0dc63e89fa279c4104c0b3ca387063e30fb3aaf8b" + version "1.13.0" + sha256 "597a5b749acaf51dd4e2b4755bd1fb041454746002eef4a9de361fa9175aea04" url "https://download.herdphp.com/app_versions/Herd_#{version}.dmg", verified: "download.herdphp.com/app_versions/" diff --git a/Casks/h/hydrus-network.rb b/Casks/h/hydrus-network.rb index f39d27e07..51dd92611 100644 --- a/Casks/h/hydrus-network.rb +++ b/Casks/h/hydrus-network.rb @@ -1,6 +1,6 @@ cask "hydrus-network" do - version "599" - sha256 "6369d72088b74246ddf17dd0f64454a35e1aafeac7b788ca7a7e2412c5d4167f" + version "600" + sha256 "be3f0d282d087321ebfbcc79553e3ecf4082467f317191d616275f560faef753" url "https:github.comhydrusnetworkhydrusreleasesdownloadv#{version}Hydrus.Network.#{version}.-.macOS.-.App.dmg", verified: "github.comhydrusnetworkhydrus" diff --git a/Casks/i/inso.rb b/Casks/i/inso.rb index 9701f1e7a..8d77fa0eb 100644 --- a/Casks/i/inso.rb +++ b/Casks/i/inso.rb @@ -1,6 +1,6 @@ cask "inso" do - version "10.1.1" - sha256 "3a633d9f8206826d89c40ef8f0640b3cbc3ae0ddf4b7efffdbfe927a567d98b0" + version "10.2.0" + sha256 "d03b42ca0bdcf867014e9cd012b6f2b22d66babb816ca21ccf749799d8cb013f" url "https:github.comKonginsomniareleasesdownloadcore%40#{version}inso-macos-#{version}.zip", verified: "github.comKonginsomnia" @@ -8,12 +8,10 @@ desc "CLI HTTP and GraphQL Client" homepage "https:insomnia.restproductsinso" - # Upstream previously used a date-based version scheme (e.g., `2023.5.8`) - # before switching to a typical `8.1.0` format. The date-based versions are - # numerically higher, so we have to avoid matching them. livecheck do url :url - regex(^core@v?(\d{1,3}(?:\.\d+)+)$i) + regex(^core@v?(\d+(?:\.\d+)+)$i) + strategy :github_latest end conflicts_with cask: "inso@beta" diff --git a/Casks/i/inso@beta.rb b/Casks/i/inso@beta.rb index 2bee816d7..f7eabb7f8 100644 --- a/Casks/i/inso@beta.rb +++ b/Casks/i/inso@beta.rb @@ -9,9 +9,18 @@ homepage "https:insomnia.restproductsinso" livecheck do - url "https:github.comKonginsomniareleases?q=prerelease%3Atrue+Inso+CLI" - regex(%r{href=["']?[^"' >]*?tagcore%40([^"' >]+?)["' >]}i) - strategy :page_match + url :url + regex(^core@v?(\d+(?:\.\d+)+(?:[._-](?:beta|rc)[._-]?\d*)?)$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 + end end conflicts_with cask: "inso" diff --git a/Casks/i/insomnia.rb b/Casks/i/insomnia.rb index 541615862..53c285036 100644 --- a/Casks/i/insomnia.rb +++ b/Casks/i/insomnia.rb @@ -1,6 +1,6 @@ cask "insomnia" do - version "10.1.1" - sha256 "b29efc3e6e959a67a7c07c739b89412917b9d6477b099b46810e97db275e9cbc" + version "10.2.0" + sha256 "627cb9470b7c5c74ccefb0c7e005e663c56d67dd85ee301d356fa9a253de3c99" url "https:github.comKonginsomniareleasesdownloadcore%40#{version}Insomnia.Core-#{version}.dmg", verified: "github.comKonginsomnia" @@ -8,12 +8,10 @@ desc "HTTP and GraphQL Client" homepage "https:insomnia.rest" - # Upstream previously used a date-based version scheme (e.g., `2023.5.8`) - # before switching to a typical `8.1.0` format. The date-based versions are - # numerically higher, so we have to avoid matching them. livecheck do url :url - regex(^core@v?(\d{1,3}(?:\.\d+)+)$i) + regex(^core@v?(\d+(?:\.\d+)+)$i) + strategy :github_latest end auto_updates true diff --git a/Casks/i/insomnia@alpha.rb b/Casks/i/insomnia@alpha.rb index 9ffd237de..704f29e73 100644 --- a/Casks/i/insomnia@alpha.rb +++ b/Casks/i/insomnia@alpha.rb @@ -10,7 +10,7 @@ livecheck do url :url - regex(^core@v?(\d+(?:\.\d+)+[._-](?:alpha|beta|rc)[._-]?\d*)$i) + regex(^core@v?(\d+(?:\.\d+)+(?:[._-](?:alpha|beta|rc)[._-]?\d*)?)$i) strategy :github_releases do |json, regex| json.map do |release| next if release["draft"] diff --git a/Casks/i/ishare.rb b/Casks/i/ishare.rb new file mode 100644 index 000000000..21dcb66cd --- /dev/null +++ b/Casks/i/ishare.rb @@ -0,0 +1,24 @@ +cask "ishare" do + version "4.0.1" + sha256 "b087166c250b94147c80b65056e1a782acc5077830bbf22af973a55cff13fe28" + + url "https:github.comcastdrianisharereleasesdownloadv#{version}ishare.dmg" + name "ishare" + desc "Screenshot capture utility" + homepage "https:github.comcastdrianishare" + + livecheck do + url :url + regex(v?(\d+(?:\.\d+)+)i) + end + + depends_on macos: ">= :sequoia" + + app "ishare.app" + + zap trash: [ + "~LibraryApplication Scriptsdev.adrian.ishare.sharemenuext", + "~LibraryContainersdev.adrian.ishare.sharemenuext", + "~LibraryPreferencesdev.adrian.ishare.plist", + ] +end \ No newline at end of file diff --git a/Casks/i/iterm2@nightly.rb b/Casks/i/iterm2@nightly.rb index c6178ffc3..fd0d59224 100644 --- a/Casks/i/iterm2@nightly.rb +++ b/Casks/i/iterm2@nightly.rb @@ -1,7 +1,7 @@ cask "iterm2@nightly" do # NOTE: "2" is not a version number, but an intrinsic part of the product name - version "3_5_20241125" - sha256 "0d43275cd425be26aad102360123171cff1451360ba60a32e22e84cbadad876f" + version "3_5_20241127" + sha256 "91c30800072eed04590ce4ea061d5b50948d3231448114b4e11c2aa550885467" url "https://iterm2.com/nightly/iTerm2-#{version}-nightly.zip" name "iTerm2" diff --git a/Casks/j/julia@lts.rb b/Casks/j/julia@lts.rb index 1457e147f..7c71dc693 100644 --- a/Casks/j/julia@lts.rb +++ b/Casks/j/julia@lts.rb @@ -1,6 +1,6 @@ cask "julia@lts" do - version "1.10.6" - sha256 "e07d798022fcc84b7208fb815ae094250a914c18ce825b3f35c2fddc4c69a280" + version "1.10.7" + sha256 "fdf0dedfab45571ef41e9ad5003b41804bd1f8ade82b149f99693170db17261f" url "https://julialang-s3.julialang.org/bin/mac/x64/#{version.major_minor}/julia-#{version}-mac64.dmg" name "Julia" diff --git a/Casks/j/juxtacode.rb b/Casks/j/juxtacode.rb index 97c62b8c8..e479017b8 100644 --- a/Casks/j/juxtacode.rb +++ b/Casks/j/juxtacode.rb @@ -1,6 +1,6 @@ cask "juxtacode" do - version "1.1.4" - sha256 "46b0a3af2e02f4683babddad6ad788bc2d3ea6a4e6b441e05ac57abead2fe89b" + version "1.1.5" + sha256 "7efa66abe8868114ff9f527962a6a86d813054bdd951ad63b3532f9b8d0189c0" url "https://appcast.juxtacode.app/juxtacode-#{version}.zip" name "JuxtaCode" diff --git a/Casks/k/keycastr.rb b/Casks/k/keycastr.rb index 314e52d82..a0786ea90 100644 --- a/Casks/k/keycastr.rb +++ b/Casks/k/keycastr.rb @@ -1,6 +1,6 @@ cask "keycastr" do - version "0.10.1" - sha256 "11afd0b5888cec9d867394fc33e5a2cd206b826849f8d5b87ab9f6039f209549" + version "0.10.2" + sha256 "b7c86d07fd485849c492d300b0cfefc32a2e9750adffd53295f0541d29296b23" url "https:github.comkeycastrkeycastrreleasesdownloadv#{version}KeyCastr.app.zip" name "KeyCastr" diff --git a/Casks/l/languagetool.rb b/Casks/l/languagetool.rb index 84429deb7..ab1d4189a 100644 --- a/Casks/l/languagetool.rb +++ b/Casks/l/languagetool.rb @@ -1,6 +1,6 @@ cask "languagetool" do - version "2.2.5" - sha256 "7aa187428dc6239caf16ac79ca30b255a3d46923f6639e93db95569ee83653e9" + version "2.2.6" + sha256 "c23b0d6d6eb2240a3b1db0f13899d99a72e53ca3a791a9358472d9b5c5daa4a6" url "https:languagetool.orgdownloadmac-appLanguageToolDesktop-#{version}.dmg" name "LanguageTool for Desktop" diff --git a/Casks/l/lark.rb b/Casks/l/lark.rb index 5a717a432..8cfbd4b83 100644 --- a/Casks/l/lark.rb +++ b/Casks/l/lark.rb @@ -2,12 +2,12 @@ arch arm: "arm64", intel: "x64" on_arm do - version "7.30.10,5e00453a" - sha256 "2f4a6f3e02ddc66a6c3e7bb5a1423964e0c5765e50ba913cbbc327326a4d51c7" + version "7.31.9,ea17332e" + sha256 "bf17f2a235537ee30eb6def712c74a3dc32edd77a2e2106b9dcdbc9faafb8e92" end on_intel do - version "7.30.10,1a88cf4b" - sha256 "d3a545d006d1089c5caae1c58d6de25887e1932e177922f46b48279b34fbe9d4" + version "7.31.9,d2817168" + sha256 "d6e081673094cc041b00f509f4d1f535d8ceeee0b94d4add4fb3668dac268b96" end url "https://sf16-va.larksuitecdn.com/obj/lark-artifact-storage/#{version.csv.second}/Lark-darwin_#{arch}-#{version.csv.first}-signed.dmg", diff --git a/Casks/l/loginputmac.rb b/Casks/l/loginputmac.rb index 8dde5b60a..a2118ae7f 100644 --- a/Casks/l/loginputmac.rb +++ b/Casks/l/loginputmac.rb @@ -1,6 +1,6 @@ cask "loginputmac" do - version "3.4.1,12511" - sha256 "cce09eba80ea455b65271526946a711b56d834ce44170248b632cbd51270a186" + version "3.4.2,12531" + sha256 "2a7df87a79b109a5166af8dcf6acd1fc9aa36133d907ec60eb7bc8747cd4b103" url "https://loginput-mac2.totest.top/LogInputMac#{version.csv.first.major}.app#{version.csv.second}.zip", verified: "loginput-mac2.totest.top/" diff --git a/Casks/l/lunarbar.rb b/Casks/l/lunarbar.rb index c59b77b25..ea6645395 100644 --- a/Casks/l/lunarbar.rb +++ b/Casks/l/lunarbar.rb @@ -1,6 +1,6 @@ cask "lunarbar" do - version "1.4.0" - sha256 "f690976d080c5a3bd7a3fac49873ce6282f80c640270bfab813015ebfd6922f7" + version "1.4.1" + sha256 "8e48b51fde0cfc4cce5ae4566593e2301e20835befedb4821237c3c361272ef3" url "https:github.comLunarBar-appLunarBarreleasesdownloadv#{version}LunarBar-#{version}.dmg" name "LunarBar" diff --git a/Casks/m/markedit.rb b/Casks/m/markedit.rb index 0f7044e41..48be4bb3a 100644 --- a/Casks/m/markedit.rb +++ b/Casks/m/markedit.rb @@ -1,6 +1,6 @@ cask "markedit" do - version "1.20.3" - sha256 "01481346f1e9388b2180fc24cd469cd41ee76c5d760ad4b99bbf8c8459e9225a" + version "1.21.0" + sha256 "aa4dfbd5eac446e100b8179bda089625bd511b76df7bed81c9ab4fa8ea00a7e1" url "https:github.comMarkEdit-appMarkEditreleasesdownloadv#{version}MarkEdit-#{version}.dmg" name "MarkEdit" diff --git a/Casks/m/melodics.rb b/Casks/m/melodics.rb index 857840123..ae608c734 100644 --- a/Casks/m/melodics.rb +++ b/Casks/m/melodics.rb @@ -1,6 +1,6 @@ cask "melodics" do - version "4.0.2429,4BF9B4AD-2066-467A-8B9B-9F25FD4D73B9" - sha256 "5cf414946bf336aa32e1ee6f0503f0f9d6e9cc02b3922b6e68fdfc846e7078c2" + version "4.1.1,52F06630-379A-448F-A909-C2811696F963" + sha256 "317ab2b0994374f47e6c456fa5f1b03efe46df445c3c0d15928bd57b9c900016" url "https://web-cdn.melodics.com/download/#{version.csv.second}.zip" name "Melodics" diff --git a/Casks/m/microsoft-edge@canary.rb b/Casks/m/microsoft-edge@canary.rb index 689c83ca7..4b99cc950 100644 --- a/Casks/m/microsoft-edge@canary.rb +++ b/Casks/m/microsoft-edge@canary.rb @@ -2,12 +2,12 @@ linkid = on_arch_conditional arm: "2093293", intel: "2069147" on_arm do - version "133.0.2980.0,6dee4585-5ac8-4be1-96ff-f8e058528bab" - sha256 "426de6a1fdef3cc8cb0992f6f2d5e5412a680438745b2086bff5cc9cf4a2f7fc" + version "133.0.2982.0,3bcce200-e9a9-4366-aadf-8324f2b2c82f" + sha256 "e2b22797a418c7ec8f15e1e9c0055b003b5357f06e013a13396edfe8ff2b3420" end on_intel do - version "133.0.2980.0,fd0a417c-137b-425f-8bba-68e2ad2af07c" - sha256 "ddf3e6845292b85800996e0d3606514a2c7575bd7d36f3f64bab4574bb95e297" + version "133.0.2982.0,0b7ff1c8-33db-49bf-9959-e051b9cf2135" + sha256 "ba644f417732fe900d04e0e3998afab4daad5d65b0fb658490f490c90e7c2f21" end url "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/#{version.csv.second}/MicrosoftEdgeCanary-#{version.csv.first}.pkg" diff --git a/Casks/m/mixin.rb b/Casks/m/mixin.rb index 467ef1f5f..a4c55b910 100644 --- a/Casks/m/mixin.rb +++ b/Casks/m/mixin.rb @@ -1,6 +1,6 @@ cask "mixin" do - version "1.15.2" - sha256 "7eac1700c075a0a8acfe9164e9f08effc31c997ad44a133fcb57ba32b8ac6dd6" + version "1.15.5" + sha256 "b4f6d4eaf350994157857ad51f61dcd2833750eae2f8178c04f9ec9e390f7caf" url "https:github.comMixinNetworkflutter-appreleasesdownloadv#{version}mixin-#{version}.dmg" name "Mixin Messenger Desktop" diff --git a/Casks/m/mixxx.rb b/Casks/m/mixxx.rb index a721e5a4f..57a891687 100644 --- a/Casks/m/mixxx.rb +++ b/Casks/m/mixxx.rb @@ -1,9 +1,9 @@ cask "mixxx" do arch arm: "arm", intel: "intel" - version "2.4.1" - sha256 arm: "c9ad0bd7c02ac02a70d1d36a30f197945bdde2073b5dbf1e67badb310e3abd95", - intel: "b4d43050b9462b510218c75a730e8c46f059ed9d723caf7fedae469e519d1c7e" + version "2.4.2" + sha256 arm: "a5cac975e2c6b3f98d4881404034afcb7ee995cb5f787c314b88795adb130b9c", + intel: "8b5e5eb9f71fe23ad82aa563b6014c2d4ca6ca72085a913936e996e1bc30038e" url "https://downloads.mixxx.org/releases/#{version}/mixxx-#{version}-macos#{arch}.dmg" name "Mixxx" diff --git a/Casks/m/moneymoney.rb b/Casks/m/moneymoney.rb index 2b6d802bf..37b82e2f4 100644 --- a/Casks/m/moneymoney.rb +++ b/Casks/m/moneymoney.rb @@ -1,5 +1,5 @@ cask "moneymoney" do - version "2.4.43" + version "2.4.44" sha256 :no_check url "https://service.moneymoney-app.com/1/MoneyMoney.zip" diff --git a/Casks/m/mongodb-compass@beta.rb b/Casks/m/mongodb-compass@beta.rb index e349954d3..26195ffb6 100644 --- a/Casks/m/mongodb-compass@beta.rb +++ b/Casks/m/mongodb-compass@beta.rb @@ -5,15 +5,22 @@ sha256 arm: "d4c60748754e526da986e39be9a782c1450d9b4970b9134119add0bc5ff9fdcf", intel: "4b84763d68f3606f124198fd2296d5e0248791bb3de5330b0c32c6a28b263c5d" - url "https:downloads.mongodb.comcompassbetamongodb-compass-#{version}-darwin-#{arch}.dmg" + url "https://downloads.mongodb.com/compass/beta/mongodb-compass-#{version}-darwin-#{arch}.dmg" name "MongoDB Compass" desc "GUI for MongoDB" - homepage "https:www.mongodb.comtrydownloadcompass" + homepage "https://www.mongodb.com/try/download/compass" livecheck do - url "https:github.commongodb-jscompassreleases?q=prerelease%3Atrue&expanded=true" - regex(%r{href=["']?[^"' >]*?tag\D*?(\d+(?:\.\d+)+-beta\.\d)[^"' >]*?["' >]}i) - strategy :page_match + url "https://info-mongodb-com.s3.amazonaws.com/com-download-center/compass.json" + regex(/^v?(\d+(?:\.\d+)+[._-]beta[._-]\d+)$/i) + strategy :json do |json, regex| + json["versions"]&.map do |item| + match = item["_id"]&.match(regex) + next if match.blank? + + match[1] + end + end end depends_on macos: ">= :catalina" @@ -21,9 +28,9 @@ app "MongoDB Compass Beta.app" zap trash: [ - "~.mongodb", - "~LibraryApplication SupportMongoDB Compass Beta", - "~LibraryPreferencescom.mongodb.compass.beta.plist", - "~LibrarySaved Application Statecom.mongodb.compass.beta.savedState", + "~/.mongodb", + "~/Library/Application Support/MongoDB Compass Beta", + "~/Library/Preferences/com.mongodb.compass.beta.plist", + "~/Library/Saved Application State/com.mongodb.compass.beta.savedState", ] end \ No newline at end of file diff --git a/Casks/n/nova.rb b/Casks/n/nova.rb index 4e783bdd1..30591c280 100644 --- a/Casks/n/nova.rb +++ b/Casks/n/nova.rb @@ -1,6 +1,6 @@ cask "nova" do - version "12" - sha256 "a5d9ba06e84a0e8a44ac13187ce7aaba17ab073fb0aaab9cd63f575433648b8b" + version "12.1" + sha256 "046366bd974f8c8e276f306f7346a8761a2a98dd369248e282298336ee48c129" url "https://download-cdn.panic.com/nova/Nova%20#{version}.zip", verified: "download-cdn.panic.com/nova/" diff --git a/Casks/o/openscad@snapshot.rb b/Casks/o/openscad@snapshot.rb index 13018b608..82e5cfe98 100644 --- a/Casks/o/openscad@snapshot.rb +++ b/Casks/o/openscad@snapshot.rb @@ -1,6 +1,6 @@ cask "openscad@snapshot" do - version "2024.11.25" - sha256 "5623283e89f1d7256235c4db341f39f54a56c0c95294cf07897a1e24072c42e4" + version "2024.11.27" + sha256 "88d4aec74154f89fe718283477332ffc80d3a4b68336a193319673f51c915ad7" url "https://files.openscad.org/snapshots/OpenSCAD-#{version}.dmg" name "OpenSCAD" diff --git a/Casks/o/opera.rb b/Casks/o/opera.rb index ce6d76544..fd1357335 100644 --- a/Casks/o/opera.rb +++ b/Casks/o/opera.rb @@ -1,6 +1,6 @@ cask "opera" do - version "114.0.5282.222" - sha256 "c0714394afbc547bc4ff36ae11ae9100f87b3c7e3791a11b96a5d56197785c38" + version "115.0.5322.68" + sha256 "2f8c1226668a57fe8dee6e5eb98ff6c45a8bb2d42970083c050ae62037070638" url "https://get.geo.opera.com/pub/opera/desktop/#{version}/mac/Opera_#{version}_Setup.dmg" name "Opera" diff --git a/Casks/o/ovito-pro.rb b/Casks/o/ovito-pro.rb index 8b6e70c26..92daac4dc 100644 --- a/Casks/o/ovito-pro.rb +++ b/Casks/o/ovito-pro.rb @@ -1,9 +1,9 @@ cask "ovito-pro" do arch arm: "arm64", intel: "intel" - version "3.11.1" - sha256 arm: "80bef544e08a7997b910f589266caf571da87fc0a05b21ec13b5826bdeff2da5", - intel: "31640adc8c4bb8a4da6f484c4ed4d889e9fa26737bca41b7b3a0640d7fdd6187" + version "3.11.2" + sha256 arm: "1284969d513894f10c28a58c5855fb73a5c08fe3bce421e165dab0391a339f1c", + intel: "8b940c4a070c26ac0d6fcae5c98dd19fc17547b33d65eccf2db0c11cc71a9c61" url "https://www.ovito.org/download/master/ovito-pro-#{version}-macos-#{arch}.dmg" name "OVITO Pro" diff --git a/Casks/o/ovito.rb b/Casks/o/ovito.rb index 3213867bb..4664b74b1 100644 --- a/Casks/o/ovito.rb +++ b/Casks/o/ovito.rb @@ -1,9 +1,9 @@ cask "ovito" do arch arm: "arm64", intel: "intel" - version "3.11.1" - sha256 arm: "161a8c6c22097231ececbcba08313058cc35276e49ccc9b1cf776f8adb154403", - intel: "56b67d9f606f897188532da513b3e032b909295fd47650d6e924651ed6cf1d7e" + version "3.11.2" + sha256 arm: "7afc455004249482ad59497bf37f3140a5ac59c7cda464453292528dbfcb5299", + intel: "0d09da86432a33c8b9da9253790ba8c0a8d1c8d796da3e4320e77e7dbcd6f270" url "https://www.ovito.org/download/master/ovito-basic-#{version}-macos-#{arch}.dmg" name "OVITO" diff --git a/Casks/o/oxygen-xml-developer.rb b/Casks/o/oxygen-xml-developer.rb index 408c8746f..d7642501d 100644 --- a/Casks/o/oxygen-xml-developer.rb +++ b/Casks/o/oxygen-xml-developer.rb @@ -1,5 +1,5 @@ cask "oxygen-xml-developer" do - version "26.1,2024091606" + version "27.0,2024112212" sha256 :no_check # required as upstream package is updated in-place url "https://archives.oxygenxml.com/Oxygen/Developer/InstData#{version.csv.first}/MacOSX/VM/oxygenDeveloper-openjdk.dmg" diff --git a/Casks/o/oxygen-xml-editor.rb b/Casks/o/oxygen-xml-editor.rb index 6cc273bae..83d6bc830 100644 --- a/Casks/o/oxygen-xml-editor.rb +++ b/Casks/o/oxygen-xml-editor.rb @@ -1,5 +1,5 @@ cask "oxygen-xml-editor" do - version "26.1,2024091606" + version "27.0,2024112212" sha256 :no_check # required as upstream package is updated in-place url "https://archives.oxygenxml.com/Oxygen/Editor/InstData#{version.csv.first}/MacOSX/VM/oxygen-openjdk.dmg" diff --git a/Casks/p/pearcleaner.rb b/Casks/p/pearcleaner.rb index ac3eea5ca..abcf427df 100644 --- a/Casks/p/pearcleaner.rb +++ b/Casks/p/pearcleaner.rb @@ -1,6 +1,6 @@ cask "pearcleaner" do - version "4.0.0" - sha256 "901f72042b387a018601f69a7b00861cdc6cdc15e64a714a4f98fda8e69f0563" + version "4.0.1" + sha256 "3cfdd05bf08e177ae8ba7cecadc2607224395822c750265ae0487a00c36eef08" url "https:github.comalienator88Pearcleanerreleasesdownload#{version}Pearcleaner.zip", verified: "github.comalienator88Pearcleaner" diff --git a/Casks/p/phoenix-code.rb b/Casks/p/phoenix-code.rb index d5144d30c..1a1666fce 100644 --- a/Casks/p/phoenix-code.rb +++ b/Casks/p/phoenix-code.rb @@ -1,9 +1,9 @@ cask "phoenix-code" do arch arm: "aarch64", intel: "x64" - version "3.9.4" - sha256 arm: "458c01fb1dcee88b087436902ea5b574d360517fc5c39dc0e12647002de5b956", - intel: "d45ab1c10a97f02557d98e1d371a154ce294fac497b8effe48f122713bc5a3fa" + version "3.10.0" + sha256 arm: "eae61c3b2b2907268a388d0faa6723b22c789abb061799dab9c9a19a7708cc9f", + intel: "08c030b89bb242475b9d98b028971fcf08877430946a7bbd2a52b122316ba1a1" url "https:github.comphcode-devphoenix-desktopreleasesdownloadprod-app-v#{version}Phoenix.Code_#{version}_#{arch}.dmg", verified: "github.comphcode-devphoenix-desktop" diff --git a/Casks/p/pinegrow.rb b/Casks/p/pinegrow.rb index be7582f20..fd132ba22 100644 --- a/Casks/p/pinegrow.rb +++ b/Casks/p/pinegrow.rb @@ -1,9 +1,9 @@ cask "pinegrow" do arch arm: "ARM64", intel: "X64" - version "8.1" - sha256 arm: "c0e45afc2252cf63104ee803deecbc702c72c89f313bfa5c9338083d36cf161f", - intel: "d80500868616af77e419649e21b1371b8a2632f4ff63a689070edc578255dcff" + version "8.2" + sha256 arm: "cd569ec4bc60639c2a6326ce2efca7c58ffcef2ecfaf814ce87cc0100803cea6", + intel: "3b0d631c2fc4e3a62671216c916a9f4f1be31139998bc45ee4aa144af2097913" url "https://download.pinegrow.com/PinegrowMac#{arch}.#{version}.dmg" name "Pinegrow" diff --git a/Casks/p/pitch.rb b/Casks/p/pitch.rb index fd5881fba..5753a13d3 100644 --- a/Casks/p/pitch.rb +++ b/Casks/p/pitch.rb @@ -1,6 +1,6 @@ cask "pitch" do - version "2.50.0,stable.1,6925466" - sha256 "d565bea507085009ea8ae101ab51b9592c592e647997dc46bb58992e60187e3e" + version "2.50.0,stable.2,6927156" + sha256 "c1dde47eea8954d3057dc11e1217738c9d54ea696c9103dcff09814d22bbc4c5" url "https://desktop-app-builds.pitch.com/Pitch-#{version.csv.first}-#{version.csv.second}-ci#{version.csv.third}.dmg" name "Pitch" diff --git a/Casks/p/plex-htpc.rb b/Casks/p/plex-htpc.rb index 6b1d02921..15aef4e89 100644 --- a/Casks/p/plex-htpc.rb +++ b/Casks/p/plex-htpc.rb @@ -1,6 +1,6 @@ cask "plex-htpc" do - version "1.68.1.256,65e8f9ed" - sha256 "5964e2b63df8bbcb72c805720258f2dc95e78a33dadb15761f58ae34a63302fb" + version "1.68.2.259,3095e860" + sha256 "ee29084d59ebe9681193df73c5fb52466a436be48798187d94af572bcb65d052" url "https://downloads.plex.tv/htpc/#{version.csv.first}-#{version.csv.second}/macos/PlexHTPC-#{version.csv.first}-#{version.csv.second}-universal.zip" name "Plex HTPC" diff --git a/Casks/p/plugdata.rb b/Casks/p/plugdata.rb index 0772104f2..ad27b5a4e 100644 --- a/Casks/p/plugdata.rb +++ b/Casks/p/plugdata.rb @@ -2,8 +2,8 @@ version "0.9.1" sha256 "ae45c3a214e56035b6aa663a92919de4d2f5b4b316778194436749a5fdbbc1b6" - url "https:github.comtimothyschoenPlugDatareleasesdownloadv#{version}plugdata-macOS-Universal.pkg", - verified: "github.comtimothyschoenPlugData" + url "https:github.complugdata-teamplugdatareleasesdownloadv#{version}plugdata-macOS-Universal.pkg", + verified: "github.complugdata-teamplugdata" name "PlugData" desc "Plugin wrapper for PureData" homepage "https:plugdata.org" diff --git a/Casks/p/plugdata@nightly.rb b/Casks/p/plugdata@nightly.rb index 65b801991..687e52689 100644 --- a/Casks/p/plugdata@nightly.rb +++ b/Casks/p/plugdata@nightly.rb @@ -2,8 +2,8 @@ version :latest sha256 :no_check - url "https://glyphpress.com/plugdata/plugdata-macOS-Universal.pkg", - verified: "glyphpress.com/plugdata/" + url "https://storage.googleapis.com/plugdata-nightly/plugdata-macOS-Universal.pkg", + verified: "storage.googleapis.com/plugdata-nightly/" name "PlugData" desc "Plugin wrapper for PureData" homepage "https://plugdata.org/" diff --git a/Casks/p/preform.rb b/Casks/p/preform.rb index 0a0516181..00ac45175 100644 --- a/Casks/p/preform.rb +++ b/Casks/p/preform.rb @@ -1,6 +1,6 @@ cask "preform" do - version "3.42.0,443_81787" - sha256 "0c9a15c47ddbc75b2fad7c706a83a16f633662f88c7700161ff72d1fdb15d8af" + version "3.42.1,450_84069" + sha256 "3a05a1c429a8ba7d3825a4bfde10ec6d84c956061e5f77bb4d27764a4a1cbc2a" url "https://downloads.formlabs.com/PreForm/Release/#{version.csv.first}/PreForm_mac_#{version.csv.first}_release_releaser_#{version.csv.second}.dmg" name "PreForm" diff --git a/Casks/q/quarto.rb b/Casks/q/quarto.rb index 24eb489aa..f7db6b5ee 100644 --- a/Casks/q/quarto.rb +++ b/Casks/q/quarto.rb @@ -1,6 +1,6 @@ cask "quarto" do - version "1.6.37" - sha256 "0ac9a921b31cdcc8b676fc6288605c892e1b6f0ec91eeafcdbeb2d6f97945b2a" + version "1.6.39" + sha256 "3181cebb7cfbdfbfba568e453fbbf6fb084f5f8c43576c553208e3e3baffa2b5" url "https:github.comquarto-devquarto-clireleasesdownloadv#{version}quarto-#{version}-macos.pkg", verified: "github.comquarto-devquarto-cli" diff --git a/Casks/r/reader.rb b/Casks/r/reader.rb index 29299609f..f5d8f8b1c 100644 --- a/Casks/r/reader.rb +++ b/Casks/r/reader.rb @@ -1,6 +1,6 @@ cask "reader" do - version "0.1.1071" - sha256 "73958982a13d42d8adb15a88d0998394b2de10d6af99dee5ac7f4086671c5403" + version "0.1.1077" + sha256 "bd2eb1bad842dd968589c074661138120e7e2922330a9c8d70ebc64c3c3387ce" url "https:github.comreadwiseioreader-desktop-releasesreleasesdownloadreader-desktop-v#{version}Reader_#{version}_universal.dmg", verified: "github.comreadwiseioreader-desktop-releases" diff --git a/Casks/r/ripx.rb b/Casks/r/ripx.rb index 8ea7e75ff..6df33ef77 100644 --- a/Casks/r/ripx.rb +++ b/Casks/r/ripx.rb @@ -1,6 +1,6 @@ cask "ripx" do - version "7.5.0" - sha256 "a92a5a1456d2cde49d84b3e16d79c80b19355d011dabaa2b1073ec0674553c90" + version "7.5.1" + sha256 "d50916d2a066cffcbfb640fa1e6e9e7e4a364ec1f5fcaa9bad400f580ded7442" url "https://s3.us-east-2.amazonaws.com/downloads.hitnmix.com/RipXDAW_#{version.no_dots}.dmg", verified: "s3.us-east-2.amazonaws.com/downloads.hitnmix.com/" diff --git a/Casks/r/rive.rb b/Casks/r/rive.rb index f136a6605..ca02463a5 100644 --- a/Casks/r/rive.rb +++ b/Casks/r/rive.rb @@ -1,6 +1,6 @@ cask "rive" do - version "0.8.2207" - sha256 "0b33e7d35e26f422fda270f6c42e29b4911c741d4a466232a0793adc02ec7720" + version "0.8.2233" + sha256 "726c6e1fe7f567e5a2d35c47427d8c7355e5731325983b379141299b0f5355d3" url "https://releases.rive.app/macos/#{version}/Rive.dmg" name "Rive" diff --git a/Casks/r/roam.rb b/Casks/r/roam.rb index 00719f3d4..8924b7b15 100644 --- a/Casks/r/roam.rb +++ b/Casks/r/roam.rb @@ -1,7 +1,7 @@ cask "roam" do arch arm: "arm64", intel: "x64" - version "136.1.0-beta001" + version "136.3.0-beta001" sha256 :no_check url "https://download.ro.am/Roam/8a86d88cfc9da3551063102e9a4e2a83/latest/darwin/#{arch}/Roam.dmg" diff --git a/Casks/s/segger-jlink.rb b/Casks/s/segger-jlink.rb index bbf7d95a0..afb264ffb 100644 --- a/Casks/s/segger-jlink.rb +++ b/Casks/s/segger-jlink.rb @@ -1,6 +1,6 @@ cask "segger-jlink" do - version "8.10h" - sha256 "c8d53fb81d147730b2efd89c7302284ee5ec50071f30fddadb9d59e60c5ce3f0" + version "8.10i" + sha256 "9d129eea5f328650b50ecd6f32a7bc005d0191f1f704ebcf90252aa51a0030f9" url "https://www.segger.com/downloads/jlink/JLink_MacOSX_V#{version.no_dots}_universal.pkg", using: :post, diff --git a/Casks/s/sejda-pdf.rb b/Casks/s/sejda-pdf.rb index 4502463ee..ba8add71b 100644 --- a/Casks/s/sejda-pdf.rb +++ b/Casks/s/sejda-pdf.rb @@ -1,6 +1,6 @@ cask "sejda-pdf" do - version "7.7.5" - sha256 "9f907fbdb7ff51cd2c163580cdd822a0bebfb3fdb5227f0eb30f35d8cec906a7" + version "7.8.0" + sha256 "1048478785dadf0e006255844aa5210a0e7b6533550e72924c7570e5718bfeed" url "https://downloads.sejda-cdn.com/sejda-desktop_#{version}.dmg", verified: "downloads.sejda-cdn.com/" diff --git a/Casks/s/sfm.rb b/Casks/s/sfm.rb index 8d4777781..b85eef3d1 100644 --- a/Casks/s/sfm.rb +++ b/Casks/s/sfm.rb @@ -1,6 +1,6 @@ cask "sfm" do - version "1.10.2" - sha256 "24f08e5d08af8d5ffc7cd8636191204f8706d93625868c0ab3558c5da42168ac" + version "1.10.3" + sha256 "83cf2ec8dea38067fe74fdc7678eb74a775e6ca32607d521d8eb233df9b9a5e6" url "https:github.comSagerNetsing-boxreleasesdownloadv#{version}SFM-#{version}-universal.dmg", verified: "github.comSagerNetsing-box" diff --git a/Casks/s/sipgate-clinq.rb b/Casks/s/sipgate-clinq.rb index 3bb8b43dd..da38b0676 100644 --- a/Casks/s/sipgate-clinq.rb +++ b/Casks/s/sipgate-clinq.rb @@ -1,6 +1,6 @@ cask "sipgate-clinq" do - version "2.5.8" - sha256 "06697913b7558b02b34abad6e4bd5743bd9f76cdee4ec2556771f63686153814" + version "2.5.13" + sha256 "2f016646936f0ed66118bc829fe2c36288e14c866bc892db87e695b900b31c86" url "https://s3-eu-central-1.amazonaws.com/desktop.download.sipgate.com/sipgate%20CLINQ-#{version}.zip", verified: "s3-eu-central-1.amazonaws.com/desktop.download.sipgate.com/" diff --git a/Casks/s/slack@beta.rb b/Casks/s/slack@beta.rb index 39a07a11d..c9193fcda 100644 --- a/Casks/s/slack@beta.rb +++ b/Casks/s/slack@beta.rb @@ -1,9 +1,9 @@ cask "slack@beta" do arch arm: "arm64", intel: "x64" - version "4.41.98" - sha256 arm: "eaf531de942ffe7e662dab8774f46bf507035b944b2f7237ea9ac3e4d76f9c5a", - intel: "5dc2a14910053e00be46a18abc8e5bf54935aceb4c919f4dedc0f18e13dfe634" + version "4.41.104" + sha256 arm: "1e4471237a3ef0efa62ae3e7333c06a5fc21d946f3558016c0e8ab07e4be7bd5", + intel: "aa885d753d21c84c62ac20496d2cb832ec193ef39463054bd13983289bbfc761" url "https://downloads.slack-edge.com/desktop-releases/mac/#{arch}/#{version}/Slack-#{version}-macOS.dmg", verified: "downloads.slack-edge.com/desktop-releases/mac/" diff --git a/Casks/s/snipaste.rb b/Casks/s/snipaste.rb index 4d0cdee62..738594dbe 100644 --- a/Casks/s/snipaste.rb +++ b/Casks/s/snipaste.rb @@ -1,6 +1,6 @@ cask "snipaste" do - version "2.10.2" - sha256 "39e950c8fb38a4ad7096568f33d67b46b0a6a7261f36e1eaf24844d7b50e0519" + version "2.10.3" + sha256 "92587f79bfd82a0377f223da72711f3e3b185b9e41f0f33179f6ddcfba9feec2" url "https://bitbucket.org/liule/snipaste/downloads/Snipaste-#{version}.dmg", verified: "bitbucket.org/liule/snipaste/" diff --git a/Casks/s/sonarr.rb b/Casks/s/sonarr.rb index d3e819de3..295d294aa 100644 --- a/Casks/s/sonarr.rb +++ b/Casks/s/sonarr.rb @@ -1,9 +1,9 @@ cask "sonarr" do arch arm: "arm64", intel: "x64" - version "4.0.10.2544" - sha256 arm: "dfc051a8390ad677f51c9d431a53020e682d6453d9bc391d335701022b2999f5", - intel: "cc91452f44a7fed18c43c624f0ca5a625e00120d31b3a78f1ab40b824bdab928" + version "4.0.11.2680" + sha256 arm: "4910647fb867eadde4ec4482c4749accba54269d298e04853627d11fbe5ef9ed", + intel: "532f33087b532475378e2e9330492ea6ef11a10c86335ac4051e8650b2014a75" url "https:github.comSonarrSonarrreleasesdownloadv#{version}Sonarr.main.#{version}.osx-#{arch}-app.zip", verified: "github.comSonarrSonarr" diff --git a/Casks/s/ssdreporter-free.rb b/Casks/s/ssdreporter-free.rb index f8fc1532f..a5fde19ca 100644 --- a/Casks/s/ssdreporter-free.rb +++ b/Casks/s/ssdreporter-free.rb @@ -1,6 +1,6 @@ cask "ssdreporter-free" do - version "1.6.0" - sha256 "80ee61922e301cc299dece3f029ddfa6b9c94da6440e76f1eab897992b4a39af" + version "1.6.1" + sha256 "7a09701b721088ea28ef3a3906cccc66b754f8d3bdd200674d333716a1d4f576" url "https://www.corecode.io/downloads/ssdreporter_#{version}.zip" name "SSDReporter Free" @@ -14,7 +14,7 @@ depends_on macos: ">= :mojave" - app "SSDReporter Free.app" + app "SSDReporter.app" zap trash: [ "~/Library/Application Scripts/com.corecode.SSDReporter", diff --git a/Casks/s/sublime-text@dev.rb b/Casks/s/sublime-text@dev.rb index 5661b5007..edee9bc70 100644 --- a/Casks/s/sublime-text@dev.rb +++ b/Casks/s/sublime-text@dev.rb @@ -1,7 +1,7 @@ cask "sublime-text@dev" do # NOTE: The first digit of the build number is the major version. - version "4183" - sha256 "e41893b92822f4b42a228d9d5b5dd0a802c1eacff86ced7b327150a73b454c67" + version "4184" + sha256 "a8686a346dd77f498f287266334abd500e749ecca6860ea4b1d6bec6ad37618c" url "https://download.sublimetext.com/sublime_text_build_#{version}_mac.zip" name "Sublime Text" diff --git a/Casks/s/sunsama.rb b/Casks/s/sunsama.rb index 98e86699c..755aad4d5 100644 --- a/Casks/s/sunsama.rb +++ b/Casks/s/sunsama.rb @@ -1,9 +1,9 @@ cask "sunsama" do arch arm: "arm64", intel: "x64" - version "3.0.3,2411269t5mosj6a" - sha256 arm: "c720f5ba5297785ece05b732712d98fce0a3421ae00113d8da81bf304f8adf42", - intel: "debd8ea89dd4460883e29b4a5f3e2c7f0df4aba985867f87e8c0d272f16c20c9" + version "3.0.4,241127ejkc67uxv" + sha256 arm: "07fcbdc3e16756b7aa2ae7d09411dc6d0b4af765f4f075eca7b1404aeb6a8779", + intel: "0850f30f060530543a7df98926e7fa9bffc08dd6d8a0da7d2d43ba72453b2f8d" url "https://download.todesktop.com/2003096gmmnl0g1/Sunsama%20#{version.csv.first}%20-%20Build%20#{version.csv.second}-#{arch}-mac.zip", verified: "download.todesktop.com/2003096gmmnl0g1/" diff --git a/Casks/s/superlist.rb b/Casks/s/superlist.rb index 5f22f6da7..f055763b3 100644 --- a/Casks/s/superlist.rb +++ b/Casks/s/superlist.rb @@ -1,6 +1,6 @@ cask "superlist" do - version "1.20.0" - sha256 "0211c767d18e101ec9fe77f7b1ac42f04d97219ca79d5d4eed1926ae8dd37688" + version "1.20.1" + sha256 "fa6ccfa929b86810fa272feaf14d7dec2fefd36340899a831569836f635c3763" url "https://storage.googleapis.com/superlist-appcast/beta/updates/Superlist-#{version}.zip", verified: "storage.googleapis.com/superlist-appcast/beta/updates/" diff --git a/Casks/t/telegram-a.rb b/Casks/t/telegram-a.rb index 12adb0ecc..300c3fa2b 100644 --- a/Casks/t/telegram-a.rb +++ b/Casks/t/telegram-a.rb @@ -1,9 +1,9 @@ cask "telegram-a" do arch arm: "arm64", intel: "x64" - version "10.9.21" - sha256 arm: "fbeda46679769a08e2f6855411b1cca8685d961d691295cc07f349986259d9bf", - intel: "7cea96f897e699c39bb73cb97bbd89a7951dcd05015d4b60d768b76165a030fb" + version "10.9.22" + sha256 arm: "453f576c6d49e9dad7f65bfdf5a03fdc168c0e3101e2351ff92d098a145816e9", + intel: "635f65513f3e077a4c8c9c7864c3e3291a0c6bc6a19bb314ca5c33f8667bb70a" url "https:github.comAjaxytelegram-ttreleasesdownloadv#{version}Telegram-A-#{arch}.dmg", verified: "github.comAjaxytelegram-tt" diff --git a/Casks/t/todoist.rb b/Casks/t/todoist.rb index 9fdfd2bcc..f030218a3 100644 --- a/Casks/t/todoist.rb +++ b/Casks/t/todoist.rb @@ -1,9 +1,9 @@ cask "todoist" do arch arm: "arm64", intel: "x64" - version "9.9.3" - sha256 arm: "446eec27e6b4399df822c757d82945ce16dd371aaa438340f60ef38227b9f3bc", - intel: "cad5ac4c4f49eaa7491613591b43b2fad3d0b6d9064f65d72e71de7905cfa35f" + version "9.9.4" + sha256 arm: "e1c3f6033bedb31297b2194099e288b4c7103c5e9f93a694bfcc8eb9d25b1a7c", + intel: "2dab813ec1c58d0107824a71da4b978fc45571cc3ff365fffe0094d1bf78610f" url "https://electron-dl.todoist.com/mac/Todoist-darwin-#{version}-#{arch}-latest.dmg" name "Todoist" diff --git a/Casks/t/tor-browser@alpha.rb b/Casks/t/tor-browser@alpha.rb index b31f69590..3a78f6527 100644 --- a/Casks/t/tor-browser@alpha.rb +++ b/Casks/t/tor-browser@alpha.rb @@ -1,6 +1,6 @@ cask "tor-browser@alpha" do - version "14.0a9" - sha256 "2d40e19d32856e7019ed009f46025bc503f41f40c541790266db8539a43c0d87" + version "14.5a1" + sha256 "0227b3236dcf7433ce3ff097b6720e3a2ff6147cba57c01bf95c7059c154c647" url "https://dist.torproject.org/torbrowser/#{version}/tor-browser-macos-#{version}.dmg" name "Tor Browser" diff --git a/Casks/t/transmission@nightly.rb b/Casks/t/transmission@nightly.rb index aa550a92c..1e41219d2 100644 --- a/Casks/t/transmission@nightly.rb +++ b/Casks/t/transmission@nightly.rb @@ -1,6 +1,6 @@ cask "transmission@nightly" do - version "9703,7e4b4f10a1" - sha256 "da35c93590676eb51f518c3a20486e883b42de9e3eceeab0f5397208d0cc5d3c" + version "9704,002c891216" + sha256 "8599c2eae0e90b510b3a51d1c4cbe72306d8399a2eeff9ff77efa97d2d1f990f" url "https://build.transmissionbt.com/job/trunk-mac/#{version.csv.first}/artifact/release/Transmission-#{version.csv.second}.dmg" name "Transmission" diff --git a/Casks/t/tuist.rb b/Casks/t/tuist.rb index 3e15d1dce..7c67816e5 100644 --- a/Casks/t/tuist.rb +++ b/Casks/t/tuist.rb @@ -1,6 +1,6 @@ cask "tuist" do - version "4.35.0" - sha256 "cac2ee642fe50796e0a52efe286a1eaa4e97d25033eecc609737762b5ff9823e" + version "4.36.0" + sha256 "6e6f177982396555c518214aa4506c03d6b3c3e01bf4962c8d688dc137b4a6f3" url "https:github.comtuisttuistreleasesdownload#{version}tuist.zip", verified: "github.comtuisttuist" diff --git a/Casks/t/tuta-mail.rb b/Casks/t/tuta-mail.rb index a6f57f331..7470d0df0 100644 --- a/Casks/t/tuta-mail.rb +++ b/Casks/t/tuta-mail.rb @@ -1,6 +1,6 @@ cask "tuta-mail" do - version "252.241122.0" - sha256 "8e87af1ca507f622010fb95790ec148c47932fb387b7c9743cd131be813da959" + version "253.241126.2" + sha256 "80e17fdcf67501b67001f054b5ee95b539470a4bcbec579783f2efd330264b94" url "https:github.comtutaotutanotareleasesdownloadtutanota-desktop-release-#{version}tutanota-desktop-mac.dmg", verified: "github.comtutaotutanota" diff --git a/Casks/u/understand.rb b/Casks/u/understand.rb index 8c8d94d9a..5d6a50c74 100644 --- a/Casks/u/understand.rb +++ b/Casks/u/understand.rb @@ -1,6 +1,6 @@ cask "understand" do - version "7.0.1210" - sha256 "7c76648567208ad7bb4f00104e4f33ff0761d50bec076581b1263a9a8fffb076" + version "7.0.1211" + sha256 "32dddc755a61ad2050d7bf80fd027c0a48eccc8ce72998b709310f5cffefcf83" url "https://latest.scitools.com/Understand/Understand-#{version}-macOS-Universal.dmg" name "SciTools Understand" diff --git a/Casks/u/universal-media-server.rb b/Casks/u/universal-media-server.rb index 92867f867..456802feb 100644 --- a/Casks/u/universal-media-server.rb +++ b/Casks/u/universal-media-server.rb @@ -1,9 +1,9 @@ cask "universal-media-server" do arch arm: "-arm" - version "14.6.0" - sha256 arm: "8e059221ab28856343de39ee469e6f6cc1179c8a19418585dabcfc84405f64a6", - intel: "8867bd64de9fa03f0c05ffe34e6111f1a8a362cc29506ea78fb56814f6a5250f" + version "14.7.0" + sha256 arm: "d88733f0281526e7002f37858050c9d3610f08bda8d51084bf71673702a42a96", + intel: "041a130ed8426b262c1121b3a4be4b0bcc583e4510a50ea0f1f9a43e6e184c26" url "https:github.comUniversalMediaServerUniversalMediaServerreleasesdownload#{version}UMS-#{version}#{arch}.dmg", verified: "github.comUniversalMediaServerUniversalMediaServer" diff --git a/Casks/u/utm.rb b/Casks/u/utm.rb index 7f352d787..7be53c4cb 100644 --- a/Casks/u/utm.rb +++ b/Casks/u/utm.rb @@ -1,6 +1,6 @@ cask "utm" do - version "4.5.4" - sha256 "1b3c2890afeaf12dfc95b39584680d6aa6c3000af21c9f5e0400161a9b8e40e1" + version "4.6.2" + sha256 "338474b92017d0c513502b0fb5d44c3c4485113f4011006d8ef33b79371109ab" url "https:github.comutmappUTMreleasesdownloadv#{version}UTM.dmg", verified: "github.comutmappUTM" diff --git a/Casks/v/vcam.rb b/Casks/v/vcam.rb index 657672a1b..31dfb5461 100644 --- a/Casks/v/vcam.rb +++ b/Casks/v/vcam.rb @@ -1,6 +1,6 @@ cask "vcam" do - version "2.0.250" - sha256 "008a40957a243a4247f28adf2f5ce2c518c35908bb00f669a6598919ba13d7c8" + version "2.0.251" + sha256 "f139fdc50c85a351085accb3d8ecb87cbe024ff502ba07d6b5c8eb2aaddbcae5" url "https://installers.vcam.ai/VCam_#{version}.pkg" name "VCam" diff --git a/Casks/v/vivaldi.rb b/Casks/v/vivaldi.rb index 9f0a994b0..5c3052327 100644 --- a/Casks/v/vivaldi.rb +++ b/Casks/v/vivaldi.rb @@ -1,6 +1,6 @@ cask "vivaldi" do - version "7.0.3495.18" - sha256 "43138ffcd4ffdc1d0c85eb0370942ebab6e683fcf344a6d03f2c3663aadce593" + version "7.0.3495.20" + sha256 "ef31d209245f89630c825978317cbe8dc6fdbb533769f70ab67fa10fe2a7c3ff" url "https://downloads.vivaldi.com/stable-auto/Vivaldi.#{version}.universal.tar.xz" name "Vivaldi" diff --git a/Casks/v/vlc@nightly.rb b/Casks/v/vlc@nightly.rb index 92a3c628a..db70bb562 100644 --- a/Casks/v/vlc@nightly.rb +++ b/Casks/v/vlc@nightly.rb @@ -3,14 +3,14 @@ livecheck_arch = on_arch_conditional arm: "-arm64", intel: "-intel64" on_arm do - version "4.0.0,20241126-0413,c198c3a1" - sha256 "55400093a49cfac5c72185426047352c5c165061de2c47b9b4a7b050263679f0" + version "4.0.0,20241127-0413,2ca22750" + sha256 "9b262e1121f999764727a27782890a1ff571d8a8eb2132d81a10fbedc0d524ee" url "https:artifacts.videolan.orgvlcnightly-macos-#{arch}#{version.csv.second}vlc-#{version.csv.first}-dev-arm64-#{version.csv.third}.dmg" end on_intel do - version "4.0.0,20241126-0411,c198c3a1" - sha256 "9ec7b285cfcb558cf5d5b8013344f7d899b4fff5196b3f863a6ec75b27d9cb35" + version "4.0.0,20241127-0411,2ca22750" + sha256 "2b05a92ad7a93347e125244a7c4278a05775fb278f4321f215c644fd3e619eba" url "https:artifacts.videolan.orgvlcnightly-macos-#{arch}#{version.csv.second}vlc-#{version.csv.first}-dev-intel64-#{version.csv.third}.dmg" end diff --git a/Casks/v/vscodium@insiders.rb b/Casks/v/vscodium@insiders.rb index 86b197f23..4fbbe6b60 100644 --- a/Casks/v/vscodium@insiders.rb +++ b/Casks/v/vscodium@insiders.rb @@ -1,9 +1,9 @@ cask "vscodium@insiders" do arch arm: "arm64", intel: "x64" - version "1.96.0.24311-insider" - sha256 arm: "e7f999199530e8ea4c6d9eaf98d296fa856eba69c278647fbd1142e6a6f68d81", - intel: "df0e8c48a1e4daf8040d1e381d859f45e7f23bdf2242f713e88cc684b45925ec" + version "1.96.0.24332-insider" + sha256 arm: "2e6fefa384851ee589f89a89514b635e04cb15a38be618f6d184745b336d52d9", + intel: "6e20f3113b82468173c529b61bd72195b8150fef769a45f9f50214b4a1d750cc" url "https:github.comVSCodiumvscodium-insidersreleasesdownload#{version}VSCodium.#{arch}.#{version}.dmg", verified: "github.comVSCodiumvscodium-insiders" diff --git a/Casks/w/website-audit.rb b/Casks/w/website-audit.rb new file mode 100644 index 000000000..f19174ee0 --- /dev/null +++ b/Casks/w/website-audit.rb @@ -0,0 +1,23 @@ +cask "website-audit" do + version "1.2.5" + sha256 "6246295baf27c8dbb3f7dc873d7de6068917c8dabd487e4c31b4332e600179ee" + + url "https://code.europa.eu/api/v4/projects/615/packages/generic/wat/#{version}/website-audit-#{version}-universal.dmg" + name "Website Audit" + desc "Analyze whether websites comply with GDPR according to EDPB guidelines" + homepage "https://code.europa.eu/edpb/website-auditing-tool" + + livecheck do + url "https://code.europa.eu/edpb/website-auditing-tool.git" + end + + depends_on macos: ">= :catalina" + + app "website-audit.app" + + zap trash: [ + "~/Library/Application Support/website-audit", + "~/Library/Preferences/com.edpb.wat-.plist", + "~/Library/Saved Application State/com.edpb.wat-.savedState", + ] +end \ No newline at end of file diff --git a/Casks/w/whatsyoursign.rb b/Casks/w/whatsyoursign.rb index f7957608f..5f08d390b 100644 --- a/Casks/w/whatsyoursign.rb +++ b/Casks/w/whatsyoursign.rb @@ -1,6 +1,6 @@ cask "whatsyoursign" do - version "2.2.3" - sha256 "7263fdf7b33949a3eb1756e4a0c22057dd59792e8ba40e35b6c5058a991757de" + version "3.0.0" + sha256 "3f434d3b0882f36936d928f7db3a398acb00324cf6da9af87bbd242ed8ac7f08" url "https:github.comobjective-seeWhatsYourSignreleasesdownloadv#{version}WhatsYourSign_#{version}.zip", verified: "github.comobjective-see" diff --git a/Casks/w/wondershare-uniconverter.rb b/Casks/w/wondershare-uniconverter.rb index f9063603a..a3fa8fff0 100644 --- a/Casks/w/wondershare-uniconverter.rb +++ b/Casks/w/wondershare-uniconverter.rb @@ -1,9 +1,9 @@ cask "wondershare-uniconverter" do arch arm: "arm_" - version "16.0.1" - sha256 arm: "7a4ccebc95ec662c87d9bc58050c973f91db86a0454e6c8e4d99cc074837939b", - intel: "36e1fe71d1e3c2c251b80e1ff30933bb4fd634aeee4db710c9af48ac142b82b0" + version "16.0.2" + sha256 arm: "b0f4f9317f7a1e47652351901f62b73cbc614c771b072c5b03b3aaa09dce2421", + intel: "040b8663fd5a16743c72746aeebc1eb964023995b9b2206e5ec40d3ac05e3889" url "https://download.wondershare.com/cbs_down/uniconverter#{version.major}-mac_#{arch}#{version}_full14207.zip" name "UniConverter" diff --git a/Casks/w/workflowy.rb b/Casks/w/workflowy.rb index 47183cb71..edb2939e8 100644 --- a/Casks/w/workflowy.rb +++ b/Casks/w/workflowy.rb @@ -1,6 +1,6 @@ cask "workflowy" do - version "4.0.2411261507" - sha256 "9b30208fed662a554324d2ecffdcd57c3f792401adf1946d1beae52e6edbdf9e" + version "4.0.2411270602" + sha256 "22b5896ca121d550c5b97db8ff485b0520a684fba8d55711a3dab54e5e827083" url "https:github.comworkflowydesktopreleasesdownloadv#{version}WorkFlowy.zip", verified: "github.comworkflowydesktop" diff --git a/Casks/w/wpsoffice-cn.rb b/Casks/w/wpsoffice-cn.rb index 8c3bce42a..c6c78389f 100644 --- a/Casks/w/wpsoffice-cn.rb +++ b/Casks/w/wpsoffice-cn.rb @@ -1,9 +1,9 @@ cask "wpsoffice-cn" do arch arm: "arm64", intel: "x64" - version "6.13.2,8918" - sha256 arm: "4fa02873cf0637145e5eeffa9c635193ebd060e978ead9326df48d4fd057cce4", - intel: "0b7855997e6288f530aa40dbb01f3890a73f36ddc5917f60503ecff8768599a5" + version "6.14.0,8924" + sha256 arm: "43112f8f45a9bfc473942224b3254602693c313a3d334bc717a5b9aa9bf6c3a8", + intel: "17c5d665902258531f592f52f01b34eeb6fc50b589d5166ddff116a2c316a25d" url "https://package.mac.wpscdn.cn/mac_wps_pkg/#{version.csv.first}/WPS_Office_#{version.csv.first}(#{version.csv.second})_#{arch}.dmg", verified: "package.mac.wpscdn.cn/mac_wps_pkg/" diff --git a/Casks/z/zed.rb b/Casks/z/zed.rb index 4ab5e45d9..2facadd64 100644 --- a/Casks/z/zed.rb +++ b/Casks/z/zed.rb @@ -1,9 +1,9 @@ cask "zed" do arch arm: "aarch64", intel: "x86_64" - version "0.162.5" - sha256 arm: "ff65cdd978a9b0444feececaeeea4532e1ac07bcd77a0ca948485c32e679f1a8", - intel: "b11672256cfa4e06026510658bbbc87ac0dc19cd61f1c30a6a85e921169bfbec" + version "0.163.2" + sha256 arm: "48d98fa565e9b0f876a91af0f6ec7b26a400bf312da82d856b72256974e2195f", + intel: "32e351fbab03287080cf4a9998c144f16b571c0adb65b89fa26b0ee48c151d3e" url "https://zed.dev/api/releases/stable/#{version}/Zed-#{arch}.dmg" name "Zed" diff --git a/Casks/z/zed@preview.rb b/Casks/z/zed@preview.rb index 3bf4063e6..3b0dc4f8b 100644 --- a/Casks/z/zed@preview.rb +++ b/Casks/z/zed@preview.rb @@ -1,9 +1,9 @@ cask "zed@preview" do arch arm: "aarch64", intel: "x86_64" - version "0.163.2" - sha256 arm: "a8307e748701d2e9129287857eef8de236458da9c43fa69f63b093fbdddadb92", - intel: "ce0a7e7538f67658460d272feecf4f09978383179ce583afc3814bf4b0dc935c" + version "0.164.0" + sha256 arm: "22dcbeb950b3721c6eb500655d70f1a9e5d9bf8bafe29909c4d73c7ad3ecd052", + intel: "102a131a45ecf8e4bc6c4c4e2152539a7e69d3cce99fe8061e6494c83a4f7c7b" url "https://zed.dev/api/releases/preview/#{version}/Zed-#{arch}.dmg" name "Zed Preview" diff --git a/Casks/z/zen-browser@twilight.rb b/Casks/z/zen-browser@twilight.rb new file mode 100644 index 000000000..8103fde6f --- /dev/null +++ b/Casks/z/zen-browser@twilight.rb @@ -0,0 +1,32 @@ +cask "zen-browser@twilight" do + arch arm: "aarch64", intel: "x86_64" + + version "1.0.1-t.20" + sha256 :no_check + + url "https:github.comzen-browserdesktopreleasesdownloadtwilightzen.macos-#{arch}.dmg", + verified: "github.comzen-browserdesktop" + name "Zen Twilight" + desc "Gecko based web browser" + homepage "https:zen-browser.app" + + livecheck do + url "https:github.comzen-browserdesktopreleases?q=twilight" + regex(%r{tagtwilight[^>]+?>.+?v?(\d+(?:\.\d+)+(?:[._-][a-z]\.\d+)?)}i) + strategy :page_match + end + + auto_updates true + depends_on macos: ">= :catalina" + + app "Zen Twilight.app" + + zap trash: [ + "~LibraryApplication SupportZen", + "~LibraryCachesMozillaupdatesApplicationsZen Twilight", + "~LibraryCacheszen", + "~LibraryPreferencesorg.mozilla.com.zen.browser.plist", + "~LibrarySaved Application Stateorg.mozilla.com.zen.browser.savedState", + ], + rmdir: "~LibraryCachesMozilla" +end \ No newline at end of file diff --git a/Casks/z/zoom-for-it-admins.rb b/Casks/z/zoom-for-it-admins.rb index 453bcdb4f..f359cbf83 100644 --- a/Casks/z/zoom-for-it-admins.rb +++ b/Casks/z/zoom-for-it-admins.rb @@ -1,6 +1,6 @@ cask "zoom-for-it-admins" do - version "6.2.10.43047" - sha256 "7bf9921806ddd57328611fa83ecb80b424d23fbcee6afb6886d7f64a70fe4e4b" + version "6.2.11.43613" + sha256 "7773842fe8cb4cd3e9c9c072d2622b81fa06db71b8d72076fc51ce6b9b4c5a6f" url "https://cdn.zoom.us/prod/#{version}/ZoomInstallerIT.pkg" name "Zoom for IT Admins" diff --git a/Casks/z/zoom.rb b/Casks/z/zoom.rb index d22c47f90..33b07303e 100644 --- a/Casks/z/zoom.rb +++ b/Casks/z/zoom.rb @@ -2,9 +2,9 @@ arch arm: "arm64/" livecheck_folder = on_arch_conditional arm: "?archType=arm64" - version "6.2.10.43047" - sha256 arm: "8ba64ee86a743cbdb4d28925a7b349e7a8c6285fe7beea39e046b3c9f054d04a", - intel: "96a9918c8adedb4546f6091dec84a8b0007061d2da1d00e748f60528964a8784" + version "6.2.11.43613" + sha256 arm: "dd6d28853eb6be7eaf7731aae1855c68cd6411ef6847158e6af18fffed5f8597", + intel: "3679d8df57e3d019750cb12085a8dfd5b1f6fdb09ec33cd66463f86ef22fbf29" url "https://cdn.zoom.us/prod/#{version}/#{arch}zoomusInstallerFull.pkg" name "Zoom" diff --git a/Formula/a/abseil.rb b/Formula/a/abseil.rb index 82afdfd41..c56437f75 100644 --- a/Formula/a/abseil.rb +++ b/Formula/a/abseil.rb @@ -23,8 +23,6 @@ class Abseil < Formula depends_on "googletest" => :build # For test helpers end - fails_with gcc: "5" # C++17 - # Fix shell option group handling in pkgconfig files # https:github.comabseilabseil-cpppull1738 patch do diff --git a/Formula/a/abyss.rb b/Formula/a/abyss.rb index 1150f667c..6bc77780f 100644 --- a/Formula/a/abyss.rb +++ b/Formula/a/abyss.rb @@ -37,7 +37,6 @@ class Abyss < Formula uses_from_macos "sqlite" - fails_with gcc: "5" fails_with :clang # no OpenMP support resource "btllib" do diff --git a/Formula/a/aider.rb b/Formula/a/aider.rb index a43d6700b..ee87863c6 100644 --- a/Formula/a/aider.rb +++ b/Formula/a/aider.rb @@ -3,18 +3,18 @@ class Aider < Formula desc "AI pair programming in your terminal" homepage "https:aider.chat" - url "https:files.pythonhosted.orgpackages6d857786e1a027b66c235a99dc4b57b02ee8cef44a196ed981f0187eee9b0091aider_chat-0.64.1.tar.gz" - sha256 "4cbd3b1bc8ec4a963fea0855d39e08ca9cd2424ec88d9e0aa0cfcf8fa0731319" + url "https:files.pythonhosted.orgpackagesd6121886c6341b2f071cb9ef7e6cc504459bc69de2ab30ced194efcc30b19248aider_chat-0.65.0.tar.gz" + sha256 "6d5977dbcee22192a5151cdb12e8b64ee517653d190dafaec9d07d8300d7b39b" license "Apache-2.0" head "https:github.compaul-gauthieraider.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "8b386e847e871acef246d774c7a86a8472c73cd1943a94eed9ed63fb105ecc43" - sha256 cellar: :any, arm64_sonoma: "9c28fa7d5df8377de6ec702077f70147622a894212a0132417a77ecd16b6cb70" - sha256 cellar: :any, arm64_ventura: "638766bc8c4416f470ff6f464a2a8063bea4f1596cb5bce818d0eadc63dfe661" - sha256 cellar: :any, sonoma: "deb79dd4db7e4b16f334afe7ac080cd0b3f9974d0f08b4cf4883e40b5dd8356c" - sha256 cellar: :any, ventura: "b8595bc36dbe648835444143bc0f67655d0da5135651236a40cae75b87cb540f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e6aaa686e2a69ae5560a154334e90ab322875f8594d35f5e59e61ab60e499b51" + sha256 cellar: :any, arm64_sequoia: "fcb2e567e2d7a93c346e7a68bcb0b27d97e93beea68713f2ab946660dec18ea6" + sha256 cellar: :any, arm64_sonoma: "2161acdcbdcbbe148f174050df3a06cb9a03df3f150f2028ba45f58156592392" + sha256 cellar: :any, arm64_ventura: "83730a3148fe6fbfe07a16c4b12e8f417ad24a64c2ca8fe1d36b0e3880e5dbda" + sha256 cellar: :any, sonoma: "79fc887faf635c58ab294d9e4eb732c14a0d08fd400c6ccbdbc615e99df830a9" + sha256 cellar: :any, ventura: "e7e590cc0d6f32bb9badb191d0d5005b169c888ccb7db078ef34239866812321" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e575ae4428bbfe845282ac564b97eb9e5e4149a40f0bcc59ae846316c9e143e5" end depends_on "rust" => :build # for pydantic_core diff --git a/Formula/a/aliae.rb b/Formula/a/aliae.rb new file mode 100644 index 000000000..b28e25ded --- /dev/null +++ b/Formula/a/aliae.rb @@ -0,0 +1,49 @@ +class Aliae < Formula + desc "Cross shell and platform alias management" + homepage "https:aliae.dev" + url "https:github.comjandedobbeleeraliaearchiverefstagsv0.23.0.tar.gz" + sha256 "080d243fbd333f2684989ccdd71bd3069ff36db6ac968acc656d4e1bbd924b34" + license "MIT" + head "https:github.comjandedobbeleeraliae.git", branch: "main" + + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "813c2f33a0605645d5de2be540ee98e6350506a281bd4c1f5fac705aed24ccff" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2365da865502e24c6aa38bfbcc41cfedc5d5bfa0885d9533d01ec10643090f0b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "59d6850218831d50a6653430860b01038fb429e30177b86b00cbfbc3a59de9fb" + sha256 cellar: :any_skip_relocation, sonoma: "d6f17aca01d2eb8a690297f17b43122c554acc02e734c197120684493916b85a" + sha256 cellar: :any_skip_relocation, ventura: "a0e09e662186275f4b8dce9faaa581f17362027db577a5b1cd2a96f2b2e14562" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c42098285a62ef2b75c8f2f181e1e92c8d07115b394c0de53c5627c3c81b0129" + end + + depends_on "go" => :build + + def install + cd "src" do + ldflags = "-s -w -X main.Version=#{version}" + system "go", "build", *std_go_args(ldflags:) + end + + generate_completions_from_executable(bin"aliae", "completion") + end + + test do + (testpath".aliae.yaml").write <<~YAML + alias: + - name: a + value: aliae + - name: hello-world + value: echo "hello world" + type: function + YAML + + output = shell_output("#{bin}aliae init bash") + assert_equal <<~SHELL.chomp, output + alias a="aliae" + hello-world() { + echo "hello world" + } + SHELL + + assert_match version.to_s, shell_output("#{bin}aliae --version") + end +end \ No newline at end of file diff --git a/Formula/a/allegro.rb b/Formula/a/allegro.rb index d88749cf4..a6974993f 100644 --- a/Formula/a/allegro.rb +++ b/Formula/a/allegro.rb @@ -50,8 +50,6 @@ class Allegro < Formula depends_on "mesa-glu" end - fails_with gcc: "5" - def install cmake_args = std_cmake_args + %W[ -DWANT_DOCS=OFF diff --git a/Formula/a/alpscore.rb b/Formula/a/alpscore.rb index 058084263..9e7ba1a97 100644 --- a/Formula/a/alpscore.rb +++ b/Formula/a/alpscore.rb @@ -8,13 +8,13 @@ class Alpscore < Formula head "https:github.comALPSCoreALPSCore.git", branch: "master" bottle do - rebuild 1 - sha256 cellar: :any, arm64_sequoia: "29c6ede223583eed8c36de8efc88aa516fc5a7ef2c2e95e2608ec560dce28271" - sha256 cellar: :any, arm64_sonoma: "a7de097346c1a2dc6f21b04cc6a5e1b226de60e863af74ee8fc93a9273e04dd1" - sha256 cellar: :any, arm64_ventura: "b190400e560789f65a14137da3b2ea97bc320578dafdda367d38dac3a10b854d" - sha256 cellar: :any, sonoma: "c92e9a635a0c4b249bbe3c7ac3eedd003791547c0ac24536414e4e51048e7014" - sha256 cellar: :any, ventura: "5efb507ba18bf0ee8dab3ccce424d3accb15e5a6a3a8386460bd286fd1a117d6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a8aa15df04e08a496efa4df6c4884e2ca3214fd7374f35fe04264240da43b232" + rebuild 2 + sha256 cellar: :any, arm64_sequoia: "4a5c92030e5c1a446db1062b1007ffc8d1314cd77efdf5f9194ac8347b5cdbe4" + sha256 cellar: :any, arm64_sonoma: "241dd3c647a0d5191a7e50d97f57cdfafd10cad5d1cbb8fac7b9f3065587fa09" + sha256 cellar: :any, arm64_ventura: "9290875a72e7c89cef6888519d3ea0c0f3ae95fb08c6d0cef0e4f07443cb7693" + sha256 cellar: :any, sonoma: "87f9dbe716b04a95d46c7d850b9778a21abf5dec122d58de265b65420c494437" + sha256 cellar: :any, ventura: "8a7ca50ba1331ad8a116d7c3189dfe258bec8f476963659c767292680406efc6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e6592d3e7563ea45cd9fd053c1b1341c1f7e0b784616fd887b680ecb7fefa494" end depends_on "cmake" => [:build, :test] diff --git a/Formula/a/apache-flink-cdc.rb b/Formula/a/apache-flink-cdc.rb index ba8f94d55..b312e00ea 100644 --- a/Formula/a/apache-flink-cdc.rb +++ b/Formula/a/apache-flink-cdc.rb @@ -1,41 +1,41 @@ class ApacheFlinkCdc < Formula desc "Flink CDC is a streaming data integration tool" homepage "https:nightlies.apache.orgflinkflink-cdc-docs-stable" - url "https:www.apache.orgdynmirrorsmirrors.cgi?action=download&filename=flinkflink-cdc-3.2.0flink-cdc-3.2.0-bin.tar.gz" - mirror "https:archive.apache.orgdistflinkflink-cdc-3.2.0flink-cdc-3.2.0-bin.tar.gz" - sha256 "c3c9a4b78d7009a638ed088e0ec72ab5458e92e43ed179e8e2cf17341dbc8c56" + url "https:www.apache.orgdynmirrorsmirrors.cgi?action=download&filename=flinkflink-cdc-3.2.1flink-cdc-3.2.1-bin.tar.gz" + mirror "https:archive.apache.orgdistflinkflink-cdc-3.2.1flink-cdc-3.2.1-bin.tar.gz" + sha256 "4e011bfc199d8a39c907eb4ce62a1bd9818a80b5d7044253565ddd5db71ad24b" license "Apache-2.0" head "https:github.comapacheflink-cdc.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, all: "34082266af28ae4ebf24efb1ad273ffcf1568a5fd24011ba81f70252f5fdea99" + sha256 cellar: :any_skip_relocation, all: "d6116bd41efd4a1104463f34261e854a6d0799e25159611ee2482d1d7aabb94f" end depends_on "apache-flink" => :test resource "mysql-connector" do - url "https:search.maven.orgremotecontent?filepath=orgapacheflinkflink-cdc-pipeline-connector-mysql3.2.0flink-cdc-pipeline-connector-mysql-3.2.0.jar" - sha256 "042e368fb9b82452fd160f749bc167225d8d784f077bfaefc1b8219312ee91b8" + url "https:search.maven.orgremotecontent?filepath=orgapacheflinkflink-cdc-pipeline-connector-mysql3.2.1flink-cdc-pipeline-connector-mysql-3.2.1.jar" + sha256 "b40bbc5360be6c913746580489ce93c60ee3a1595097b59b1cf22ee90a8fb346" end resource "paimon-connector" do - url "https:search.maven.orgremotecontent?filepath=orgapacheflinkflink-cdc-pipeline-connector-paimon3.2.0flink-cdc-pipeline-connector-paimon-3.2.0.jar" - sha256 "8dd4274f5e8b4e71bdb3ad765908c15de9ccacc95f2fa16afab143c6ddffcea8" + url "https:search.maven.orgremotecontent?filepath=orgapacheflinkflink-cdc-pipeline-connector-paimon3.2.1flink-cdc-pipeline-connector-paimon-3.2.1.jar" + sha256 "cff1cf99f6caf1cd0977150030b30af1cdc867596cba00803cc2c0ca7bad0f36" end resource "kafka-connector" do - url "https:search.maven.orgremotecontent?filepath=orgapacheflinkflink-cdc-pipeline-connector-kafka3.2.0flink-cdc-pipeline-connector-kafka-3.2.0.jar" - sha256 "f1b67168fd31b1b5a83253de305066c0b51178f1afd2e07b29f1b4c6931b1345" + url "https:search.maven.orgremotecontent?filepath=orgapacheflinkflink-cdc-pipeline-connector-kafka3.2.1flink-cdc-pipeline-connector-kafka-3.2.1.jar" + sha256 "deab1af95a88b796b8a1df5dc636a2707884459a24d08ce08318cba56cc8c23d" end resource "doris-connector" do - url "https:search.maven.orgremotecontent?filepath=orgapacheflinkflink-cdc-pipeline-connector-doris3.2.0flink-cdc-pipeline-connector-doris-3.2.0.jar" - sha256 "249d8e61a561144c91f94d8d2aa1a5d6ce33514cce952e4079d66e8e27a1f79c" + url "https:search.maven.orgremotecontent?filepath=orgapacheflinkflink-cdc-pipeline-connector-doris3.2.1flink-cdc-pipeline-connector-doris-3.2.1.jar" + sha256 "1fe3d5ef1854e9038e258a9f2ed88fd41831cf0030efd54d73aad49e9eb69295" end resource "starrocks-connector" do - url "https:search.maven.orgremotecontent?filepath=orgapacheflinkflink-cdc-pipeline-connector-starrocks3.2.0flink-cdc-pipeline-connector-starrocks-3.2.0.jar" - sha256 "4034739181383511145c5175e7342f634cb0b87c73e59915ebf8fe443e9057ce" + url "https:search.maven.orgremotecontent?filepath=orgapacheflinkflink-cdc-pipeline-connector-starrocks3.2.1flink-cdc-pipeline-connector-starrocks-3.2.1.jar" + sha256 "d78b7799893fe7351223b343838af52f17c26f978bebdab5b16545305d44fa1d" end resource "values-connector" do - url "https:search.maven.orgremotecontent?filepath=orgapacheflinkflink-cdc-pipeline-connector-values3.2.0flink-cdc-pipeline-connector-values-3.2.0.jar" - sha256 "973d87b888c2a178f7ca239b01a1fd3416fb6c2a661d78303960fc593bd9e255" + url "https:search.maven.orgremotecontent?filepath=orgapacheflinkflink-cdc-pipeline-connector-values3.2.1flink-cdc-pipeline-connector-values-3.2.1.jar" + sha256 "e4f04e7e1084775f5d85eb0789fbe4b40d9d6a9b97ec735b403f3a8282f28207" end def install diff --git a/Formula/a/apt.rb b/Formula/a/apt.rb index 697d7e0b7..4e3e801a6 100644 --- a/Formula/a/apt.rb +++ b/Formula/a/apt.rb @@ -40,8 +40,6 @@ class Apt < Formula depends_on "zlib" depends_on "zstd" - fails_with gcc: "5" - # List this first as the modules below require it. resource "Module::Build" do url "https:cpan.metacpan.orgauthorsidLLELEONTModule-Build-0.4234.tar.gz" diff --git a/Formula/a/arcade-learning-environment.rb b/Formula/a/arcade-learning-environment.rb index 2d520ec3d..b4311c17c 100644 --- a/Formula/a/arcade-learning-environment.rb +++ b/Formula/a/arcade-learning-environment.rb @@ -28,8 +28,6 @@ class ArcadeLearningEnvironment < Formula uses_from_macos "zlib" - fails_with gcc: "5" - # See https:github.comFarama-FoundationArcade-Learning-Environmentblobmasterscriptsdownload_unpack_roms.sh resource "roms" do url "https:gist.githubusercontent.comjjshoots61b22aefce4456920ba99f2c36906edaraw00046ac3403768bfe45857610a3d333b8e35e026Roms.tar.gz.b64" diff --git a/Formula/a/armadillo.rb b/Formula/a/armadillo.rb index 0e1a67b6c..2b3f37d42 100644 --- a/Formula/a/armadillo.rb +++ b/Formula/a/armadillo.rb @@ -40,6 +40,6 @@ def install } CPP system ENV.cxx, "-std=c++11", "test.cpp", "-I#{include}", "-L#{lib}", "-larmadillo", "-o", "test" - assert_equal shell_output("./test").to_i, version.to_s.to_i + assert_equal version.to_s.to_i, shell_output("./test").to_i end end \ No newline at end of file diff --git a/Formula/a/arrayfire.rb b/Formula/a/arrayfire.rb index a3e4a5606..e8f2c9a4c 100644 --- a/Formula/a/arrayfire.rb +++ b/Formula/a/arrayfire.rb @@ -29,8 +29,6 @@ class Arrayfire < Formula depends_on "pocl" end - fails_with gcc: "5" - # fmt 11 compatibility # https:github.comarrayfirearrayfireissues3596 patch :DATA diff --git a/Formula/a/assimp.rb b/Formula/a/assimp.rb index cea228b8b..7ee9da870 100644 --- a/Formula/a/assimp.rb +++ b/Formula/a/assimp.rb @@ -30,8 +30,6 @@ class Assimp < Formula uses_from_macos "zlib" - fails_with gcc: "5" - def install args = %W[ -DASSIMP_BUILD_TESTS=OFF diff --git a/Formula/a/atlas.rb b/Formula/a/atlas.rb index 4e396bbdc..557dbf265 100644 --- a/Formula/a/atlas.rb +++ b/Formula/a/atlas.rb @@ -3,18 +3,18 @@ class Atlas < Formula homepage "https:atlasgo.io" # Upstream may not mark patch releases as latest on GitHub; it is fine to ship them. # See https:github.comarigaatlasissues1090#issuecomment-1225258408 - url "https:github.comarigaatlasarchiverefstagsv0.28.1.tar.gz" - sha256 "52f58d90d5ee9ba562b1c235832c35887275a680ed9b3572d680a38c7a06efce" + url "https:github.comarigaatlasarchiverefstagsv0.29.0.tar.gz" + sha256 "de0746273e3c06977230ac074f9104af697e582ff8a80b533c325930244d5ace" license "Apache-2.0" head "https:github.comarigaatlas.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "887b43d00680480dca0c25d3f79c1877203931051b666e8f7b93016899560dd2" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "35a474cb27324e398bc7b022b717f7486769186aa813f01107e1426d2a431dbc" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9072993c2884575441ba51f06eb04b62c3c1ff7370ac757ee21d012ea702e7f6" - sha256 cellar: :any_skip_relocation, sonoma: "5ca0c28bd799203e6e55b73db4bee2bd9eb61f6e26a9eaeea3a7e6e74d1378de" - sha256 cellar: :any_skip_relocation, ventura: "36fb546258e2144f2439341de24dce1fda5f2eb9a3be3fa1abd8c03dfceda54a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b54e0603d3ad3896b8403ad9e907350a1550132c367ea3a8313c7cce29a2f99a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "17d58cffdbe423c2e3fce90b1d99fab1b33e248f8d8b0ba659178c6b654257cd" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "240f1b5f4524065b80dd7deba7f4cea8bdcf5d8d6edab534ed1dc22b1282af28" + sha256 cellar: :any_skip_relocation, arm64_ventura: "40945a87e4d7c3b02cb32ba551089d78bf4943a3d48e20606cc923b9f19abd84" + sha256 cellar: :any_skip_relocation, sonoma: "9f550303485375d448f8ffda3d6733c1066d75c3fd7db848016c8758d557edeb" + sha256 cellar: :any_skip_relocation, ventura: "8262104b5a12db1391c1d8071408d99b1819689de7ad1c4ef0c19c227c7fe0bf" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b5b16e1fb0a088cedc2c13669194ce2ed3fd395e9f8038316a41fcc18768c171" end depends_on "go" => :build diff --git a/Formula/a/atomicparsley.rb b/Formula/a/atomicparsley.rb index 5a3a634c6..f4a54fa4d 100644 --- a/Formula/a/atomicparsley.rb +++ b/Formula/a/atomicparsley.rb @@ -23,8 +23,6 @@ class Atomicparsley < Formula uses_from_macos "zlib" - fails_with gcc: "5" - def install system "cmake", ".", *std_cmake_args system "cmake", "--build", ".", "--config", "Release" diff --git a/Formula/a/audacious.rb b/Formula/a/audacious.rb index eae1e26ea..7371589d9 100644 --- a/Formula/a/audacious.rb +++ b/Formula/a/audacious.rb @@ -78,8 +78,6 @@ class Audacious < Formula depends_on "pulseaudio" end - fails_with gcc: "5" - def install odie "plugins resource needs to be updated" if build.stable? && version != resource("plugins").version diff --git a/Formula/a/autodiff.rb b/Formula/a/autodiff.rb index 3aedd0a4f..8596eb534 100644 --- a/Formula/a/autodiff.rb +++ b/Formula/a/autodiff.rb @@ -22,8 +22,6 @@ class Autodiff < Formula depends_on "eigen" depends_on "pybind11" - fails_with gcc: "5" - def python3 "python3.13" end diff --git a/Formula/a/aws-cdk.rb b/Formula/a/aws-cdk.rb index 702682288..a26081547 100644 --- a/Formula/a/aws-cdk.rb +++ b/Formula/a/aws-cdk.rb @@ -1,12 +1,12 @@ class AwsCdk < Formula desc "AWS Cloud Development Kit - framework for defining AWS infra as code" homepage "https:github.comawsaws-cdk" - url "https:registry.npmjs.orgaws-cdk-aws-cdk-2.171.0.tgz" - sha256 "3a37200e5ec227046ab307810b7576346c1e000fa652d2091d2a1a73395b7f21" + url "https:registry.npmjs.orgaws-cdk-aws-cdk-2.171.1.tgz" + sha256 "5e23fe28f68a629a68618a8e96da3d6ad1e8c3a83bcbed58f2e61ae061e7ef37" license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "107312c3366d39a97e577fd0207b67fc942f7d63385a8eb07834215c15fcf9e2" + sha256 cellar: :any_skip_relocation, all: "74dcc7a68b48d0482437fb40b663332c318f553d0ea26310782f1fe9c1fad4ad" end depends_on "node" diff --git a/Formula/a/aws-sdk-cpp.rb b/Formula/a/aws-sdk-cpp.rb index 15262ebd2..3e672f734 100644 --- a/Formula/a/aws-sdk-cpp.rb +++ b/Formula/a/aws-sdk-cpp.rb @@ -31,8 +31,6 @@ class AwsSdkCpp < Formula conflicts_with "s2n", because: "both install s2nunstablecrl.h" - fails_with gcc: "5" - def install ENV.append "LDFLAGS", "-Wl,-rpath,#{rpath}" # Avoid OOM failure on Github runner diff --git a/Formula/a/awscli.rb b/Formula/a/awscli.rb index 30d0a49f0..9217c40e4 100644 --- a/Formula/a/awscli.rb +++ b/Formula/a/awscli.rb @@ -3,18 +3,18 @@ class Awscli < Formula desc "Official Amazon AWS command-line interface" homepage "https:aws.amazon.comcli" - url "https:github.comawsaws-cliarchiverefstags2.22.5.tar.gz" - sha256 "a9264297dbd202cff0218aa9652e737e149f721d6afc7a8b29a08f3327ac6589" + url "https:github.comawsaws-cliarchiverefstags2.22.7.tar.gz" + sha256 "7aa02d8b1816b8d186ca200428b12809d01fc658238efbe6f35e2e2b70e58634" license "Apache-2.0" head "https:github.comawsaws-cli.git", branch: "v2" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "fcc5de5110ce5a5b8f198485899b9b50fc9d0d4c411ccfc09064f58fd3e24240" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "52fb83a09e2d9cadee92b3882962210048a8357f507cfffa2165d413eb48ea0f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "673fbe6bd5792c169c288a905a4cbed11e3973daed7e251cdc99eff4431e5456" - sha256 cellar: :any_skip_relocation, sonoma: "b40312ecc2f7ae8e9241041eda857a53b07379d156e27c350eb99daee3a37164" - sha256 cellar: :any_skip_relocation, ventura: "2e4473160217cd6b54956439e717f5e514df1a4893ccf0a42b48745a520bbd9a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8e4be3f28a93b8d21bd30a73bcea8ad352ffc31beb3fb97a8634ba67841b0715" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "56ba53f8f786a0ddf52c6491f6f468d3e972d2b69ffa0265fd400e6478fd4cf5" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "156730c90938b439961d7299a008deae084700137a342438f6c54ea62d60f78b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "42c0c7061825822de333667f968c8ecd04f77c9bcdbf4555fd241f951a9db16b" + sha256 cellar: :any_skip_relocation, sonoma: "8a98981894f168bf70bd356c69e3770708e522bc088d23648a2475d59410f787" + sha256 cellar: :any_skip_relocation, ventura: "fe7c1fd1241b78ddb20a8dc32485ea92389919597bc6ffe29022e3ecfe0c5a8e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a36e85996c42a95cebaed3eff23061a7357d33522d752ae9b5dcab5ebfed7ec9" end depends_on "cmake" => :build diff --git a/Formula/b/bandicoot.rb b/Formula/b/bandicoot.rb index 4139f77c0..e5e50453b 100644 --- a/Formula/b/bandicoot.rb +++ b/Formula/b/bandicoot.rb @@ -49,6 +49,6 @@ def install system ENV.cxx, "-std=c++11", "test.cpp", "-I#{include}", "-L#{lib}", "-lbandicoot", "-o", "test" # Check that the coot version matches with the formula version - assert_equal shell_output("./test").to_i, version.to_s.to_i + assert_equal version.to_s.to_i, shell_output("./test").to_i end end \ No newline at end of file diff --git a/Formula/b/bandit.rb b/Formula/b/bandit.rb index 55d06f858..85f69cdaa 100644 --- a/Formula/b/bandit.rb +++ b/Formula/b/bandit.rb @@ -3,19 +3,18 @@ class Bandit < Formula desc "Security-oriented static analyser for Python code" homepage "https:github.comPyCQAbandit" - url "https:files.pythonhosted.orgpackages3826bdd962d6ee781f6229c3fb83483cf9e09d87959150a9000789806d750f3cbandit-1.7.10.tar.gz" - sha256 "59ed5caf5d92b6ada4bf65bc6437feea4a9da1093384445fed4d472acc6cff7b" + url "https:files.pythonhosted.orgpackages57c3bea54f22cdc8224f0ace18b2cf86c6adf7010285d0ed51b703af9910c5b2bandit-1.8.0.tar.gz" + sha256 "b5bfe55a095abd9fe20099178a7c6c060f844bfd4fe4c76d28e35e4c52b9d31e" license "Apache-2.0" head "https:github.comPyCQAbandit.git", branch: "main" bottle do - rebuild 1 - sha256 cellar: :any, arm64_sequoia: "a773798dbfadc5fec12de44bf1b06d1a01df4eaa4223a0edcabc5fad80fb6ac5" - sha256 cellar: :any, arm64_sonoma: "2954286ef2ceec08925a604763a86fe7e8a200a177eb7ca19a488ebc03b64155" - sha256 cellar: :any, arm64_ventura: "06c6654ab52bee3037373055ae8cc53c10b656099ab5e30b9202545318833d9a" - sha256 cellar: :any, sonoma: "1b50299811ae6ff87887a87e48cd771fa4c1a5cfbfc63e2d300adcb5ffde5ed0" - sha256 cellar: :any, ventura: "ae30f72cc3f66b78de593710e083c656d1d547406139dd8f6fb404482c8166fc" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e9f26864e92086e87e571e601bd7993ed18f6d92897c48b4116091987233ec28" + sha256 cellar: :any, arm64_sequoia: "2861a95b6146e7c2036a7739ac5d959f9420344823ceb0051070230331a3dc14" + sha256 cellar: :any, arm64_sonoma: "afb67b338fba2d20b90eaa3e572061c23c8cacca15742d5a97b1a8206d31faca" + sha256 cellar: :any, arm64_ventura: "da978f631964da2592f1672047ad696d881f828e9f6f482ca55639d9997b3971" + sha256 cellar: :any, sonoma: "10807ed7a5734bb96e90c571458d8c98dfd5eef7fffffc38b34cf56a985827ea" + sha256 cellar: :any, ventura: "07b23cd656973d2894a7d0b8ab0b2be4c8b1e6a1debf90f550e149c6feb17a5b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b653512b053c974c56d2e03f21ffa1f183bbbce386792b43dd4220cf91eca44b" end depends_on "libyaml" @@ -47,13 +46,13 @@ class Bandit < Formula end resource "rich" do - url "https:files.pythonhosted.orgpackagesaa9e1784d15b057b0075e5136445aaea92d23955aad2c93eaede673718a40d95rich-13.9.2.tar.gz" - sha256 "51a2c62057461aaf7152b4d611168f93a9fc73068f8ded2790f29fe2b5366d0c" + url "https:files.pythonhosted.orgpackagesab3a0316b28d0761c6734d6bc14e770d85506c986c85ffb239e688eeaab2c2bcrich-13.9.4.tar.gz" + sha256 "439594978a49a09530cff7ebc4b5c7103ef57baf48d5ea3184f21d9a2befa098" end resource "stevedore" do - url "https:files.pythonhosted.orgpackagesc459f8aefa21020054f553bf7e3b405caec7f8d1f432d9cb47e34aaa244d8d03stevedore-5.3.0.tar.gz" - sha256 "9a64265f4060312828151c204efbe9b7a9852a0d9228756344dbc7e4023e375a" + url "https:files.pythonhosted.orgpackages4ae94eedccff8332cc40cc60ddd3b28d4c3e255ee7e9c65679fa4533ab98f598stevedore-5.4.0.tar.gz" + sha256 "79e92235ecb828fe952b6b8b0c6c87863248631922c8e8e0fa5b17b232c4514d" end def install diff --git a/Formula/b/bcpp.rb b/Formula/b/bcpp.rb index c9171519d..5b659a2ab 100644 --- a/Formula/b/bcpp.rb +++ b/Formula/b/bcpp.rb @@ -19,8 +19,6 @@ class Bcpp < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "e99e6dc868a2b3bd6fcf189124cccaccdd1322ee18a51dc23055e8579d2e28e8" end - fails_with gcc: "5" - def install system "./configure", "--prefix=#{prefix}", "--mandir=#{man}" system "make", "install" diff --git a/Formula/b/bee.rb b/Formula/b/bee.rb index 38bcc59a2..c324fe056 100644 --- a/Formula/b/bee.rb +++ b/Formula/b/bee.rb @@ -1,12 +1,12 @@ class Bee < Formula desc "Tool for managing database changes" homepage "https:github.combluesoftbee" - url "https:github.combluesoftbeereleasesdownload1.104bee-1.104.zip" - sha256 "b0f1ab8daf944fcb80c85ec9939bf830dbb0aab9231c217e360a41ea012d12f2" + url "https:github.combluesoftbeereleasesdownload1.105bee-1.105.zip" + sha256 "7193735c049b55253e659ad8da8304938241fbd6d62c90dd09806fff7bc55d4e" license "MPL-1.1" bottle do - sha256 cellar: :any_skip_relocation, all: "f726719c9db3a51e77179876090bcc9b8f99dce7c7921a96824e1da62d4da99c" + sha256 cellar: :any_skip_relocation, all: "79af568d9e383194e2004fc686175a24116ddde5c439f5b6a819daf62691e0b4" end depends_on "openjdk" diff --git a/Formula/b/blast.rb b/Formula/b/blast.rb index d7a039495..07d70dba8 100644 --- a/Formula/b/blast.rb +++ b/Formula/b/blast.rb @@ -35,8 +35,6 @@ class Blast < Formula conflicts_with "proj", because: "both install a `libproj.a` library" - fails_with gcc: "5" # C++17 - def install cd "c++" do # Boost is only used for unit tests. diff --git a/Formula/b/blis.rb b/Formula/b/blis.rb index 830ae9b27..ab5328288 100644 --- a/Formula/b/blis.rb +++ b/Formula/b/blis.rb @@ -19,8 +19,6 @@ class Blis < Formula uses_from_macos "python" => :build - fails_with gcc: "5" - def install # https:github.comflameblisblobmasterdocsConfigurationHowTo.md ENV.runtime_cpu_detection diff --git a/Formula/b/bnd.rb b/Formula/b/bnd.rb index ba02e27e7..c4e101412 100644 --- a/Formula/b/bnd.rb +++ b/Formula/b/bnd.rb @@ -1,8 +1,8 @@ class Bnd < Formula desc "Swiss Army Knife for OSGi bundles" homepage "https://bnd.bndtools.org/" - url "https://search.maven.org/remotecontent?filepath=biz/aQute/bnd/biz.aQute.bnd/7.0.0/biz.aQute.bnd-7.0.0.jar" - sha256 "674080fc8bb766af9bd721f4847467c6a7a25de3ea6a444525241b34126688b1" + url "https://search.maven.org/remotecontent?filepath=biz/aQute/bnd/biz.aQute.bnd/7.1.0/biz.aQute.bnd-7.1.0.jar" + sha256 "d68703e97d0950ced1610f8ff5c37c11cc68e67b96d746c3c7375eaa4980210d" license any_of: ["Apache-2.0", "EPL-2.0"] livecheck do @@ -11,8 +11,7 @@ class Bnd < Formula end bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, all: "86bbe1cc55024ae4f3fc2b1781cd28ef757f57ad0df873983ab9fd89f13d6e8a" + sha256 cellar: :any_skip_relocation, all: "7d052030c8ad5e158aed2587be01436bb0ec5d3f6133646108ee435bc46a7651" end depends_on "openjdk" diff --git a/Formula/b/botan.rb b/Formula/b/botan.rb index 4dab6219f..1edd0480d 100644 --- a/Formula/b/botan.rb +++ b/Formula/b/botan.rb @@ -37,8 +37,6 @@ class Botan < Formula cause "Requires C++20" end - fails_with gcc: "5" - def python3 which("python3.13") end diff --git a/Formula/b/botan@2.rb b/Formula/b/botan@2.rb index 2d4cb3df6..7ed64df71 100644 --- a/Formula/b/botan@2.rb +++ b/Formula/b/botan@2.rb @@ -34,8 +34,6 @@ class BotanAT2 < Formula uses_from_macos "bzip2" uses_from_macos "zlib" - fails_with gcc: "5" - def python3 which("python3.13") end diff --git a/Formula/b/buildkit.rb b/Formula/b/buildkit.rb index bfcf190a8..52a0de72a 100644 --- a/Formula/b/buildkit.rb +++ b/Formula/b/buildkit.rb @@ -2,8 +2,8 @@ class Buildkit < Formula desc "Concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit" homepage "https:github.commobybuildkit" url "https:github.commobybuildkit.git", - tag: "v0.17.2", - revision: "a3d734228b860a215f8a336e3983d35cbfaf08d8" + tag: "v0.18.0", + revision: "95d190ef4f18b57c717eaad703b67cb2be781ebb" license "Apache-2.0" head "https:github.commobybuildkit.git", branch: "master" @@ -16,12 +16,12 @@ class Buildkit < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7fe5140d986529aa394b0c223cedc82fe636dec8e3c76d24515856e8668cf511" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7fe5140d986529aa394b0c223cedc82fe636dec8e3c76d24515856e8668cf511" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7fe5140d986529aa394b0c223cedc82fe636dec8e3c76d24515856e8668cf511" - sha256 cellar: :any_skip_relocation, sonoma: "03e8531fef400d8f753ceb9fec0cff0f7863cc8632bae925f1612320fde91824" - sha256 cellar: :any_skip_relocation, ventura: "03e8531fef400d8f753ceb9fec0cff0f7863cc8632bae925f1612320fde91824" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cd60d61e9dc004b185d8ca5bfc89fda0848ca8d8adb53c730e8d06a7708896fa" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "648d9384d914ccc06c889381167c8095624965da76c9c8162e9417fe9faee5e9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "648d9384d914ccc06c889381167c8095624965da76c9c8162e9417fe9faee5e9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "648d9384d914ccc06c889381167c8095624965da76c9c8162e9417fe9faee5e9" + sha256 cellar: :any_skip_relocation, sonoma: "8566e7820cebfa3f0a8b69c901888b0ee9d54e80c9867b7ffb44bc6f7dae4d1b" + sha256 cellar: :any_skip_relocation, ventura: "8566e7820cebfa3f0a8b69c901888b0ee9d54e80c9867b7ffb44bc6f7dae4d1b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0d794f873f7a2169629f92d56077a3189bcb62831f1eb241a40b248c91cbb583" end depends_on "go" => :build diff --git a/Formula/c/c2rust.rb b/Formula/c/c2rust.rb index cfe821321..58b7c46a4 100644 --- a/Formula/c/c2rust.rb +++ b/Formula/c/c2rust.rb @@ -19,8 +19,6 @@ class C2rust < Formula depends_on "rust" => :build depends_on "llvm@18" - fails_with gcc: "5" - def install system "cargo", "install", *std_cargo_args(path: "c2rust") pkgshare.install "examples" diff --git a/Formula/c/caf.rb b/Formula/c/caf.rb index eb2e22147..1dde9da8f 100644 --- a/Formula/c/caf.rb +++ b/Formula/c/caf.rb @@ -19,8 +19,6 @@ class Caf < Formula depends_on "cmake" => :build depends_on "openssl@3" - fails_with gcc: "5" - def install tools = pkgshare"tools" rpaths = [rpath, rpath(source: tools)] diff --git a/Formula/c/castxml.rb b/Formula/c/castxml.rb index 23cec0a51..f6c322c9c 100644 --- a/Formula/c/castxml.rb +++ b/Formula/c/castxml.rb @@ -1,10 +1,9 @@ class Castxml < Formula desc "C-family Abstract Syntax Tree XML Output" homepage "https:github.comCastXMLCastXML" - url "https:github.comCastXMLCastXMLarchiverefstagsv0.6.8.tar.gz" - sha256 "b517a9d18ddb7f71b3b053af61fc393dd81f17911e6c6d53a85f3f523ba8ad64" + url "https:github.comCastXMLCastXMLarchiverefstagsv0.6.10.tar.gz" + sha256 "d8498b39b4cf3d57671254056013de177f47fc7a2683f1a53049ab854d85ad55" license "Apache-2.0" - revision 2 head "https:github.comCastXMLcastxml.git", branch: "master" livecheck do @@ -13,19 +12,17 @@ class Castxml < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "09eeab9e19404218b6f4257df621f695da81d4a16d2d139a81e3816efde16798" - sha256 cellar: :any, arm64_sonoma: "5902e2b5e7ee77601d3b3b5134e3c75fcf6fd9d1514d944355f0ee750bf3eddf" - sha256 cellar: :any, arm64_ventura: "5022195efbecd4ab3e41df8d8f71409064e55c849883e6240abad8124e75f150" - sha256 cellar: :any, sonoma: "e02a0e5c39a33f65d4f0b3f4c264468e78fe6e6384b886eee80ebf4860371699" - sha256 cellar: :any, ventura: "44e174548e6919d4f02f7bd072a950a139157ee8d0bf9d2c71f9ae7c70470f66" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6e4147162020b86e4f1418c85731fb7fe430985d90dcd955b9cdcbfef4d1d8a6" + sha256 cellar: :any, arm64_sequoia: "08f2353fdaca10bf594966fb42a276409e7efaeadc7ecf60a1379667b923b9af" + sha256 cellar: :any, arm64_sonoma: "cf333d88e3baf649c3142fdad533d6e7c71100f53e21ca5186ec59415c48e7fe" + sha256 cellar: :any, arm64_ventura: "80cd21a8ecdac41889bb29bed8e70cdfc05f87314c726d77ed96c3ca0eeb2692" + sha256 cellar: :any, sonoma: "0ef20ed1736f2609530349fb115998ad435f3513e9344153de92e2e010cb6452" + sha256 cellar: :any, ventura: "7d9e07e2b0c985652c4b3d7f4ef9625a50dd954d8fb53e37cdbc3d70e338b564" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b4817790a5db0eba2476afe9c32d45d6beeda66b3a60d7b12462fd33ad065573" end depends_on "cmake" => :build depends_on "llvm" - fails_with gcc: "5" - def install system "cmake", "-S", ".", "-B", "build", *std_cmake_args system "cmake", "--build", "build" diff --git a/Formula/c/cbmc.rb b/Formula/c/cbmc.rb index 5c4e11eb0..e86a286b3 100644 --- a/Formula/c/cbmc.rb +++ b/Formula/c/cbmc.rb @@ -23,8 +23,6 @@ class Cbmc < Formula uses_from_macos "bison" => :build uses_from_macos "flex" => :build - fails_with gcc: "5" - def install # Fixes: *** No rule to make target 'bingoto-gcc', # needed by 'tmpcbmc-20240525-215493-ru4krxregressiongoto-gccarchiveslibour_archive.a'. Stop. diff --git a/Formula/c/ccache.rb b/Formula/c/ccache.rb index 89dec352b..d224520a9 100644 --- a/Formula/c/ccache.rb +++ b/Formula/c/ccache.rb @@ -31,8 +31,6 @@ class Ccache < Formula depends_on "xxhash" depends_on "zstd" - fails_with gcc: "5" - def install system "cmake", "-S", ".", "-B", "build", "-DENABLE_IPO=TRUE", diff --git a/Formula/c/ccls.rb b/Formula/c/ccls.rb index d6e05879d..60432a014 100644 --- a/Formula/c/ccls.rb +++ b/Formula/c/ccls.rb @@ -25,8 +25,6 @@ class Ccls < Formula depends_on "llvm" depends_on macos: :high_sierra # C++ 17 is required - fails_with gcc: "5" - def llvm deps.reject { |d| d.build? || d.test? } .map(&:to_formula) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index 9f458d4fa..b77447d5d 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -1,18 +1,18 @@ class Cdk8s < Formula desc "Define k8s native apps and abstractions using object-oriented programming" homepage "https:cdk8s.io" - url "https:registry.npmjs.orgcdk8s-cli-cdk8s-cli-2.198.270.tgz" - sha256 "6118d4313767ae31e4eec74298ba2bda76f3387f001e9b045638f298bca7a792" + url "https:registry.npmjs.orgcdk8s-cli-cdk8s-cli-2.198.271.tgz" + sha256 "13d0969d0d377de98a4154257bac4ed6c7c0a5d9a0728299a4d9cc822373a719" license "Apache-2.0" head "https:github.comcdk8s-teamcdk8s-cli.git", branch: "2.x" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c3891ba9a256c11d0f980bc38bf1dbb2353c4f86797d180a8da5328529d78c9e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c3891ba9a256c11d0f980bc38bf1dbb2353c4f86797d180a8da5328529d78c9e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c3891ba9a256c11d0f980bc38bf1dbb2353c4f86797d180a8da5328529d78c9e" - sha256 cellar: :any_skip_relocation, sonoma: "62e0088b565c6e894cd6b2f5655b0d24c429d368f16631a0859a45aad4cb8a4c" - sha256 cellar: :any_skip_relocation, ventura: "62e0088b565c6e894cd6b2f5655b0d24c429d368f16631a0859a45aad4cb8a4c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c3891ba9a256c11d0f980bc38bf1dbb2353c4f86797d180a8da5328529d78c9e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "95dff11e35a1bde514045cc3a4b95a1d675f086ce9e5addb3cc210a55d2f6f1a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "95dff11e35a1bde514045cc3a4b95a1d675f086ce9e5addb3cc210a55d2f6f1a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "95dff11e35a1bde514045cc3a4b95a1d675f086ce9e5addb3cc210a55d2f6f1a" + sha256 cellar: :any_skip_relocation, sonoma: "1283cc938f9d53da356567f019dae74b558181ebc6f4239b595d65f108d49d8e" + sha256 cellar: :any_skip_relocation, ventura: "1283cc938f9d53da356567f019dae74b558181ebc6f4239b595d65f108d49d8e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "95dff11e35a1bde514045cc3a4b95a1d675f086ce9e5addb3cc210a55d2f6f1a" end depends_on "node" diff --git a/Formula/c/ceres-solver.rb b/Formula/c/ceres-solver.rb index 4e927b983..6c5f9e00f 100644 --- a/Formula/c/ceres-solver.rb +++ b/Formula/c/ceres-solver.rb @@ -32,8 +32,6 @@ class CeresSolver < Formula depends_on "suite-sparse" depends_on "tbb" - fails_with gcc: "5" # C++17 - def install system "cmake", "-S", ".", "-B", "homebrew-build", "-DBUILD_SHARED_LIBS=ON", diff --git a/Formula/c/cgal.rb b/Formula/c/cgal.rb index 9733ef08a..453f0d4c7 100644 --- a/Formula/c/cgal.rb +++ b/Formula/c/cgal.rb @@ -20,8 +20,6 @@ class Cgal < Formula depends_on "openssl@3" end - fails_with gcc: "5" - def install system "cmake", "-S", ".", "-B", "build", *std_cmake_args system "cmake", "--build", "build" diff --git a/Formula/c/chainloop-cli.rb b/Formula/c/chainloop-cli.rb index bbf2a8131..4faa2622c 100644 --- a/Formula/c/chainloop-cli.rb +++ b/Formula/c/chainloop-cli.rb @@ -1,18 +1,18 @@ class ChainloopCli < Formula desc "CLI for interacting with Chainloop" homepage "https:docs.chainloop.dev" - url "https:github.comchainloop-devchainlooparchiverefstagsv0.131.0.tar.gz" - sha256 "65449aaf75b4be62eb7fe60423e0f1f8095ab84a823726590cf796f9e90b65da" + url "https:github.comchainloop-devchainlooparchiverefstagsv0.133.0.tar.gz" + sha256 "3538eaa10629e07d6674b1d1a5cad63e0bfa5db3e428fcc00fe65a2b6c898e7e" license "Apache-2.0" head "https:github.comchainloop-devchainloop.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2fc24014731943ed936692b7e3c5b298c6c897de851605b65bb2b9947ed2f642" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2fc24014731943ed936692b7e3c5b298c6c897de851605b65bb2b9947ed2f642" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2fc24014731943ed936692b7e3c5b298c6c897de851605b65bb2b9947ed2f642" - sha256 cellar: :any_skip_relocation, sonoma: "faeddbb6232dd36b00027ad3e794cc8251826c6cb6a3fc8a6da7809a324aee4c" - sha256 cellar: :any_skip_relocation, ventura: "1001a7f6b9199e0f4a893bd31dd93b2155add8c6d9c0666645b24f5989856381" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9a43c52d144bdf6e0c6f119cec6ea937b24e53c6ea7383105e00941a00fdb58d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c609f07a31dfaf6f1d0dbf8b77daf7d9d7d3546a8303c125f3cfabd4ec8d2cb4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c609f07a31dfaf6f1d0dbf8b77daf7d9d7d3546a8303c125f3cfabd4ec8d2cb4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c609f07a31dfaf6f1d0dbf8b77daf7d9d7d3546a8303c125f3cfabd4ec8d2cb4" + sha256 cellar: :any_skip_relocation, sonoma: "42f98f7eaf46c0916e88c3ce002a338d345cd7a1abaeaff7386a93995931c995" + sha256 cellar: :any_skip_relocation, ventura: "8d3eaaf5749a476df78e03e703931dc34736068598730f6465797131028884c7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fc53573a48da2dcc8413612a45fd608788b1c610da03102c17bf18726e073e59" end depends_on "go" => :build diff --git a/Formula/c/charm-tools.rb b/Formula/c/charm-tools.rb index 51adff4f0..0492ddd21 100644 --- a/Formula/c/charm-tools.rb +++ b/Formula/c/charm-tools.rb @@ -10,19 +10,20 @@ class CharmTools < Formula license "GPL-3.0-only" bottle do - sha256 cellar: :any, arm64_sequoia: "b575fa1b99e719812bf8ff26e191825f90c682c8f8c750eade6d16e099e8e2e7" - sha256 cellar: :any, arm64_sonoma: "88ba91e1fc68b64aa2e47ead6587ffba3563fd10050d065d53ab0e247b522bc8" - sha256 cellar: :any, arm64_ventura: "c574b4f041fe5f6391038aa55401a3603799c06397c342b0ad070105569a8e1d" - sha256 cellar: :any, sonoma: "65dba30976d6731aef8e8b71746ad076c636c05a28ad8bb2667f6d8220899e9d" - sha256 cellar: :any, ventura: "f6d03a28798a16c6989788ee4c57bdeb8448bce039f7e50d4834498490005794" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f9a7d31751a8b3167b1aef9d16431665852e0f50883e180e111d3fc91dce368f" + rebuild 1 + sha256 cellar: :any, arm64_sequoia: "c858441c7c259692a12f561b8d35c623400e176376bcfaa96898433cb64fbcb1" + sha256 cellar: :any, arm64_sonoma: "d4c7cdc7c34a59b3e872e83947e4f151c08a6f7f753a1e9f1c4a1716a3f1067d" + sha256 cellar: :any, arm64_ventura: "2aa33d96d081f354a2f6a6774640905a32cfc3c1254a04dedb13f70826605d0f" + sha256 cellar: :any, sonoma: "079f0bd68f936365f0c8a1f175b3ac74f563f951cf7534603b4d1278a2c3d694" + sha256 cellar: :any, ventura: "dce9b0d7d4433745e7a0767f7516af0d91385f084ab54475bf3caf38a65fda32" + sha256 cellar: :any_skip_relocation, x86_64_linux: "dcf0756d13ffbca4b73712b5efe34667de5bed2c944c2c02e3660a5992f68858" end depends_on "certifi" depends_on "charm" depends_on "cryptography" depends_on "libyaml" - depends_on "python@3.12" + depends_on "python@3.13" on_linux do depends_on "gmp" @@ -43,9 +44,10 @@ class CharmTools < Formula sha256 "223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e" end + # Using unreleased version for python 3.13 compatibility. resource "cheetah3" do - url "https:files.pythonhosted.orgpackages2333ace0250068afca106c1df34348ab0728e575dc9c61928d216de3e381c460Cheetah3-3.2.6.post1.tar.gz" - sha256 "58b5d84e5fbff6cf8e117414b3ea49ef51654c02ee887d155113c5b91d761967" + url "https:github.comCheetahTemplate3cheetah3archive8d82736c0e760ca9bcd01ffcdf95fbb424af116d.tar.gz" + sha256 "9d4782ec56b110891634370a19691b50d75d220649a51492b2cb96ad965a13b4" end resource "colander" do @@ -163,19 +165,14 @@ class CharmTools < Formula sha256 "6024b986f06765d482b5b07e086cc4b4cd05dd22ddcbc758fa23d54873cf313d" end - resource "ruamel-yaml-clib" do - url "https:files.pythonhosted.orgpackages46abbab9eb1566cd16f060b54055dd39cf6a34bfa0240c53a7218c43e974295bruamel.yaml.clib-0.2.8.tar.gz" - sha256 "beb2e0404003de9a4cab9753a8805a8fe9320ee6673136ed7f04255fe60bb512" - end - resource "secretstorage" do url "https:files.pythonhosted.orgpackages53a4f48c9d79cb507ed1373477dbceaba7401fd8a23af63b837fa61f1dcd3691SecretStorage-3.3.3.tar.gz" sha256 "2403533ef369eca6d2ba81718576c5e0f564d5cca1b58f73a8b23e7d4eeebd77" end resource "setuptools" do - url "https:files.pythonhosted.orgpackages27b8f21073fde99492b33ca357876430822e4800cdf522011f18041351dfa74bsetuptools-75.1.0.tar.gz" - sha256 "d59a21b17a275fb872a9c3dae73963160ae079f1049ed956880cd7c09b120538" + url "https:files.pythonhosted.orgpackages4354292f26c208734e9a7f067aea4a7e282c080750c4546559b58e2e45413ca0setuptools-75.6.0.tar.gz" + sha256 "8199222558df7c86216af4f84c30e9b34a61d8ba19366cc914424cdbd28252f6" end resource "six" do @@ -194,8 +191,8 @@ class CharmTools < Formula end resource "types-setuptools" do - url "https:files.pythonhosted.orgpackages8a62c29a8bc5b2a684bc558ee50e0b1d2ec473067e8a1cb1743eabb27efa53batypes-setuptools-75.1.0.20241014.tar.gz" - sha256 "29b0560a8d4b4a91174be085847002c69abfcb048e20b33fc663005aedf56804" + url "https:files.pythonhosted.orgpackagesc2d215ede73bc3faf647af2c7bfefa90dde563a4b6bb580b1199f6255463c272types_setuptools-75.6.0.20241126.tar.gz" + sha256 "7bf25ad4be39740e469f9268b6beddda6e088891fa5a27e985c6ce68bf62ace0" end resource "urllib3" do @@ -209,16 +206,19 @@ class CharmTools < Formula end resource "virtualenv" do - url "https:files.pythonhosted.orgpackages3f40abc5a766da6b0b2457f819feab8e9203cbeae29327bd241359f866a3da9dvirtualenv-20.26.6.tar.gz" - sha256 "280aede09a2a5c317e409a00102e7077c6432c5a38f0ef938e643805a7ad2c48" + url "https:files.pythonhosted.orgpackagesbf7553316a5a8050069228a2f6d11f32046cfa94fbb6cc3f08703f59b873de2evirtualenv-20.28.0.tar.gz" + sha256 "2c9c3262bb8e7b87ea801d715fae4495e6032450c71d2309be9550e7364049aa" end def install - # Work around ruamel.yaml.clib not building on Xcode 15.3, remove after a new release - # has resolved: https:sourceforge.netpruamel-yaml-clibtickets32 - ENV.append_to_cflags "-Wno-incompatible-function-pointer-types" if DevelopmentTools.clang_build_version >= 1500 - - virtualenv_install_with_resources + venv = virtualenv_install_with_resources without: "cheetah3" + resource("cheetah3").stage do + # Package was renamed due to PyPI 2FA requirement and charm-tools use of + # `pkg_resources` raises an exception on missing requirement + # https:github.comCheetahTemplate3cheetah3commit673259b2d139b4ea970b1c2da12607b7ac39cbec + inreplace "SetupConfig.py", "name = 'CT3'", "name = 'cheetah3'" + venv.pip_install Pathname.pwd + end end test do diff --git a/Formula/c/checkov.rb b/Formula/c/checkov.rb index 2ef20cbfd..f754d3e6e 100644 --- a/Formula/c/checkov.rb +++ b/Formula/c/checkov.rb @@ -3,8 +3,8 @@ class Checkov < Formula desc "Prevent cloud misconfigurations during build-time for IaC tools" homepage "https://www.checkov.io/" - url "https://files.pythonhosted.org/packages/61/2c/c344aafa1f358c17b1711686f628c30341a801058180080eaab7edf05ed6/checkov-3.2.310.tar.gz" - sha256 "9e5507174b62723f82d98fdc39a9648bf1fbd5ed1a9d2f7bca5c3587f8168f57" + url "https://files.pythonhosted.org/packages/ce/3c/6d4fa23e5fb49879184d6e4ba2003876c705a1f7d5475d1c680d00aabc25/checkov-3.2.320.tar.gz" + sha256 "9d1180dde2b9af364cfab92960eb3fa53a36f98a05e5c1a2594fdad3b13fa210" license "Apache-2.0" livecheck do @@ -17,12 +17,12 @@ class Checkov < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "e65f23a4b3742c8e61f5169faefaffbf3f860dbb3703adfcde9429cbf6f8a833" - sha256 cellar: :any, arm64_sonoma: "b738d5a59935f45a71bca638831f3ce09081ddc3eb6c8a7007681c9e19491e4e" - sha256 cellar: :any, arm64_ventura: "bc2583f853f60b7d063f91b5315324d3ae5a22ced09ae75c3a7e86ee056c8210" - sha256 cellar: :any, sonoma: "5ac55efa6a7cac54877d06711d51c92bc05c56276605a6b9baacabdce383515f" - sha256 cellar: :any, ventura: "9028d927afbb461bf959e504f36e9ea4decf19699f6476d9a73256510dc4eaba" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1ad9fe854e3fda410709abe72401c8e40de1ae01d909a88cf85503ee304d54ee" + sha256 cellar: :any, arm64_sequoia: "50960ff14216769307d88166907c637fc14ef0b18aa156347a4168cd16ef7ea4" + sha256 cellar: :any, arm64_sonoma: "c30603563520c1f5c903119355a88c2a064d295946738d64d2c1a32a7eeb6b17" + sha256 cellar: :any, arm64_ventura: "c6c2c885da5c2f520d84696486666b0a2b78e2172898c069d8bec4fab31470ce" + sha256 cellar: :any, sonoma: "789a158424a36abc3cf21e1b01c6f66f149a0bd3c043835276b5f86d0d8bf3db" + sha256 cellar: :any, ventura: "301406661afd7d78f2cf28ba74418a43d4624d10f5be852a7b50266a27e26cea" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6356fd06ca9773f9d8e4e0e980a905e601044684c2cc427452a5695a5ff701e9" end depends_on "cmake" => :build # for igraph @@ -45,8 +45,8 @@ class Checkov < Formula end resource "aiohttp" do - url "https://files.pythonhosted.org/packages/d5/66/a967a2e9ceab12b6970ca5be3bccc9cf13fed4acfabe2c66de3d75599185/aiohttp-3.11.6.tar.gz" - sha256 "fd9f55c1b51ae1c20a1afe7216a64a88d38afee063baa23c7fce03757023c999" + url "https://files.pythonhosted.org/packages/4b/cb/f9bb10e0cf6f01730b27d370b10cc15822bea4395acd687abc8cc5fed3ed/aiohttp-3.11.7.tar.gz" + sha256 "01a8aca4af3da85cea5c90141d23f4b0eee3cbecfd33b029a45a80f28c66c668" end resource "aiomultiprocess" do @@ -110,8 +110,8 @@ class Checkov < Formula end resource "botocore" do - url "https://files.pythonhosted.org/packages/87/06/bd0dcda686003598530eebbd0c4d7da67c031db2059a3d51a945e6199ce5/botocore-1.35.66.tar.gz" - sha256 "51f43220315f384959f02ea3266740db4d421592dd87576c18824e424b349fdb" + url "https://files.pythonhosted.org/packages/e3/b5/9bae5c9d884a3195db7528340e1e4ad73a29c0cff7d2be992a8fe435d124/botocore-1.35.70.tar.gz" + sha256 "18d1bb505722d9efd50c50719ed8de7284bfe6d3908a9e08756a7646e549da21" end resource "cached-property" do @@ -280,8 +280,8 @@ class Checkov < Formula end resource "orjson" do - url "https://files.pythonhosted.org/packages/db/3a/10320029954badc7eaa338a15ee279043436f396e965dafc169610e4933f/orjson-3.10.11.tar.gz" - sha256 "e35b6d730de6384d5b2dab5fd23f0d76fae8bbc8c353c2f78210aa5fa4beb3ef" + url "https://files.pythonhosted.org/packages/e0/04/bb9f72987e7f62fb591d6c880c0caaa16238e4e530cbc3bdc84a7372d75f/orjson-3.10.12.tar.gz" + sha256 "0a78bbda3aea0f9f079057ee1ee8a1ecf790d4f1af88dd67493c6b8ee52506ff" end resource "packageurl-python" do @@ -320,8 +320,8 @@ class Checkov < Formula end resource "pycares" do - url "https://files.pythonhosted.org/packages/1b/8f/daf60bbc06f4a3cd1cfb0ab807057151287df6f5c78f2e0d298acc9193ac/pycares-4.4.0.tar.gz" - sha256 "f47579d508f2f56eddd16ce72045782ad3b1b3b678098699e2b6a1b30733e1c2" + url "https://files.pythonhosted.org/packages/d7/b1/94daaa50b6d2fa14c6b4981ca24fa4e7aa33a7519962c76170072ffb06ee/pycares-4.5.0.tar.gz" + sha256 "025b6c2ffea4e9fb8f9a097381c2fecb24aff23fbd6906e70da22ec9ba60e19d" end resource "pycep-parser" do @@ -335,13 +335,13 @@ class Checkov < Formula end resource "pydantic" do - url "https://files.pythonhosted.org/packages/e9/78/58c36d0cf331b659d0ccd99175e3523c457b4f8e67cb92a8fdc22ec1667c/pydantic-2.10.0.tar.gz" - sha256 "0aca0f045ff6e2f097f1fe89521115335f15049eeb8a7bef3dafe4b19a74e289" + url "https://files.pythonhosted.org/packages/41/86/a03390cb12cf64e2a8df07c267f3eb8d5035e0f9a04bb20fb79403d2a00e/pydantic-2.10.2.tar.gz" + sha256 "2bc2d7f17232e0841cbba4641e65ba1eb6fafb3a08de3a091ff3ce14a197c4fa" end resource "pydantic-core" do - url "https://files.pythonhosted.org/packages/d1/cd/8331ae216bcc5a3f2d4c6b941c9f63de647e2700d38133f4f7e0132a00c4/pydantic_core-2.27.0.tar.gz" - sha256 "f57783fbaf648205ac50ae7d646f27582fc706be3977e87c3c124e7a92407b10" + url "https://files.pythonhosted.org/packages/a6/9f/7de1f19b6aea45aeb441838782d68352e71bfa98ee6fa048d5041991b33e/pydantic_core-2.27.1.tar.gz" + sha256 "62a763352879b84aa31058fc931884055fd75089cccbd9d58bb6afd01141b235" end resource "pyparsing" do @@ -440,8 +440,8 @@ class Checkov < Formula end resource "tqdm" do - url "https://files.pythonhosted.org/packages/e8/4f/0153c21dc5779a49a0598c445b1978126b1344bab9ee71e53e44877e14e0/tqdm-4.67.0.tar.gz" - sha256 "fe5a6f95e6fe0b9755e9469b77b9c3cf850048224ecaa8293d7d2d31f97d869a" + url "https://files.pythonhosted.org/packages/a8/4b/29b4ef32e036bb34e4ab51796dd745cdba7ed47ad142a9f4a1eb8e0c744d/tqdm-4.67.1.tar.gz" + sha256 "f8aef9c52c08c13a65f30ea34f4e5aac3fd1a34959879d7e59e63027286627f2" end resource "typing-extensions" do @@ -475,8 +475,8 @@ class Checkov < Formula end resource "yarl" do - url "https://files.pythonhosted.org/packages/4b/d5/0d0481857de42a44ba4911f8010d4b361dc26487f48d5503c66a797cff48/yarl-1.17.2.tar.gz" - sha256 "753eaaa0c7195244c84b5cc159dc8204b7fd99f716f11198f999f2332a86b178" + url "https://files.pythonhosted.org/packages/5e/4b/53db4ecad4d54535aff3dfda1f00d6363d79455f62b11b8ca97b82746bd2/yarl-1.18.0.tar.gz" + sha256 "20d95535e7d833889982bfe7cc321b7f63bf8879788fee982c76ae2b24cfb715" end resource "zipp" do diff --git a/Formula/c/cherrytree.rb b/Formula/c/cherrytree.rb index c20ab8e0e..4d42f965c 100644 --- a/Formula/c/cherrytree.rb +++ b/Formula/c/cherrytree.rb @@ -57,8 +57,6 @@ class Cherrytree < Formula depends_on "harfbuzz" end - fails_with gcc: "5" # Needs std::optional - def install system "cmake", "-S", ".", "-B", "build", *std_cmake_args system "cmake", "--build", "build" diff --git a/Formula/c/chromaprint.rb b/Formula/c/chromaprint.rb index 1336490e2..8640e927a 100644 --- a/Formula/c/chromaprint.rb +++ b/Formula/c/chromaprint.rb @@ -20,8 +20,6 @@ class Chromaprint < Formula depends_on "cmake" => :build depends_on "ffmpeg" - fails_with gcc: "5" # ffmpeg is compiled with GCC - # Backport support for FFmpeg 5+. Remove in the next release patch do url "https:github.comacoustidchromaprintcommit584960fbf785f899d757ccf67222e3cf3f95a963.patch?full_index=1" diff --git a/Formula/c/cimg.rb b/Formula/c/cimg.rb index 62bdd3317..e52cf8b96 100644 --- a/Formula/c/cimg.rb +++ b/Formula/c/cimg.rb @@ -19,8 +19,6 @@ class Cimg < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "53c866c9ec6c066c5905bf7b732f70a6ecfa42b4490194563ad54f482db6d54a" end - fails_with gcc: "5" # C++ 17 is required - def install include.install "CImg.h" prefix.install "Licence_CeCILL-C_V1-en.txt", "Licence_CeCILL_V2-en.txt" diff --git a/Formula/c/clazy.rb b/Formula/c/clazy.rb index 60eabdd8f..9a0083d3f 100644 --- a/Formula/c/clazy.rb +++ b/Formula/c/clazy.rb @@ -30,8 +30,6 @@ class Clazy < Formula uses_from_macos "ncurses" uses_from_macos "zlib" - fails_with gcc: "5" # C++17 - def install system "cmake", "-S", ".", "-B", "build", "-DCLAZY_LINK_CLANG_DYLIB=ON", *std_cmake_args system "cmake", "--build", "build" diff --git a/Formula/c/clickhouse-cpp.rb b/Formula/c/clickhouse-cpp.rb index 02f823344..1ca2face2 100644 --- a/Formula/c/clickhouse-cpp.rb +++ b/Formula/c/clickhouse-cpp.rb @@ -22,9 +22,6 @@ class ClickhouseCpp < Formula depends_on "lz4" depends_on "openssl@3" - fails_with gcc: "5" - fails_with gcc: "6" - def install # We use the vendored version (1.0.2) of `cityhash` because newer versions # break hash compatibility. See: diff --git a/Formula/c/cloudflared.rb b/Formula/c/cloudflared.rb index 3f4298461..4a2862403 100644 --- a/Formula/c/cloudflared.rb +++ b/Formula/c/cloudflared.rb @@ -4,15 +4,16 @@ class Cloudflared < Formula url "https:github.comcloudflarecloudflaredarchiverefstags2024.11.1.tar.gz" sha256 "1bf729c225701f6864b31bb6c251293caa06f9f1a6e671f3326dd20c3c9719ff" license "Apache-2.0" + revision 1 head "https:github.comcloudflarecloudflared.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "cc09eb8b677d672577e1ed2fd36afd0145dc332ab9ff15eafee7525a0ca6c8fb" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7247b8823d3308fc067a5c3fae0d3d6d981f08bf3d6fce2f240d73a32e92894e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "bc10590791eed97736281e1fc971ef45bf9245e2d1dabdc0b084308a3d688a8f" - sha256 cellar: :any_skip_relocation, sonoma: "1ddc4480753d9236cc8f92c8e63859be54490a8c47f823beaf3814c18d0a1fab" - sha256 cellar: :any_skip_relocation, ventura: "ebcef72c9affd47a05524527507ce6756a5844dd676bb3e8d514c92e41d12128" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b46a2b27b98b82ae0536890828aacffd0b8a272d4cbc858ea414b97be902bff0" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "07d4134b91fe1115235f0a3daae9f7393867ca82d1c01b705a9d685ea9805903" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "77e61c7f0895ff962b5957e7ae43af78e83cf2d28f2825e1fa77f41e987c01af" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8640b280ea07699648d15f2567593d41935ffe2e459fff04a1d5e07b8aad0da8" + sha256 cellar: :any_skip_relocation, sonoma: "3bd28cfb6cc90e0c2ea3d5627f520b23c66d9deb7631d3a78fd16a31c7b18b61" + sha256 cellar: :any_skip_relocation, ventura: "bddb768669fa4d5c38a6665d2f395a301e4ee9281208994e319c23fdb0059d90" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d896179cb61f7122542eb17df62ed7c82335d66de4d96f80a0c0474fda3ad130" end depends_on "go" => :build @@ -25,6 +26,13 @@ def install "PREFIX=#{prefix}" end + service do + run [opt_bin"cloudflared"] + keep_alive successful_exit: false + log_path var"logcloudflared.log" + error_log_path var"logcloudflared.log" + end + test do help_output = shell_output("#{bin}cloudflared help") assert_match "cloudflared - Cloudflare's command-line tool and agent", help_output diff --git a/Formula/c/codequery.rb b/Formula/c/codequery.rb index 86b0e18fd..4c62d3464 100644 --- a/Formula/c/codequery.rb +++ b/Formula/c/codequery.rb @@ -19,8 +19,6 @@ class Codequery < Formula depends_on "qt" depends_on "sqlite" - fails_with gcc: "5" - def install system "cmake", "-S", ".", "-B", "build", *std_cmake_args system "cmake", "--build", "build" diff --git a/Formula/c/color-code.rb b/Formula/c/color-code.rb index 06cd72ed2..8deea6bab 100644 --- a/Formula/c/color-code.rb +++ b/Formula/c/color-code.rb @@ -24,8 +24,6 @@ class ColorCode < Formula depends_on "cmake" => :build depends_on "qt@5" - fails_with gcc: "5" - def install system "cmake", "-S", "src", "-B", "build_cmake", *std_cmake_args system "cmake", "--build", "build_cmake" diff --git a/Formula/c/core-lightning.rb b/Formula/c/core-lightning.rb index 5a3854c5d..952c5c36e 100644 --- a/Formula/c/core-lightning.rb +++ b/Formula/c/core-lightning.rb @@ -1,4 +1,6 @@ class CoreLightning < Formula + include Language::Python::Virtualenv + desc "Lightning Network implementation focusing on spec compliance and performance" homepage "https:github.comElementsProjectlightning" url "https:github.comElementsProjectlightningreleasesdownloadv24.08.1clightning-v24.08.1.zip" @@ -11,48 +13,73 @@ class CoreLightning < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "0e87df26d10596226cf0773c3a89869aae29f8c6341065b173805e79b4dde5af" - sha256 cellar: :any, arm64_sonoma: "a5a92f36df8ea4b81a09852e77bab0a6911b0f13518bab787b24325804aa8cf6" - sha256 cellar: :any, arm64_ventura: "b19deb168705a6a20d449a04bffc6ef0f0515192c813660adb7617856349260f" - sha256 sonoma: "2a4303879db683387b91bd449f1e2c84c70609e6c747e19fe14d1eddba86b705" - sha256 ventura: "8c35066c7fd414873f7d1aae4b3d89a187df2c425f32137bef8c15aac21778bc" - sha256 x86_64_linux: "e79e6b97f384373f738d902097292812edf14eca24a10e7458be241c02d21ab5" + rebuild 1 + sha256 arm64_sequoia: "04269112db447906dd83ca753457bbb1ca517240ca3718c820abe1b0c88e9687" + sha256 arm64_sonoma: "feb6e52f2c205eef80dca8f8e4bd9692f79deb63031da27cad6f974c3623826a" + sha256 arm64_ventura: "a11b53f72b183ada47d1a9ef6d175477d68d4a267694845c7a847317e18407bb" + sha256 sonoma: "002da19820ec43df4a29edd5dcd8dfdba8ffa0a4f43a0f255652642fc5c82687" + sha256 ventura: "ab6afa0566a63b50cf01cbb731246e1497fcda7569a01d14bbc15504e67d56ab" + sha256 x86_64_linux: "ac8e18f4c0626cfcb1fc485038a6f9e96e54dd3d03d559cb0780ffc90eae1301" end depends_on "autoconf" => :build depends_on "automake" => :build depends_on "gettext" => :build - depends_on "gnu-sed" => :build - depends_on "jq" => :build depends_on "libtool" => :build depends_on "lowdown" => :build - depends_on "pkg-config" => :build - depends_on "poetry" => :build + depends_on "pkgconf" => :build depends_on "protobuf" => :build + depends_on "python@3.13" => :build + depends_on "rust" => :build depends_on "bitcoin" - depends_on "gmp" depends_on "libsodium" - uses_from_macos "python" + uses_from_macos "jq" => :build, since: :sequoia + uses_from_macos "python", since: :catalina uses_from_macos "sqlite" uses_from_macos "zlib" + on_macos do + depends_on "gnu-sed" => :build + end + + resource "mako" do + url "https:files.pythonhosted.orgpackagesfa0b29bc5a230948bf209d3ed3165006d257e547c02c3c2a96f6286320dfe8dcmako-1.3.6.tar.gz" + sha256 "9ec3a1583713479fae654f83ed9fa8c9a4c16b7bb0daba0e6bbebff50c0d983d" + end + + resource "markupsafe" do + url "https:files.pythonhosted.orgpackagesb2975d42485e71dfc078108a86d6de8fa46db44a1a9295e89c5d6d4a06e23a62markupsafe-3.0.2.tar.gz" + sha256 "ee55d3edf80167e48ea11a923c7386f4669df67d7994554387f84e7d8b0a2bf0" + end + + resource "setuptools" do + url "https:files.pythonhosted.orgpackages4354292f26c208734e9a7f067aea4a7e282c080750c4546559b58e2e45413ca0setuptools-75.6.0.tar.gz" + sha256 "8199222558df7c86216af4f84c30e9b34a61d8ba19366cc914424cdbd28252f6" + end + + # Backport fix for paths on ARM macOS + # PR ref: https:github.comElementsProjectlightningpull7857 + patch do + url "https:github.comElementsProjectlightningcommit94c5695d6f1933aa8bffe50180dde702f1485297.patch?full_index=1" + sha256 "60742fa3911e4c9599cb9f0c0190fb7ed9940dba020236c8005311f1456bb4db" + end + def install - rm_r(buildpath"externallowdown") - system "poetry", "install", "--only=main" + rm_r(["externallibsodium", "externallowdown"]) + + venv = virtualenv_create(buildpath"venv", "python3.13") + venv.pip_install resources + ENV.prepend_path "PATH", venv.root"bin" + ENV.prepend_path "PATH", Formula["gnu-sed"].libexec"gnubin" if OS.mac? + system ".configure", "--prefix=#{prefix}" - system "poetry", "run", "make", "install" + system "make", "install" end test do - cmd = "#{bin}lightningd --daemon --network regtest --log-file lightningd.log" - if OS.mac? && Hardware::CPU.arm? - lightningd_output = shell_output("#{cmd} 2>&1", 10) - assert_match "lightningd: Could not run #{bin}lightning_channeld: No such file or directory", lightningd_output - else - lightningd_output = shell_output("#{cmd} 2>&1", 1) - assert_match "Could not connect to bitcoind using bitcoin-cli. Is bitcoind running?", lightningd_output - end + lightningd_output = shell_output("#{bin}lightningd --daemon --network regtest --log-file lightningd.log 2>&1", 1) + assert_match "Could not connect to bitcoind using bitcoin-cli. Is bitcoind running?", lightningd_output lightningcli_output = shell_output("#{bin}lightning-cli --network regtest getinfo 2>&1", 2) assert_match "lightning-cli: Connecting to 'lightning-rpc': No such file or directory", lightningcli_output diff --git a/Formula/c/cpi.rb b/Formula/c/cpi.rb index e9c7e0b59..630f40f9f 100644 --- a/Formula/c/cpi.rb +++ b/Formula/c/cpi.rb @@ -18,8 +18,6 @@ class Cpi < Formula uses_from_macos "llvm" - fails_with gcc: "5" - def install system "qmake", "CONFIG+=release", "target.path=#{bin}" system "make" diff --git a/Formula/c/cpr.rb b/Formula/c/cpr.rb index bed433695..f06968319 100644 --- a/Formula/c/cpr.rb +++ b/Formula/c/cpr.rb @@ -22,8 +22,6 @@ class Cpr < Formula depends_on "openssl@3" end - fails_with gcc: "5" # C++17 - def install args = %W[ -DCPR_USE_SYSTEM_CURL=ON diff --git a/Formula/c/csound.rb b/Formula/c/csound.rb index 2df273d47..4ea29a7e1 100644 --- a/Formula/c/csound.rb +++ b/Formula/c/csound.rb @@ -73,8 +73,6 @@ class Csound < Formula conflicts_with "libextractor", because: "both install `extract` binaries" - fails_with gcc: "5" - resource "ableton-link" do url "https:github.comAbletonlinkarchiverefstagsLink-3.1.2.tar.gz" sha256 "2673dfad75b1484e8388deb8393673c3304b3ab5662dd5828e08e029ca8797aa" diff --git a/Formula/c/ctemplate.rb b/Formula/c/ctemplate.rb index d6a119f84..d13d85403 100644 --- a/Formula/c/ctemplate.rb +++ b/Formula/c/ctemplate.rb @@ -26,8 +26,6 @@ class Ctemplate < Formula depends_on "libtool" => :build uses_from_macos "python" => :build - fails_with gcc: "5" - def install system ".autogen.sh" system ".configure", "--disable-dependency-tracking", "--prefix=#{prefix}" diff --git a/Formula/c/curaengine.rb b/Formula/c/curaengine.rb index 084e4ab7e..e9d515597 100644 --- a/Formula/c/curaengine.rb +++ b/Formula/c/curaengine.rb @@ -26,8 +26,6 @@ class Curaengine < Formula depends_on "cmake" => :build - fails_with gcc: "5" - # The version tag in these resources (e.g., `1.2.3`) should be changed as # part of updating this formula to a new version. resource "fdmextruder_defaults" do diff --git a/Formula/d/dartsim.rb b/Formula/d/dartsim.rb index fcbe5bc5d..bd5dcd09f 100644 --- a/Formula/d/dartsim.rb +++ b/Formula/d/dartsim.rb @@ -39,8 +39,6 @@ class Dartsim < Formula depends_on "mesa" end - fails_with gcc: "5" - def install args = std_cmake_args diff --git a/Formula/d/deployer.rb b/Formula/d/deployer.rb index 698ac661d..cb2526fe9 100644 --- a/Formula/d/deployer.rb +++ b/Formula/d/deployer.rb @@ -1,24 +1,18 @@ class Deployer < Formula desc "Deployment tool written in PHP with support for popular frameworks" homepage "https:deployer.org" - # Bump to php 8.4 on the next release, if possible. - url "https:github.comdeployphpdeployerreleasesdownloadv7.5.6deployer.phar" - sha256 "ee741006edc46a97d522c41b84cdcdcec0da5807afcd0e7d6e737d0970b723aa" + url "https:github.comdeployphpdeployerreleasesdownloadv7.5.8deployer.phar" + sha256 "72bc7b3508a7877b7b4fe3877de72738ff28b512a056ccfbcc432d0baf325ec6" license "MIT" bottle do - sha256 cellar: :any_skip_relocation, all: "0525fd0dd685a00f848dacc06b9608c7ce0a1aa3d4b1633295d9de1b28a6ebbd" + sha256 cellar: :any_skip_relocation, all: "a9b3fbfa0f721119a455a73ae0e0ae7c598f789eba0e7ebfe093c49f79638abb" end - depends_on "php@8.3" + depends_on "php" def install - libexec.install "deployer.phar" => "dep" - - (bin"dep").write <<~EOS - #!#{Formula["php@8.3"].opt_bin}php - "dep" end test do diff --git a/Formula/d/difftastic.rb b/Formula/d/difftastic.rb index b4c48fe57..dd71b04c2 100644 --- a/Formula/d/difftastic.rb +++ b/Formula/d/difftastic.rb @@ -16,8 +16,6 @@ class Difftastic < Formula depends_on "rust" => :build - fails_with gcc: "5" - def install system "cargo", "install", *std_cargo_args man1.install "difft.1" diff --git a/Formula/d/dissent.rb b/Formula/d/dissent.rb index 762edd9cb..f5e40ee6c 100644 --- a/Formula/d/dissent.rb +++ b/Formula/d/dissent.rb @@ -1,19 +1,18 @@ class Dissent < Formula desc "GTK4 Discord client in Go" homepage "https:github.comdiamondburneddissent" - url "https:github.comdiamondburneddissentarchiverefstagsv0.0.30.tar.gz" - sha256 "63994e46b01e135c36902b67a8495eef71d4a4b09204c712629edadfc8398dc6" + url "https:github.comdiamondburneddissentarchiverefstagsv0.0.31.tar.gz" + sha256 "0e7ce9abfa6f8fb4c2c88a78ec18a84403d706ef08ceec955d173223835cb17d" license "GPL-3.0-or-later" - revision 1 head "https:github.comdiamondburneddissent.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "f2448419bd81de8a1f256651ab3328c1cd75f3da232fe057b9f56f611abac5ea" - sha256 cellar: :any, arm64_sonoma: "ef3779084e55a473b8c56c6415908ac61a9f2d447fa1d1c0da723326eecbcd7b" - sha256 cellar: :any, arm64_ventura: "a518a0006ad3eefc5f4db860f3ca1d4225efdf8960c4f41a7fddabf6cbb1c2d7" - sha256 cellar: :any, sonoma: "d55fd2d47ff74a860f02ac9ccb7bfd82d917cf3a7399273487fe08061c90f690" - sha256 cellar: :any, ventura: "d216f4360abd678c659f65d36afff0ed4b3dc515994c0e88e60063506ab5af29" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c96d63371bdfe8c13999e181d862d8cc3ac2efb6aaa91e230f757f2cc141dd7f" + sha256 cellar: :any, arm64_sequoia: "ab4d0479dea0c67a710b925414a9a55b2c3a739c481f975cc19515a6781eee64" + sha256 cellar: :any, arm64_sonoma: "24b07f98ed855ec93a1359daea34362b3c36d0ba68843240721e5fdd1f756bbb" + sha256 cellar: :any, arm64_ventura: "fb20c945259afae12a0733fe88fe95677c1fdbbf2cf138ea36d66b76b341a447" + sha256 cellar: :any, sonoma: "4266a0c2b2772822ebe02932638a506f7f3feb0b11f627a7284d757ad0b0d198" + sha256 cellar: :any, ventura: "7b64be62c292d8503383de31d2b1a0ba209c1f16cc220d2f02ed8f702099fa9d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d8167873b835b53040a38b5d307ffdc2ee67f6b275032417b5f4a9ebfdeb27d5" end depends_on "go" => :build diff --git a/Formula/d/dnsdist.rb b/Formula/d/dnsdist.rb index e9a27356e..3132708c6 100644 --- a/Formula/d/dnsdist.rb +++ b/Formula/d/dnsdist.rb @@ -32,8 +32,6 @@ class Dnsdist < Formula uses_from_macos "libedit" - fails_with gcc: "5" - def install system "./configure", "--disable-silent-rules", "--without-net-snmp", diff --git a/Formula/d/docker-buildx.rb b/Formula/d/docker-buildx.rb index ab548e70d..825f613ba 100644 --- a/Formula/d/docker-buildx.rb +++ b/Formula/d/docker-buildx.rb @@ -1,18 +1,18 @@ class DockerBuildx < Formula desc "Docker CLI plugin for extended build capabilities with BuildKit" homepage "https:docs.docker.combuildxworking-with-buildx" - url "https:github.comdockerbuildxarchiverefstagsv0.18.0.tar.gz" - sha256 "a935cb2715a5054d918d40ef07cdd4a6465b20a755d466248718ab59fd41c334" + url "https:github.comdockerbuildxarchiverefstagsv0.19.1.tar.gz" + sha256 "7a14199d052d4933bb5379207f13d4b6562ab10f3fb9f5217790b482bd2b25f4" license "Apache-2.0" head "https:github.comdockerbuildx.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ad07f34068d46566f8a8b6e037e315f286d3e0264c5f0547808a9df3aa6de199" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ad07f34068d46566f8a8b6e037e315f286d3e0264c5f0547808a9df3aa6de199" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ad07f34068d46566f8a8b6e037e315f286d3e0264c5f0547808a9df3aa6de199" - sha256 cellar: :any_skip_relocation, sonoma: "2414b0b80b0da1281c6be0900cc06dfd8b4f88df64ae7780680a17175b02fabd" - sha256 cellar: :any_skip_relocation, ventura: "2414b0b80b0da1281c6be0900cc06dfd8b4f88df64ae7780680a17175b02fabd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "402365f690880d8702b078c2a767d04f1846d65bee0cfafeea3cdbc83ef1d3e3" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8fdd5a38e02f29e6f899e8e492e5e21679df20ca82336411b56896f89ca30b2a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8fdd5a38e02f29e6f899e8e492e5e21679df20ca82336411b56896f89ca30b2a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8fdd5a38e02f29e6f899e8e492e5e21679df20ca82336411b56896f89ca30b2a" + sha256 cellar: :any_skip_relocation, sonoma: "532b925a6c16d98a9477dd23ccd0e3d1aa8a9d7ff45c4b46f24f546f8d8958de" + sha256 cellar: :any_skip_relocation, ventura: "532b925a6c16d98a9477dd23ccd0e3d1aa8a9d7ff45c4b46f24f546f8d8958de" + sha256 cellar: :any_skip_relocation, x86_64_linux: "92e62a0c061389ec4511f71cd61dfd852a96db45f4f9f1b65e4c708695bc144b" end depends_on "go" => :build diff --git a/Formula/d/dosbox-staging.rb b/Formula/d/dosbox-staging.rb index 371da2018..e03d87e22 100644 --- a/Formula/d/dosbox-staging.rb +++ b/Formula/d/dosbox-staging.rb @@ -45,8 +45,6 @@ class DosboxStaging < Formula depends_on "mesa-glu" end - fails_with gcc: "5" - def install rm_r(buildpath"subprojects") # Ensure we don't use vendored dependencies args = %w[-Ddefault_library=shared -Db_lto=true -Dtracy=false] diff --git a/Formula/d/dspdfviewer.rb b/Formula/d/dspdfviewer.rb index f2ef930e4..2aa274652 100644 --- a/Formula/d/dspdfviewer.rb +++ b/Formula/d/dspdfviewer.rb @@ -38,8 +38,6 @@ class Dspdfviewer < Formula depends_on "gettext" end - fails_with gcc: "5" - def install args = %w[ -DRunDualScreenTests=OFF diff --git a/Formula/d/dum.rb b/Formula/d/dum.rb new file mode 100644 index 000000000..2bc59ed5b --- /dev/null +++ b/Formula/d/dum.rb @@ -0,0 +1,38 @@ +class Dum < Formula + desc "Npm scripts runner written in Rust" + homepage "https:github.comegoistdum" + url "https:github.comegoistdumarchiverefstagsv0.1.19.tar.gz" + sha256 "94af37a8f9a0689ea27d7f338b495793349b75f56b516c17cd207e7c47c52c4f" + license "MIT" + head "https:github.comegoistdum.git", branch: "main" + + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1b55256519cfd40c69330dea974562920fbe8202d5d20d87e8027044e7303bde" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "85cd3cb907cdd12a19237962c258ef81776fbc82f47a652125fe938fd2af76a5" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7451cfdf6ce688112b40e8fc8fdd688c33b1eb08f028f77cb41d004989896dd1" + sha256 cellar: :any_skip_relocation, sonoma: "b31347772c05158e37b9432f1d621bbd925369feccbe67abb5b026513e397aa0" + sha256 cellar: :any_skip_relocation, ventura: "407cf2dfc43a84146ebe0c18773888393d889a9eb2473a3b4c69d8fc68d509ab" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2e8958901da48fb93e4955c0d2e9009682681398dee8d768c5a8e6b7e22dc98c" + end + + depends_on "rust" => :build + + def install + system "cargo", "install", *std_cargo_args + end + + test do + (testpath"package.json").write <<~JSON + { + "scripts": { + "hello": "echo 'Hello, dum!'" + } + } + JSON + + output = shell_output("#{bin}dum run hello") + assert_match "Hello, dum!", output + + assert_match version.to_s, shell_output("#{bin}dum --version") + end +end \ No newline at end of file diff --git a/Formula/d/dune.rb b/Formula/d/dune.rb index 2c70f1af4..9174b8c55 100644 --- a/Formula/d/dune.rb +++ b/Formula/d/dune.rb @@ -1,18 +1,18 @@ class Dune < Formula desc "Composable build system for OCaml" homepage "https:dune.build" - url "https:github.comocamldunereleasesdownload3.16.1dune-3.16.1.tbz" - sha256 "b781ae20f87613c2a11bd0717809e00470c82d615e15264f9a64e033051ac3de" + url "https:github.comocamldunereleasesdownload3.17.0dune-3.17.0.tbz" + sha256 "2c3aa6c41ed39e3d6c1a292d75f4806bd80310841afc51673aa59ce9c816507c" license "MIT" head "https:github.comocamldune.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "988ba6399a7f512df3b1b7ba9a8b268fa86205613e21ffe626333e0b7fc70c81" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "38dca2bb0cb2e80f79093345c858cb2ffa90daa9276e23562ecf749cca038954" - sha256 cellar: :any_skip_relocation, arm64_ventura: "db440744d7d549ccc16697bb3742d6995c4e79981e72abd09bec6ce57ca0aac6" - sha256 cellar: :any_skip_relocation, sonoma: "31131d9cce0b06cc62c44d9afae766e2ed847957b99ac79f022a4834bf4426f0" - sha256 cellar: :any_skip_relocation, ventura: "bd7d4b100ea8479ca8d94edd09980cb92adeef8f1c0a1575151d0235c23bb17a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9396b7b3e9c99d94e76a7eeb0033b0cb069afee26502513267c1c4ae9688715c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ab88c2da4a2de5b8af27bc221196d8543b936ef074afcc6b1eaa1b036483d839" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6a6051f36687505dc2b05929f76287ff217b686fe071a403d26b30483c6bdacf" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e66fc715576625783e27b56606164d4e8a1e6270b617b2a33c3541fcf1efd9c2" + sha256 cellar: :any_skip_relocation, sonoma: "b930467ac74da4c654c93e87a59c2c6918b0b72f90ccff7203ad13dcb460286d" + sha256 cellar: :any_skip_relocation, ventura: "94342ea9e1d76e037b4180033c85eac4a699cf0124bf903b4ffaef1c42d25730" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d9f652a9b10d41eee2821a88fdb0493c703a49433cfad164578aaf6ef71a8e5f" end depends_on "ocaml" => [:build, :test] diff --git a/Formula/e/ecflow-ui.rb b/Formula/e/ecflow-ui.rb index 8937795f2..d18e6ac79 100644 --- a/Formula/e/ecflow-ui.rb +++ b/Formula/e/ecflow-ui.rb @@ -25,9 +25,6 @@ class EcflowUi < Formula uses_from_macos "libxcrypt" - # requires C++17 compiler to build with Qt - fails_with gcc: "5" - def install args = %w[ -DECBUILD_LOG_LEVEL=DEBUG diff --git a/Formula/e/edencommon.rb b/Formula/e/edencommon.rb index 8c7782d64..7b4aa1de9 100644 --- a/Formula/e/edencommon.rb +++ b/Formula/e/edencommon.rb @@ -1,18 +1,18 @@ class Edencommon < Formula desc "Shared library for Watchman and Eden projects" homepage "https:github.comfacebookexperimentaledencommon" - url "https:github.comfacebookexperimentaledencommonarchiverefstagsv2024.11.18.00.tar.gz" - sha256 "00917026ccb9faec6b6945f8f4a911098f22419c674f0bd4c8dd8ec4e6a1b1bb" + url "https:github.comfacebookexperimentaledencommonarchiverefstagsv2024.11.25.00.tar.gz" + sha256 "f46bb5281847d9fa4ac7e1dae97dc270479e740effe571cc18d3344be8033e09" license "MIT" head "https:github.comfacebookexperimentaledencommon.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "c905a3b5d93f2d5a77d5f67d27fa77e6b3d31abd29e01407cfb121675f346e8a" - sha256 cellar: :any, arm64_sonoma: "d64a0ca601ecb30bf72d954f9a42cecf09736d9b91ef9b72eac25c11a3886960" - sha256 cellar: :any, arm64_ventura: "14c05e72126921c6a81511398d633f2029ce340244fcaf6e9b9e9afad1221cf9" - sha256 cellar: :any, sonoma: "0bf4b9324e335dd9c334368c0bbb158c4d4cd41ab0a9a5ea232371546b8adc46" - sha256 cellar: :any, ventura: "70cddbf7d160da20bdc7b47d53bf5b36c374273cc4b30b0cb6d9e4ea87a4bd9d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "17ff017a19bd5b97098ad8fd84bc2b70848a1ffbebf1c1a74f47d593195a81b6" + sha256 cellar: :any, arm64_sequoia: "9ca200ff66a8b4c421ab6212b0d2605b573399374f5e9266307ed469719e4ba8" + sha256 cellar: :any, arm64_sonoma: "f1744bbaa9cc9c4372624d6a95b051e397f08577aad7aad82427890c76da129f" + sha256 cellar: :any, arm64_ventura: "b05c89346b181475cb3e268c3503102839222341569efec6a706a0e7a96dd1ad" + sha256 cellar: :any, sonoma: "2177a3e9f8d6697d9cbf5e2fabc1ca12a2c1d7930a9ba501832e695e6b4949af" + sha256 cellar: :any, ventura: "60c64f85c1694504dae5c1d404af22e33b26a7dcdc7084aae82a7fc544af8c3b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a893b504cac8ad09282375ecc11643e67ddc539d587dd1ec354ff747e7664438" end depends_on "cmake" => :build diff --git a/Formula/e/eigen.rb b/Formula/e/eigen.rb index 4c72d738e..9a9345628 100644 --- a/Formula/e/eigen.rb +++ b/Formula/e/eigen.rb @@ -13,8 +13,8 @@ class Eigen < Formula end bottle do - rebuild 2 - sha256 cellar: :any_skip_relocation, all: "b7d3fc4023e664e69392994530a88aa0b6f2a81067da6d64727cf983db2c1bd1" + rebuild 3 + sha256 cellar: :any_skip_relocation, all: "06503290dc3c07a67b8f582046b0a7f0bd68c2cb2da1e5bc071710de5ba7f5ec" end depends_on "cmake" => :build @@ -24,7 +24,6 @@ class Eigen < Formula def install system "cmake", "-S", ".", "-B", "eigen-build", "-Dpkg_config_libdir=#{lib}", *std_cmake_args system "cmake", "--install", "eigen-build" - (share/"cmake/Modules").install "cmake/FindEigen3.cmake" end test do diff --git a/Formula/e/enzyme.rb b/Formula/e/enzyme.rb index 5fcbfcb99..dc2e7184f 100644 --- a/Formula/e/enzyme.rb +++ b/Formula/e/enzyme.rb @@ -18,8 +18,6 @@ class Enzyme < Formula depends_on "cmake" => :build depends_on "llvm" - fails_with gcc: "5" - def llvm deps.map(&:to_formula).find { |f| f.name.match?(^llvm(@\d+)?$) } end diff --git a/Formula/f/fb303.rb b/Formula/f/fb303.rb index a1201e989..50b5605cc 100644 --- a/Formula/f/fb303.rb +++ b/Formula/f/fb303.rb @@ -1,18 +1,18 @@ class Fb303 < Formula desc "Thrift functions for querying information from a service" homepage "https:github.comfacebookfb303" - url "https:github.comfacebookfb303archiverefstagsv2024.11.18.00.tar.gz" - sha256 "f5f606e6e60641ae781b5cf75bf4a15a0ee3dbe189668e71eda80e4afa949704" + url "https:github.comfacebookfb303archiverefstagsv2024.11.25.00.tar.gz" + sha256 "fdcd9062516431e30585eacfb452aa693de1da172245bd29b4789b3328458e11" license "Apache-2.0" head "https:github.comfacebookfb303.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "bbc472a56041356b37944a69189dbe2f637f30902b34c7c030d63a15985303e6" - sha256 cellar: :any, arm64_sonoma: "d04de0b8578e48dc8061ad05b17cdf9f09833e24c5c891b9c16d85e11d0d3a19" - sha256 cellar: :any, arm64_ventura: "87dce6c4c56a133b5b9a628052a73590432dc4097cb91d03f9cae75bb50866c0" - sha256 cellar: :any, sonoma: "a0783d8df728efb266bafe745277cfd92d1dad25449c9ed9b373ba8f4e26b262" - sha256 cellar: :any, ventura: "ea329e7f1cb21f581a3cdf53af20ee1679c5543c4f42a59332da5d55b52a6b5d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "30b4e0e4f80dc44293931a20f406828f8f005265d94250d4b42fc61c890d90e2" + sha256 cellar: :any, arm64_sequoia: "fdefd17b8db77b52482ca0cb24926d3512349258b49c41e77fd9f37d397bfc28" + sha256 cellar: :any, arm64_sonoma: "3958bd85013a93ac4e69dd31bf6db23f11555e39bd97bf8541845d8303147d4a" + sha256 cellar: :any, arm64_ventura: "684e8f63e9bab16d2743becc588b4d899778defb976e754bd663f9fe31c2e95d" + sha256 cellar: :any, sonoma: "7127ff7e5a7802dc672a737af24a3ccc198befc64bcc6d682197e19b5ec04c31" + sha256 cellar: :any, ventura: "e729de8951ef09482e8bc282e7d7a3471a97d0d7b0738d315ce64045de351e3d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d9aa6af510ccd543cf3bdca3c26a989740da00743450960cd9c19fdf2b895dd9" end depends_on "cmake" => :build @@ -24,8 +24,6 @@ class Fb303 < Formula depends_on "glog" depends_on "openssl@3" - fails_with gcc: "5" # C++17 - def install shared_args = ["-DBUILD_SHARED_LIBS=ON", "-DCMAKE_INSTALL_RPATH=#{rpath}"] shared_args << "-DCMAKE_SHARED_LINKER_FLAGS=-Wl,-dead_strip_dylibs" if OS.mac? diff --git a/Formula/f/fbthrift.rb b/Formula/f/fbthrift.rb index 585e17b04..a9741be3e 100644 --- a/Formula/f/fbthrift.rb +++ b/Formula/f/fbthrift.rb @@ -1,18 +1,18 @@ class Fbthrift < Formula desc "Facebook's branch of Apache Thrift, including a new C++ server" homepage "https:github.comfacebookfbthrift" - url "https:github.comfacebookfbthriftarchiverefstagsv2024.11.18.00.tar.gz" - sha256 "b38f22448b56fd0692f2dcea47c92ea3cae025f453ef032b20ff848c1a483653" + url "https:github.comfacebookfbthriftarchiverefstagsv2024.11.25.00.tar.gz" + sha256 "c8e9210609425b706404b77f366cb09fd20508294bd78f9661603618861f0dfe" license "Apache-2.0" head "https:github.comfacebookfbthrift.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "8a6cc60b468a9c35bb9c4f91c47394a71a47888cc873a3a901e0a5763883748f" - sha256 cellar: :any, arm64_sonoma: "bfedb7d029fea7e56feb8c042734d999b278ae9b36a88be9230407ae0e9ff540" - sha256 cellar: :any, arm64_ventura: "04460aaea4254b9504f0c39e40d3bf79773eb6f81ca4d8ab61d1c6c490439f6a" - sha256 cellar: :any, sonoma: "56f7e64520962da39bab73a4f938bd23f488ece7c0e468ac821c533668f6a420" - sha256 cellar: :any, ventura: "52c84b732d1c58a0b251e5c4f15b8f7e66f325d26c51f32d1c9ce0ff82d68f30" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b3262d928887fd68bb674c86672e28631d3bb193d7b3ffe1c7eae4af2eb22230" + sha256 cellar: :any, arm64_sequoia: "a7d0dd8e5db75fc94d8bb5db941e78ffcac06869e08cf0baf375d508d544db80" + sha256 cellar: :any, arm64_sonoma: "bf66341b2c27fba2d40ed533765f7de0b476755a056dc0a46f97d445f4e440c4" + sha256 cellar: :any, arm64_ventura: "e2900a7607f2fb53449df44006956847f2765f3935116987868bb4864350301e" + sha256 cellar: :any, sonoma: "b5e2ebe28537729bffcc21cec9c0efc8cf022824117b221d35f9b920d5a31819" + sha256 cellar: :any, ventura: "24d9503083143e09f4f37a63dbaff1142836cc7366991ee5d95dc1a108df4eb9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7ed6adbbb728308e75f76eebd7b67d745973c4eaad43a0b7bd054dd59b5ec48b" end depends_on "bison" => :build # Needs Bison 3.1+ @@ -48,8 +48,6 @@ class Fbthrift < Formula EOS end - fails_with gcc: "5" # C++ 17 - def install # Work around build failure with Xcode 16 # Issue ref: https:github.comfacebookfbthriftissues618 diff --git a/Formula/f/fdroidserver.rb b/Formula/f/fdroidserver.rb index 28d42bdc1..1e52c8dd2 100644 --- a/Formula/f/fdroidserver.rb +++ b/Formula/f/fdroidserver.rb @@ -3,18 +3,17 @@ class Fdroidserver < Formula desc "Create and manage Android app repositories for F-Droid" homepage "https:f-droid.org" - url "https:files.pythonhosted.orgpackages7bdd9a37d36aadf87ce469c70713887dd9dfa6881010d5b0c9471bb181a4f4f2fdroidserver-2.3.1.tar.gz" - sha256 "b0473bd62976e51a13d58a2e626627773cdcf3df67e747c7f1572afc6c71c89d" + url "https:files.pythonhosted.orgpackages511bec2cae4ba139f72ec4e178618cd58ec103cce1629cb32e6c654adad9a768fdroidserver-2.3.2.tar.gz" + sha256 "b50212b5f25544eb6e330afe757bdee0043f26b4e3cdff7b0f056fff37a0f36e" license "AGPL-3.0-or-later" - revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "16eb1b8716f716d5d7dd828dd05d4987e22a26a50820a89d018b3e9054ae9b04" - sha256 cellar: :any, arm64_sonoma: "69297f50d234b63ec53a0674e0031e48beaaebab0b2e5c3c69c920595f9b73b0" - sha256 cellar: :any, arm64_ventura: "5480d2cbc3dd6afb157b1fd5912e15d9348e9d48aa1a068788c50d5d95b708a6" - sha256 cellar: :any, sonoma: "b111eacad9729c19f47aae433bdf313a588ee71ad809679266b964d05260faa6" - sha256 cellar: :any, ventura: "8753b931d0a3a102f7466be03ae5687f1523406745d9927307f35eb934590e57" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ee044ccbe6fe0a0a776548526168190d18b6dafa4fc9ddb2d11bfa46ecd87150" + sha256 cellar: :any, arm64_sequoia: "478dc374c926e2571efe36ccfff02778e7b56a32fee219e25cbecf6ad615b165" + sha256 cellar: :any, arm64_sonoma: "81e9a2ad1277850d68e787bbd5666dc978e6a6a6cc720ae227457f981b1b5345" + sha256 cellar: :any, arm64_ventura: "1c399d1714a793e292ae4ee220d1d695671a60ca759c984ff483abdbccf8ac7e" + sha256 cellar: :any, sonoma: "4f702ac788f64cd33cbd5e27352156921de04e2d9c2fcfa49e81c39c49485d70" + sha256 cellar: :any, ventura: "249c125772e8b7db8ad79909c99731344f23dcd4a23d4c644af8954343f21492" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ddaadab6b43a462548a1254123ff18c8bdce0688e0e6509bdbae486e2385551c" end depends_on "ninja" => :build @@ -77,11 +76,6 @@ class Fdroidserver < Formula sha256 "6765386e3ab87f569b276988742039baab087b2cdb01e809d74e74503c2faafe" end - resource "biplist" do - url "https:files.pythonhosted.orgpackages3e562db170a498c9c6545cda16e93c2f2ef9302da44802787b45a8a520d01bdbbiplist-1.0.3.tar.gz" - sha256 "4c0549764c5fe50b28042ec21aa2e14fe1a2224e239a1dae77d9e7f3932aa4c6" - end - resource "charset-normalizer" do url "https:files.pythonhosted.orgpackagesf24fe1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1echarset_normalizer-3.4.0.tar.gz" sha256 "223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e" @@ -247,11 +241,6 @@ class Fdroidserver < Formula sha256 "195893fc129657f611b86b959aab337207d6df7f25372209269ed9e303c1a8c0" end - resource "pycountry" do - url "https:files.pythonhosted.orgpackages7657c389fa68c50590881a75b7883eeb3dc15e9e73a0fdc001cdd45c13290c92pycountry-24.6.1.tar.gz" - sha256 "b61b3faccea67f87d10c1f2b0fc0be714409e8fcdcc1315613174f6466c10221" - end - resource "pydot" do url "https:files.pythonhosted.orgpackages85104e4da8c271540dc35914e927546cbb821397f0f9477f4079cd8732946699pydot-3.0.2.tar.gz" sha256 "9180da540b51b3aa09fbf81140b3edfbe2315d778e8589a7d0a4a69c41332bae" diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index bc7218b45..d354ced50 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -1,12 +1,12 @@ class FernApi < Formula desc "Stripe-level SDKs and Docs for your API" homepage "https://buildwithfern.com/" - url "https://registry.npmjs.org/fern-api/-/fern-api-0.45.0.tgz" - sha256 "dc0b5ed3e86900d293be8c3ad62b6c295ca4009883c444fa6e6b8752cc3856c1" + url "https://registry.npmjs.org/fern-api/-/fern-api-0.45.1.tgz" + sha256 "975820c30b00db98b1f16f2edcc38ad09f7e56242a71c42a857b326dd3d8f2ff" license "MIT" bottle do - sha256 cellar: :any_skip_relocation, all: "d270530c15c1511c720241f2e4ce831955df4435553ff041ac974e257cf0a817" + sha256 cellar: :any_skip_relocation, all: "03dad17e9a8434bff666cba2d64be8d1c522971d30063d09c894765a33b1c5a0" end depends_on "node" diff --git a/Formula/f/ffmpeg@5.rb b/Formula/f/ffmpeg@5.rb index 411948e1d..2d96d035a 100644 --- a/Formula/f/ffmpeg@5.rb +++ b/Formula/f/ffmpeg@5.rb @@ -83,8 +83,6 @@ class FfmpegAT5 < Formula depends_on "nasm" => :build end - fails_with gcc: "5" - def install # The new linker leads to duplicate symbol issue https:github.comhomebrew-ffmpeghomebrew-ffmpegissues140 ENV.append "LDFLAGS", "-Wl,-ld_classic" if DevelopmentTools.clang_build_version >= 1500 diff --git a/Formula/f/fheroes2.rb b/Formula/f/fheroes2.rb index f8fe126de..87abf427d 100644 --- a/Formula/f/fheroes2.rb +++ b/Formula/f/fheroes2.rb @@ -1,8 +1,8 @@ class Fheroes2 < Formula desc "Recreation of the Heroes of Might and Magic II game engine" homepage "https:ihhub.github.iofheroes2" - url "https:github.comihhubfheroes2archiverefstags1.1.3.tar.gz" - sha256 "f91760f7e8a512fa4b2b5eb02d852d358106fca50faa13db942d8314926ca6d8" + url "https:github.comihhubfheroes2archiverefstags1.1.4.tar.gz" + sha256 "48ba1d8b6d246a7aac36d87c9e3826d47dc435ad0b35f2a160174c154998b0dd" license "GPL-2.0-or-later" head "https:github.comihhubfheroes2.git", branch: "master" @@ -12,12 +12,12 @@ class Fheroes2 < Formula end bottle do - sha256 arm64_sequoia: "abd77f3c7b0748848798a86ced7e6db626a2d5e30a2a8d209d70ae7614b3699a" - sha256 arm64_sonoma: "73c1a13e93e0ebc14e5f8c50cdba23ccc54b4865e4d5ede1a1155e89946fd817" - sha256 arm64_ventura: "929d227e53e7e290a1e65ea7571c97e0a0866e2338dc3d634474d92cced55603" - sha256 sonoma: "d73ad420578eee3093ac978ce6c3718f4b5baefb723c3b7a25517f0a3edaca7c" - sha256 ventura: "90909dd4ea8a865b40bcc9d5c388bae3e4cf5011c91bb9c018c0656dd03dc2fa" - sha256 x86_64_linux: "0831cfb9c4feb8703f716628d937685457164e33d88bb90ae2269ca28a9379f5" + sha256 arm64_sequoia: "909ef265ff8e9edc6359369564a09a6b4b1d637737e3541c833d542b685ce58b" + sha256 arm64_sonoma: "75649d254ac369cefd51233e1125e8b42a41d4fd5bf25e4f6a79ef5744f1c3c9" + sha256 arm64_ventura: "9c74f8780bedb1f3ceefc7d7edf2e2daf0e3ab02c4bde6575f1376eb31224082" + sha256 sonoma: "46901809659dc48e6d5c2222a3125d8f7765b65929cab1a0ad1aff8f168cbfd9" + sha256 ventura: "fbf0b1c9c535a4de8e39e266220488135e85162453fcf765314d83ed0055113e" + sha256 x86_64_linux: "3b85f1f4f529f11c015b4272ed2126e9dd6683d820a7980d32384e9ff59c5a3e" end depends_on "cmake" => :build @@ -29,8 +29,6 @@ class Fheroes2 < Formula uses_from_macos "zlib" - fails_with gcc: "5" - def install system "cmake", "-S", ".", "-B", "build", *std_cmake_args system "cmake", "--build", "build" diff --git a/Formula/f/field3d.rb b/Formula/f/field3d.rb index e9b0eee5e..ea1c039f9 100644 --- a/Formula/f/field3d.rb +++ b/Formula/f/field3d.rb @@ -28,8 +28,6 @@ class Field3d < Formula depends_on "hdf5" depends_on "ilmbase" - fails_with gcc: "5" - def install ENV.cxx11 ENV.prepend "CXXFLAGS", "-DH5_USE_110_API" diff --git a/Formula/f/fizz.rb b/Formula/f/fizz.rb index 798dbe5d9..cd1b3b810 100644 --- a/Formula/f/fizz.rb +++ b/Formula/f/fizz.rb @@ -1,18 +1,18 @@ class Fizz < Formula desc "C++14 implementation of the TLS-1.3 standard" homepage "https:github.comfacebookincubatorfizz" - url "https:github.comfacebookincubatorfizzreleasesdownloadv2024.11.18.00fizz-v2024.11.18.00.tar.gz" - sha256 "02949b20eced1aae72e24926faebe4a817ff7961906b5a4ad4e3ce4c5c72c861" + url "https:github.comfacebookincubatorfizzreleasesdownloadv2024.11.25.00fizz-v2024.11.25.00.tar.gz" + sha256 "9427b8b3cfe89030a3387b2f50c67b1d2b909292c7bec9de0d124248067bbb85" license "BSD-3-Clause" head "https:github.comfacebookincubatorfizz.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "4d067ac3eb79a059312f0f3ee4a3543247f96d9a29ca86b33d07318bac662094" - sha256 cellar: :any, arm64_sonoma: "b73880776118bfb039f72d79c61238d26a2354857d35f74ac684dbc8c3f9fa72" - sha256 cellar: :any, arm64_ventura: "2b8ef562cf33daf719c0098d10706bab850d6f6efd4aa2e086553693c0904588" - sha256 cellar: :any, sonoma: "6c15f2d3457caeec9635bca0b7a60debd6b715adff8d0e053133653c89407333" - sha256 cellar: :any, ventura: "a2079a38ce868ae68bcb2df73afd18d00c6f0cb80467010cabb92a5187c1647f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8a3982b74dcc58b90dafb16763ae46fc2e269251b2bd892ade327d8a73202c26" + sha256 cellar: :any, arm64_sequoia: "f619e2e5f01cba5fdb2ba9ed62c289ef168fc1c23424633b030d27a968a32716" + sha256 cellar: :any, arm64_sonoma: "65bf55e1ee1ac7fd3197d86ccab11c256bb46533d7a4947ca19fa6731b9af619" + sha256 cellar: :any, arm64_ventura: "1d77ce34a0ca07c701b561038ee739db21792f5ff94e334985e7a47b79961519" + sha256 cellar: :any, sonoma: "ef19e4d688f2fac0826044d8ea7773819186a3117e2ab8f860121b7538a8f983" + sha256 cellar: :any, ventura: "1c5ccb87011cb09c935ad8781415a31eb9721204e9d07035ae576be6235382ea" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f32d3bdda8db1bb4398d8db08f9a05ce2b1ad73f184545feabad977629c0a814" end depends_on "cmake" => [:build, :test] @@ -28,8 +28,6 @@ class Fizz < Formula uses_from_macos "zlib" - fails_with gcc: "5" - def install args = ["-DBUILD_TESTS=OFF", "-DBUILD_SHARED_LIBS=ON", "-DCMAKE_INSTALL_RPATH=#{rpath}"] if OS.mac? diff --git a/Formula/f/flex.rb b/Formula/f/flex.rb index af11a285a..c99485beb 100644 --- a/Formula/f/flex.rb +++ b/Formula/f/flex.rb @@ -73,7 +73,7 @@ def install end test do - (testpath"test.flex").write <<~EOS + (testpath"test.flex").write <<~FLEX CHAR [a-z][A-Z] %% {CHAR}+ printf("%s", yytext); @@ -84,10 +84,10 @@ def install yyin = stdin; yylex(); } - EOS + FLEX system bin"flex", "test.flex" system ENV.cc, "lex.yy.c", "-L#{lib}", "-lfl", "-o", "test" - assert_equal shell_output("echo \"Hello World\" | .test"), <<~EOS + assert_equal <<~EOS, pipe_output(".test", "Hello World\n") Hello World EOS diff --git a/Formula/f/flyctl.rb b/Formula/f/flyctl.rb index 3f3e561b8..21c8de551 100644 --- a/Formula/f/flyctl.rb +++ b/Formula/f/flyctl.rb @@ -2,8 +2,8 @@ class Flyctl < Formula desc "Command-line tools for fly.io services" homepage "https:fly.io" url "https:github.comsuperflyflyctl.git", - tag: "v0.3.42", - revision: "c4780b9cdb77bf0926193f20fec0425df685e3ec" + tag: "v0.3.43", + revision: "b5bfa8f464c5b27cd0ef2959733ce16849fed95e" license "Apache-2.0" head "https:github.comsuperflyflyctl.git", branch: "master" @@ -18,12 +18,12 @@ class Flyctl < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "880108fdd4ec5e177d522c35ec913455a971d38837eea7ebb054677ef009a073" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "880108fdd4ec5e177d522c35ec913455a971d38837eea7ebb054677ef009a073" - sha256 cellar: :any_skip_relocation, arm64_ventura: "880108fdd4ec5e177d522c35ec913455a971d38837eea7ebb054677ef009a073" - sha256 cellar: :any_skip_relocation, sonoma: "6b63420b77ba713d9a381df8c5c3c5014bdf048ba7d28510938739f8d6647544" - sha256 cellar: :any_skip_relocation, ventura: "6b63420b77ba713d9a381df8c5c3c5014bdf048ba7d28510938739f8d6647544" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ed157865c945e9646b3565faca038ad70d1075eb3b5612b0f6a6783b35f4cc4c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4c12144d6b7afb68889a0b7947315bca8d1dae462a66c9e10e5b6a16b1c00084" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4c12144d6b7afb68889a0b7947315bca8d1dae462a66c9e10e5b6a16b1c00084" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4c12144d6b7afb68889a0b7947315bca8d1dae462a66c9e10e5b6a16b1c00084" + sha256 cellar: :any_skip_relocation, sonoma: "83f410b2e80e342c6f600f66b2e2f4fde584c4b608a01eb505c7193544f048ec" + sha256 cellar: :any_skip_relocation, ventura: "83f410b2e80e342c6f600f66b2e2f4fde584c4b608a01eb505c7193544f048ec" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bcc7b4234240d76ed2147e5805532f287cb70decdc6c96479f8611309c57c6db" end depends_on "go" => :build diff --git a/Formula/f/folly.rb b/Formula/f/folly.rb index a93279890..7d50cac32 100644 --- a/Formula/f/folly.rb +++ b/Formula/f/folly.rb @@ -1,18 +1,18 @@ class Folly < Formula desc "Collection of reusable C++ library artifacts developed at Facebook" homepage "https:github.comfacebookfolly" - url "https:github.comfacebookfollyarchiverefstagsv2024.11.18.00.tar.gz" - sha256 "b2c6879ba8ba625218d1ab9eefcc1611a9003d05bc2cb1a38f3bae21892e5167" + url "https:github.comfacebookfollyarchiverefstagsv2024.11.25.00.tar.gz" + sha256 "c41bcd5c3a4c08efe7166605bc29ffdf278bd0a7ca23d8d2b6e89b9651971e53" license "Apache-2.0" head "https:github.comfacebookfolly.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "14948845c40788d6e9573ae2066758b551dfd26d32a67be9a93695cb2ca9eb35" - sha256 cellar: :any, arm64_sonoma: "5787796e167fbbec952482afcbf804155188a2212b94e1617f93d62f733e1db7" - sha256 cellar: :any, arm64_ventura: "334876d6fad77740c9f9e1a1d0d381d93b22f22bef637a63bb74bf18846e1b03" - sha256 cellar: :any, sonoma: "8699cfa6b09d24dabd0ad0cdd46d8400719cbcf75db63b6e72d9297e35915c87" - sha256 cellar: :any, ventura: "6d06ad57b17e74f124276e6bf096279c2b2a246469645018c0c2908b111845db" - sha256 cellar: :any_skip_relocation, x86_64_linux: "39b9d39fed7ba2bed2adc975d5c658cc6f3f2a085f6089dc27a1749467aa3595" + sha256 cellar: :any, arm64_sequoia: "359172e8bb8717b8362e7e4c588fccd44ecb4bbfbedaf0c28ed0e05b6dc1f2de" + sha256 cellar: :any, arm64_sonoma: "ea0965658629ff6893daf954d43f83e78d1c7bf27909b06fcdc54a78020c51ae" + sha256 cellar: :any, arm64_ventura: "5fc44898cd1eb852a53d3db4536b217bf96f6c6f87a1887a8444955f03d226c6" + sha256 cellar: :any, sonoma: "298b019897bbe16f0862c20dd824cde2fbf179961488940e53630785598246e6" + sha256 cellar: :any, ventura: "8ce3c2e1b77893717c7fffccac66ded543c503172b72a924694cc416bde24ffa" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c9aeba6dbd6275659257d59ede3aedfb3e2ce91ae105415ccdb3237897dfb1a9" end depends_on "cmake" => :build diff --git a/Formula/f/funzzy.rb b/Formula/f/funzzy.rb new file mode 100644 index 000000000..f5dbf4eef --- /dev/null +++ b/Formula/f/funzzy.rb @@ -0,0 +1,30 @@ +class Funzzy < Formula + desc "Lightweight file watcher" + homepage "https:github.comcristianoliveirafunzzy" + url "https:github.comcristianoliveirafunzzyarchiverefstagsv1.5.0.tar.gz" + sha256 "9c98ff08a611a8c3fc9eedd5bc56ecdc9fbd7ec5630d020cd1aa7426524df3d3" + license "MIT" + head "https:github.comcristianoliveirafunzzy.git", branch: "master" + + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5ceea0be6258bfe342bef5003d2ba506115caa6d195ca77f2eb27cb34fd51732" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1f14ac7984d837a4ed4410ad1dd8fe90016499c4f49aca53b89d132bccdc8971" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9a6d6a725210b6958a424d61929e5e4549f71e6696711df42161d40103429a44" + sha256 cellar: :any_skip_relocation, sonoma: "44fd7535e861bd71c7b718a3fcd1da9635a673293afd66efea8ed0801429ab9e" + sha256 cellar: :any_skip_relocation, ventura: "bb81d3d605a3ede84e89243353840ba51cfd3c834c4c7a062343c84d61ee3a12" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3cea877d0499d698f84ab37af2e7e92643fc8a61cca0ae29af045efaf45e0810" + end + + depends_on "rust" => :build + + def install + system "cargo", "install", *std_cargo_args + end + + test do + system bin"funzzy", "init" + assert_match "## Funzzy events file", File.read(testpath".watch.yaml") + + assert_match version.to_s, shell_output("#{bin}funzzy --version") + end +end \ No newline at end of file diff --git a/Formula/f/fzf.rb b/Formula/f/fzf.rb index 973a22e64..be74245a1 100644 --- a/Formula/f/fzf.rb +++ b/Formula/f/fzf.rb @@ -36,16 +36,8 @@ def install def caveats <<~EOS - To set up shell integration, add this to your shell configuration file: - # bash - eval "$(fzf --bash)" - - # zsh - source <(fzf --zsh) - - # fish - fzf --fish | source - + To set up shell integration, see: + https:github.comjunegunnfzf#setting-up-shell-integration To use fzf in Vim, add the following line to your .vimrc: set rtp+=#{opt_prefix} EOS diff --git a/Formula/g/gammaray.rb b/Formula/g/gammaray.rb index 4dbd82b3d..479b98b14 100644 --- a/Formula/g/gammaray.rb +++ b/Formula/g/gammaray.rb @@ -25,8 +25,6 @@ class Gammaray < Formula depends_on "wayland" end - fails_with gcc: "5" - def install system "cmake", "-S", ".", "-B", "build", "-DCMAKE_DISABLE_FIND_PACKAGE_Graphviz=ON", diff --git a/Formula/g/gearman.rb b/Formula/g/gearman.rb index c2c8b818c..36e43e3f2 100644 --- a/Formula/g/gearman.rb +++ b/Formula/g/gearman.rb @@ -17,7 +17,7 @@ class Gearman < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "285adf59fe86f27e59a6292255c4d62b281db259ec4f6f49a88469a8e0491e3a" end - depends_on "pkg-config" => :build + depends_on "pkgconf" => :build depends_on "sphinx-doc" => :build depends_on "boost" depends_on "libevent" diff --git a/Formula/g/ggshield.rb b/Formula/g/ggshield.rb index 1f080e854..902f8e77d 100644 --- a/Formula/g/ggshield.rb +++ b/Formula/g/ggshield.rb @@ -3,18 +3,18 @@ class Ggshield < Formula desc "Scanner for secrets and sensitive data in code" homepage "https:www.gitguardian.com" - url "https:files.pythonhosted.orgpackagesf2bd333890c00e3e91a7c35709ada1eec80e7cb05010f6a351dc100dc1a50192ggshield-1.33.0.tar.gz" - sha256 "722f35f696b99ede1ee14cc469b61784d58f7f08c3a9b3d7d71e6e1107dc54d2" + url "https:files.pythonhosted.orgpackages0375faa11bbc86fc2aae6714f62514239c8d88c87b38c7f7d014ce0db7ac069fggshield-1.34.0.tar.gz" + sha256 "ff6b5b4f303b371170d29e1adc17ca61834a0420335d57882a5292f0e39a6d44" license "MIT" head "https:github.comGitGuardianggshield.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "13ddd533b8b36957b57391d878831a30f00857d65f31dcaac71a3baf37a0099e" - sha256 cellar: :any, arm64_sonoma: "373b6b6391ead707d3e3ff548eb41c4303429bb94850ce1879b4b0701ec5f4a3" - sha256 cellar: :any, arm64_ventura: "395e6040cb1941856104273c2a30bf638d10dc6f1680832fc5be35bb441e2c8a" - sha256 cellar: :any, sonoma: "3ef08b19f4772f85d604c787d221c9332e7a1996e7df67a9f55b25f8010ae017" - sha256 cellar: :any, ventura: "410517ed5852bbd66991698b2deab0ff5d5ba47a38fee8fbedb1ae246e3dce85" - sha256 cellar: :any_skip_relocation, x86_64_linux: "017f0aca69052a1925b713bcf3b91b9d796779f0167fa3f8db5823731b871ab8" + sha256 cellar: :any, arm64_sequoia: "e76b868016412465537ac75d354638b8583ba92eaadb4b0f0793a528e19e3969" + sha256 cellar: :any, arm64_sonoma: "9c57eb6558ec7de92f2bf2688fdb6d93c344ab011bc6fa11566235b5a5fb4ad6" + sha256 cellar: :any, arm64_ventura: "8f5a63ab0eddb050e8718b4fc1744f8f8e00a23ab4edd1761031f9b635304607" + sha256 cellar: :any, sonoma: "04906a80ca579b599304099f1b7cde5c166a699c8f99a6dbebd07487b342ddb3" + sha256 cellar: :any, ventura: "171eb0034fef381ba06135f9c1a581e364d011226134a3ddb1aa128e4348c9e5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3cff73b2ae9e888fc79d24db0d4bf47dca0696e153a55c04d89685ccd5688681" end depends_on "certifi" @@ -63,8 +63,8 @@ class Ggshield < Formula end resource "packaging" do - url "https:files.pythonhosted.orgpackages516550db4dda066951078f0a96cf12f4b9ada6e4b811516bf0262c0f4f7064d4packaging-24.1.tar.gz" - sha256 "026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002" + url "https:files.pythonhosted.orgpackagesd06368dbb6eb2de9cb10ee4c9c14a0148804425e13c4fb20d61cce69f53106dapackaging-24.2.tar.gz" + sha256 "c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f" end resource "platformdirs" do @@ -73,8 +73,8 @@ class Ggshield < Formula end resource "pygitguardian" do - url "https:files.pythonhosted.orgpackages25b8599e73a3e2ee7466f70ddb39b7ccce04aa3a4b59140755378dd2a01031e2pygitguardian-1.17.0.tar.gz" - sha256 "17ef91e7fe954f7b8d91f39c0097ba49b07e77b5ee9d0596adad256a9d4ab71e" + url "https:files.pythonhosted.orgpackagesd1c670870e5f302cbd2955fd493382d25447575e2c87a8a5bf1a2fd162becb3apygitguardian-1.18.0.tar.gz" + sha256 "10df1cd99485a3999df442ab56228a7b92eaba642d53e58493f25e4671ac683c" end resource "pygments" do @@ -108,8 +108,8 @@ class Ggshield < Formula end resource "setuptools" do - url "https:files.pythonhosted.orgpackagesed22a438e0caa4576f8c383fa4d35f1cc01655a46c75be358960d815bfbb12bdsetuptools-75.3.0.tar.gz" - sha256 "fba5dd4d766e97be1b1681d98712680ae8f2f26d7881245f2ce9e40714f1a686" + url "https:files.pythonhosted.orgpackages4354292f26c208734e9a7f067aea4a7e282c080750c4546559b58e2e45413ca0setuptools-75.6.0.tar.gz" + sha256 "8199222558df7c86216af4f84c30e9b34a61d8ba19366cc914424cdbd28252f6" end resource "typing-extensions" do diff --git a/Formula/g/gh.rb b/Formula/g/gh.rb index f539998ea..3c35e4110 100644 --- a/Formula/g/gh.rb +++ b/Formula/g/gh.rb @@ -1,8 +1,8 @@ class Gh < Formula desc "GitHub command-line tool" homepage "https:cli.github.com" - url "https:github.comclicliarchiverefstagsv2.62.0.tar.gz" - sha256 "8b0d44a7fccd0c768d5ef7c3fbd274851b5752084e47761f146852de6539193e" + url "https:github.comclicliarchiverefstagsv2.63.0.tar.gz" + sha256 "c5309db9707c9e64ebe264e1e2d0f893ecead9056d680b39a565aaa5513d2947" license "MIT" head "https:github.comclicli.git", branch: "trunk" @@ -12,12 +12,12 @@ class Gh < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "239c26cefbc6c61ba5918191ec8aca05aaf9ed6d2198dccd4cbcebe3b4980d31" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "239c26cefbc6c61ba5918191ec8aca05aaf9ed6d2198dccd4cbcebe3b4980d31" - sha256 cellar: :any_skip_relocation, arm64_ventura: "239c26cefbc6c61ba5918191ec8aca05aaf9ed6d2198dccd4cbcebe3b4980d31" - sha256 cellar: :any_skip_relocation, sonoma: "676a08da17ba64c45cc11d35b5863e5474a49e16c8b6453c888fac452547e702" - sha256 cellar: :any_skip_relocation, ventura: "96c31aad56ac72fd575ce1bca85e9d23c501eec5e8152057e7094f2092f84838" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f03f5d23d1a203ad698164969dc5c22d48096db832531e217ace54bf939b940a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e6e6306d7f696508d90da5a65c4814dc3b8a1bd036e1bc38071fe6654d8f04e0" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e6e6306d7f696508d90da5a65c4814dc3b8a1bd036e1bc38071fe6654d8f04e0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e6e6306d7f696508d90da5a65c4814dc3b8a1bd036e1bc38071fe6654d8f04e0" + sha256 cellar: :any_skip_relocation, sonoma: "379760afcab70d2e482cd03f5c13147c020fa53d99ac2cad33fdb8c6840be22c" + sha256 cellar: :any_skip_relocation, ventura: "ff57833057b5c6402915bb9d671a6265afa313fd2b2a6bd8cceec3192db9a276" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b4856c88030e6c70e281ff6482d6ed1d7108cc83434d711c105376e998e57c5c" end depends_on "go" => :build diff --git a/Formula/g/git-annex.rb b/Formula/g/git-annex.rb index 6a172be15..e63e09983 100644 --- a/Formula/g/git-annex.rb +++ b/Formula/g/git-annex.rb @@ -1,11 +1,11 @@ class GitAnnex < Formula desc "Manage files with git without checking in file contents" - homepage "https://git-annex.branchable.com/" - url "https://hackage.haskell.org/package/git-annex-10.20241031/git-annex-10.20241031.tar.gz" + homepage "https:git-annex.branchable.com" + url "https:hackage.haskell.orgpackagegit-annex-10.20241031git-annex-10.20241031.tar.gz" sha256 "0c8eafec05e8203e3125530fb8d7435f6867e5bebea96db9f9d3a6177c929293" license all_of: ["AGPL-3.0-or-later", "BSD-2-Clause", "BSD-3-Clause", "GPL-2.0-only", "GPL-3.0-or-later", "MIT"] - head "git://git-annex.branchable.com/", branch: "master" + head "git:git-annex.branchable.com", branch: "master" bottle do sha256 cellar: :any, arm64_sequoia: "241a9c71c2edc6da62015b274b8a781576afdf2be56afa9ff6c386cf907a30a1" @@ -18,19 +18,21 @@ class GitAnnex < Formula depends_on "cabal-install" => :build depends_on "ghc@9.8" => :build - depends_on "pkg-config" => :build + depends_on "pkgconf" => :build depends_on "libmagic" uses_from_macos "zlib" def install system "cabal", "v2-update" - system "cabal", "v2-install", *std_cabal_v2_args, "--flags=+S3" + # Work around https:github.comyesodwebyesodissues1854 with constraint + # TODO: Remove once fixed upstream + system "cabal", "v2-install", *std_cabal_v2_args, "--flags=+S3", "--constraint=wai-extra<3.1.17" bin.install_symlink "git-annex" => "git-annex-shell" end service do - run [opt_bin/"git-annex", "assistant", "--autostart"] + run [opt_bin"git-annex", "assistant", "--autostart"] end test do @@ -39,16 +41,16 @@ def install system "git", "init" system "git", "annex", "init" - (testpath/"Hello.txt").write "Hello!" - assert !File.symlink?("Hello.txt") - assert_match(/^add Hello.txt.*ok.*\(recording state in git\.\.\.\)/m, shell_output("git annex add .")) + (testpath"Hello.txt").write "Hello!" + refute_predicate (testpath"Hello.txt"), :symlink? + assert_match(^add Hello.txt.*ok.*\(recording state in git\.\.\.\)m, shell_output("git annex add .")) system "git", "commit", "-a", "-m", "Initial Commit" - assert File.symlink?("Hello.txt") + assert_predicate (testpath"Hello.txt"), :symlink? # make sure the various remotes were built - assert_match shell_output("git annex version | grep 'remote types:'").chomp, - "remote types: git gcrypt p2p S3 bup directory rsync web bittorrent " \ - "webdav adb tahoe glacier ddar git-lfs httpalso borg rclone hook external" + assert_match "remote types: git gcrypt p2p S3 bup directory rsync web bittorrent " \ + "webdav adb tahoe glacier ddar git-lfs httpalso borg rclone hook external", + shell_output("git annex version | grep 'remote types:'").chomp # The steps below are necessary to ensure the directory cleanly deletes. # git-annex guards files in a way that isn't entirely friendly of automatically diff --git a/Formula/g/gjs.rb b/Formula/g/gjs.rb index 2efa3788b..6c2e3deed 100644 --- a/Formula/g/gjs.rb +++ b/Formula/g/gjs.rb @@ -31,8 +31,6 @@ class Gjs < Formula depends_on "gettext" end - fails_with gcc: "5" # meson ERROR: SpiderMonkey sanity check: DID NOT COMPILE - def install # ensure that we don't run the meson post install script ENV["DESTDIR"] = "/" diff --git a/Formula/g/glances.rb b/Formula/g/glances.rb index a3d5e212d..d7cff8654 100644 --- a/Formula/g/glances.rb +++ b/Formula/g/glances.rb @@ -8,25 +8,72 @@ class Glances < Formula license "LGPL-3.0-or-later" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0aab6a02e34fa705556b8d3e3bac52fe08961f053c508fcc97a53bb06a230d4f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d56ce10f26a013008fac88a44d981f317676ea9118b4a7d848e8b89c0a6547bb" - sha256 cellar: :any_skip_relocation, arm64_ventura: "cda11ca75ff0a3963a8b7d25526e792dbaddee8983ac859174cdb7695f1ca893" - sha256 cellar: :any_skip_relocation, sonoma: "253b80b8d77e208b332a39b15d09e51b461da0447e7ed0a7fc9406d2c0b1acb8" - sha256 cellar: :any_skip_relocation, ventura: "464a07d6905b670d4928a7b122f6a9a5a2a3889c7915996300105e862f27e229" - sha256 cellar: :any_skip_relocation, x86_64_linux: "27cbd2994c3ff2cd19ae28995e44e7f2984f5c6eef211526ce11bfb99b9c7a1a" + rebuild 1 + sha256 cellar: :any, arm64_sequoia: "59302f23db97e897e3249bbde89e265182aeb5f6a522e29b3a14059ecef29f12" + sha256 cellar: :any, arm64_sonoma: "232d36069203150ed2ee80f7fc75ecfdbe05b309a6e6daf791ecf2d827d9cd7a" + sha256 cellar: :any, arm64_ventura: "96a12b244fe31f917d72487554af6c54ebea7eb0d81642b1deb6675530c52dc3" + sha256 cellar: :any, sonoma: "6d4a2579e01170ca74d2cfccfad075d28d9da23448b1c248c5255194bd49a097" + sha256 cellar: :any, ventura: "85edd9cb9dfac343617ab90e1ac6a42a734ca89e01cc697bf97737800cd89d74" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bb0bfbdc8758ae4df20a031840d1fcff189d345a34d4bc4f1901aa37d8f4d1a8" end depends_on "rust" => :build # for orjson + depends_on "certifi" depends_on "python@3.13" + resource "annotated-types" do + url "https://files.pythonhosted.org/packages/ee/67/531ea369ba64dcff5ec9c3402f9f51bf748cec26dde048a2f973a4eea7f5/annotated_types-0.7.0.tar.gz" + sha256 "aff07c09a53a08bc8cfccb9c85b05f1aa9a2a6f23728d790723543408344ce89" + end + + resource "anyio" do + url "https://files.pythonhosted.org/packages/9f/09/45b9b7a6d4e45c6bcb5bf61d19e3ab87df68e0601fa8c5293de3542546cc/anyio-4.6.2.post1.tar.gz" + sha256 "4c8bc31ccdb51c7f7bd251f51c609e038d63e34219b44aa86e47576389880b4c" + end + + resource "charset-normalizer" do + url "https://files.pythonhosted.org/packages/f2/4f/e1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1e/charset_normalizer-3.4.0.tar.gz" + sha256 "223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e" + end + + resource "click" do + url "https://files.pythonhosted.org/packages/96/d3/f04c7bfcf5c1862a2a5b845c6b2b360488cf47af55dfa79c98f6a6bf98b5/click-8.1.7.tar.gz" + sha256 "ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de" + end + resource "defusedxml" do url "https://files.pythonhosted.org/packages/0f/d5/c66da9b79e5bdb124974bfe172b4daf3c984ebd9c2a06e2b8a4dc7331c72/defusedxml-0.7.1.tar.gz" sha256 "1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69" end + resource "fastapi" do + url "https://files.pythonhosted.org/packages/ae/29/f71316b9273b6552a263748e49cd7b83898dc9499a663d30c7b9cb853cb8/fastapi-0.115.5.tar.gz" + sha256 "0e7a4d0dc0d01c68df21887cce0945e72d3c48b9f4f79dfe7a7d53aa08fbb289" + end + + resource "h11" do + url "https://files.pythonhosted.org/packages/f5/38/3af3d3633a34a3316095b39c8e8fb4853a28a536e55d347bd8d8e9a14b03/h11-0.14.0.tar.gz" + sha256 "8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d" + end + + resource "idna" do + url "https://files.pythonhosted.org/packages/f1/70/7703c29685631f5a7590aa73f1f1d3fa9a380e654b86af429e0934a32f7d/idna-3.10.tar.gz" + sha256 "12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9" + end + + resource "jinja2" do + url "https://files.pythonhosted.org/packages/ed/55/39036716d19cab0747a5020fc7e907f362fbf48c984b14e62127f7e68e5d/jinja2-3.1.4.tar.gz" + sha256 "4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369" + end + + resource "markupsafe" do + url "https://files.pythonhosted.org/packages/b2/97/5d42485e71dfc078108a86d6de8fa46db44a1a9295e89c5d6d4a06e23a62/markupsafe-3.0.2.tar.gz" + sha256 "ee55d3edf80167e48ea11a923c7386f4669df67d7994554387f84e7d8b0a2bf0" + end + resource "packaging" do - url "https://files.pythonhosted.org/packages/51/65/50db4dda066951078f0a96cf12f4b9ada6e4b811516bf0262c0f4f7064d4/packaging-24.1.tar.gz" - sha256 "026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002" + url "https://files.pythonhosted.org/packages/d0/63/68dbb6eb2de9cb10ee4c9c14a0148804425e13c4fb20d61cce69f53106da/packaging-24.2.tar.gz" + sha256 "c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f" end resource "psutil" do @@ -34,6 +81,46 @@ class Glances < Formula sha256 "353815f59a7f64cdaca1c0307ee13558a0512f6db064e92fe833784f08539c7a" end + resource "pydantic" do + url "https://files.pythonhosted.org/packages/41/86/a03390cb12cf64e2a8df07c267f3eb8d5035e0f9a04bb20fb79403d2a00e/pydantic-2.10.2.tar.gz" + sha256 "2bc2d7f17232e0841cbba4641e65ba1eb6fafb3a08de3a091ff3ce14a197c4fa" + end + + resource "pydantic-core" do + url "https://files.pythonhosted.org/packages/a6/9f/7de1f19b6aea45aeb441838782d68352e71bfa98ee6fa048d5041991b33e/pydantic_core-2.27.1.tar.gz" + sha256 "62a763352879b84aa31058fc931884055fd75089cccbd9d58bb6afd01141b235" + end + + resource "requests" do + url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" + sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + end + + resource "sniffio" do + url "https://files.pythonhosted.org/packages/a2/87/a6771e1546d97e7e041b6ae58d80074f81b7d5121207425c964ddf5cfdbd/sniffio-1.3.1.tar.gz" + sha256 "f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc" + end + + resource "starlette" do + url "https://files.pythonhosted.org/packages/1a/4c/9b5764bd22eec91c4039ef4c55334e9187085da2d8a2df7bd570869aae18/starlette-0.41.3.tar.gz" + sha256 "0e4ab3d16522a255be6b28260b938eae2482f98ce5cc934cb08dce8dc3ba5835" + end + + resource "typing-extensions" do + url "https://files.pythonhosted.org/packages/df/db/f35a00659bc03fec321ba8bce9420de607a1d37f8342eee1863174c69557/typing_extensions-4.12.2.tar.gz" + sha256 "1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8" + end + + resource "urllib3" do + url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" + sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + end + + resource "uvicorn" do + url "https://files.pythonhosted.org/packages/6a/3c/21dba3e7d76138725ef307e3d7ddd29b763119b3aa459d02cc05fefcff75/uvicorn-0.32.1.tar.gz" + sha256 "ee9519c246a72b1c084cea8d3b44ed6026e78a4a309cbedae9c37e4cb9fbb175" + end + def install virtualenv_install_with_resources diff --git a/Formula/g/gnome-recipes.rb b/Formula/g/gnome-recipes.rb index 4d443877d..550568225 100644 --- a/Formula/g/gnome-recipes.rb +++ b/Formula/g/gnome-recipes.rb @@ -21,7 +21,7 @@ class GnomeRecipes < Formula depends_on "itstool" => :build depends_on "meson" => :build depends_on "ninja" => :build - depends_on "pkg-config" => :build + depends_on "pkgconf" => :build depends_on "adwaita-icon-theme" depends_on "cairo" @@ -57,11 +57,9 @@ class GnomeRecipes < Formula def install resource("goa").stage do - system ".configure", "--disable-debug", - "--disable-dependency-tracking", - "--disable-silent-rules", - "--prefix=#{libexec}", - "--disable-backend" + system ".configure", "--disable-silent-rules", + "--disable-backend", + *std_configure_args(prefix: libexec) system "make", "install" end diff --git a/Formula/g/golines.rb b/Formula/g/golines.rb index efebcd5eb..560b3ee07 100644 --- a/Formula/g/golines.rb +++ b/Formula/g/golines.rb @@ -34,6 +34,6 @@ def install var strings = []string{\n\t"foo",\n\t"bar",\n\t"baz",\n} GO - assert_equal shell_output("#{bin}golines --max-len=30 given.go"), (testpath"expected.go").read + assert_equal (testpath"expected.go").read, shell_output("#{bin}golines --max-len=30 given.go") end end \ No newline at end of file diff --git a/Formula/g/graphqurl.rb b/Formula/g/graphqurl.rb index 3070ee281..4f3c6fd19 100644 --- a/Formula/g/graphqurl.rb +++ b/Formula/g/graphqurl.rb @@ -1,20 +1,17 @@ class Graphqurl < Formula desc "Curl for GraphQL with autocomplete, subscriptions and GraphiQL" homepage "https:github.comhasuragraphqurl" - url "https:registry.npmjs.orggraphqurl-graphqurl-1.0.3.tgz" - sha256 "77b38dc7f34b7e4f4d3550896a2c4a78ef31a76f202de03b9efaabfc5060ee82" + url "https:registry.npmjs.orggraphqurl-graphqurl-2.0.0.tgz" + sha256 "589fd91ec8b40554ff2d32a35846bc9e31466ce9824530ccd3176aafe8e8ce75" license "Apache-2.0" bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7d29fea61417e781508114b37928fdf1337a17d0234f83aa5a2dbbd7652eaea1" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "eeb0c8c2c3e60b9b3806aeec12e9bf33db690e253f67fe041019249de96c8e2c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "eeb0c8c2c3e60b9b3806aeec12e9bf33db690e253f67fe041019249de96c8e2c" - sha256 cellar: :any_skip_relocation, arm64_monterey: "eeb0c8c2c3e60b9b3806aeec12e9bf33db690e253f67fe041019249de96c8e2c" - sha256 cellar: :any_skip_relocation, sonoma: "43e1db21f854ac858fd2daa71b122158ca3d0df06be07f901995feb26c4f67e6" - sha256 cellar: :any_skip_relocation, ventura: "43e1db21f854ac858fd2daa71b122158ca3d0df06be07f901995feb26c4f67e6" - sha256 cellar: :any_skip_relocation, monterey: "43e1db21f854ac858fd2daa71b122158ca3d0df06be07f901995feb26c4f67e6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c810c89e48bc94b6b72d5dee1b950dda7fe604ad25949edeb4d163be64056d51" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e9e6defa9ff7f67c8f7ba622d7c98c051457ff93dece2be0d44055de07ad289f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e9e6defa9ff7f67c8f7ba622d7c98c051457ff93dece2be0d44055de07ad289f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e9e6defa9ff7f67c8f7ba622d7c98c051457ff93dece2be0d44055de07ad289f" + sha256 cellar: :any_skip_relocation, sonoma: "1bbe446bb7c88a12a0a6b0f89798baf9c94ddc06cbf276279b42b2dfc7faed53" + sha256 cellar: :any_skip_relocation, ventura: "1bbe446bb7c88a12a0a6b0f89798baf9c94ddc06cbf276279b42b2dfc7faed53" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e9e6defa9ff7f67c8f7ba622d7c98c051457ff93dece2be0d44055de07ad289f" end depends_on "node" diff --git a/Formula/g/gromacs.rb b/Formula/g/gromacs.rb index 7c30ddf1b..3a9b1a38d 100644 --- a/Formula/g/gromacs.rb +++ b/Formula/g/gromacs.rb @@ -25,8 +25,6 @@ class Gromacs < Formula depends_on "openblas" fails_with :clang - fails_with gcc: "5" - fails_with gcc: "6" def install # Non-executable GMXRC files should be installed in DATADIR diff --git a/Formula/g/grpc@1.54.rb b/Formula/g/grpc@1.54.rb index 7610044e2..b23b793d8 100644 --- a/Formula/g/grpc@1.54.rb +++ b/Formula/g/grpc@1.54.rb @@ -46,8 +46,6 @@ class GrpcAT154 < Formula cause "Requires C++17 features not yet implemented" end - fails_with gcc: "5" # C++17 - def install ENV.llvm_clang if OS.mac? && (DevelopmentTools.clang_build_version <= 1100) mkdir "cmakebuild" do diff --git a/Formula/g/gsmartcontrol.rb b/Formula/g/gsmartcontrol.rb index 26b72b863..b46086115 100644 --- a/Formula/g/gsmartcontrol.rb +++ b/Formula/g/gsmartcontrol.rb @@ -15,7 +15,7 @@ class Gsmartcontrol < Formula end depends_on "cmake" => :build - depends_on "pkg-config" => :build + depends_on "pkgconf" => :build depends_on "at-spi2-core" depends_on "atkmm@2.28" depends_on "cairo" diff --git a/Formula/g/gstreamer.rb b/Formula/g/gstreamer.rb index 313cb0e71..7778b10c3 100644 --- a/Formula/g/gstreamer.rb +++ b/Formula/g/gstreamer.rb @@ -51,7 +51,7 @@ class Gstreamer < Formula depends_on "meson" => :build depends_on "nasm" => :build depends_on "ninja" => :build - depends_on "pkg-config" => :build + depends_on "pkgconf" => :build depends_on "rust" => :build depends_on "aom" depends_on "cairo" @@ -256,12 +256,12 @@ def caveats # https:github.comorgsHomebrewdiscussions3740 system bin"gst-validate-launcher", "--usage" - system python3, "-c", <<~EOS + system python3, "-c", <<~PYTHON import gi gi.require_version('Gst', '1.0') from gi.repository import Gst print (Gst.Fraction(num=3, denom=5)) - EOS + PYTHON # FIXME: The initial plugin load takes a long time without extra permissions on # macOS, which frequently causes the slower Intel macOS runners to time out. diff --git a/Formula/h/helib.rb b/Formula/h/helib.rb index 27474e33c..c929e0f56 100644 --- a/Formula/h/helib.rb +++ b/Formula/h/helib.rb @@ -23,8 +23,6 @@ class Helib < Formula depends_on "gmp" depends_on "ntl" - fails_with gcc: "5" # for C++17 - def install mkdir "build" do system "cmake", "-DBUILD_SHARED=ON", "..", *std_cmake_args diff --git a/Formula/h/helix.rb b/Formula/h/helix.rb index 2d5646d36..9394f0916 100644 --- a/Formula/h/helix.rb +++ b/Formula/h/helix.rb @@ -21,8 +21,6 @@ class Helix < Formula conflicts_with "hex", because: "both install `hx` binaries" - fails_with gcc: "5" # For C++17 - def install ENV["HELIX_DEFAULT_RUNTIME"] = libexec"runtime" system "cargo", "install", "-vv", *std_cargo_args(path: "helix-term") diff --git a/Formula/h/himalaya.rb b/Formula/h/himalaya.rb index 0f278cc5c..7ed927d77 100644 --- a/Formula/h/himalaya.rb +++ b/Formula/h/himalaya.rb @@ -1,7 +1,7 @@ class Himalaya < Formula desc "CLI email client written in Rust" - homepage "https:pimalaya.orghimalayaclilatest" - url "https:github.comsoywodhimalayaarchiverefstagsv0.9.0.tar.gz" + homepage "https:github.compimalayahimalaya" + url "https:github.compimalayahimalayaarchiverefstagsv0.9.0.tar.gz" sha256 "9a5593a3a92dcce8227cea45870a88432d8df3a012636eb5461165cf599dbcbb" license "MIT" @@ -17,10 +17,10 @@ class Himalaya < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "401182fcfee72d5ef3a1c42204dbd71687c3c17586bb2ac2e87fc158aa496d85" end + depends_on "pkgconf" => :build depends_on "rust" => :build on_linux do - depends_on "pkgconf" => :build depends_on "openssl@3" end @@ -33,7 +33,7 @@ def install end test do - # See https:github.comsoywodhimalaya#configuration + # See https:github.compimalayahimalaya#configuration (testpath".confighimalayaconfig.toml").write <<~TOML name = "Your full name" downloads-dir = "abspathtodownloads" diff --git a/Formula/i/ignite.rb b/Formula/i/ignite.rb index 6c39ef375..de65fbb64 100644 --- a/Formula/i/ignite.rb +++ b/Formula/i/ignite.rb @@ -1,17 +1,17 @@ class Ignite < Formula desc "Build, launch, and maintain any crypto application with Ignite CLI" homepage "https:github.comignitecli" - url "https:github.comignitecliarchiverefstagsv28.5.3.tar.gz" - sha256 "4ef44890f75b969829560910ffe16450541413d5604bd1b87e4544b2dc5037ea" + url "https:github.comignitecliarchiverefstagsv28.6.0.tar.gz" + sha256 "f4eb80a88b07d97cc237288ec2b816fe5d14861d42291f406368718bb11efd58" license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b3dc5a49aeecf795471a46a6e086076f6a0ba5356eeec9ec4af30f5e1231232b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1fea7bd32ea7b7f09457b2950e8b4ad4d06f4bd7b9a719739624b6d3bd47e215" - sha256 cellar: :any_skip_relocation, arm64_ventura: "bae4d0d86be09c2dd0fdebe9b770579d88c36fc5b6a4c82909d30829a4ae50e2" - sha256 cellar: :any_skip_relocation, sonoma: "c6ee772822f34c41e34aefae650f2def5e37906195a712aa59e6f8decb8dcd63" - sha256 cellar: :any_skip_relocation, ventura: "abf5f9a6ed59dec4cf6a429cee37d55981d7ae7b439999774d2dce5167106a68" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a821731ad42e4866bafa3648ab3ad13a692fd8e0bc2d537ec16a505316166042" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8a0e61d020fe255cdc963ab183fe0683f16a33d1d920f3067d33c22c100c30e1" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "75096bc21f45a6ccf9761bd35eff0477e652ae403eb45309e0827a490541fbc8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "bc2c5258e9efb31423c82d417dc37a6d0c9a0b776a3acffe99d8db36b30de8a7" + sha256 cellar: :any_skip_relocation, sonoma: "49747dd5476d4fdebc696ccfb52ef2e77e81ef218ea772b9e7ce9a2c073ed01e" + sha256 cellar: :any_skip_relocation, ventura: "121c1f4b4507c9e8e0f04fd7f1efbaa34e24bfc2d6a84fd6cf27b2fe3d5064ba" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b31b3c1e505e50ccaaab4e95c87e771ccab0d56c303ece9d8c486e8decbc9896" end depends_on "go" diff --git a/Formula/i/include-what-you-use.rb b/Formula/i/include-what-you-use.rb index 0511d1122..e5c436871 100644 --- a/Formula/i/include-what-you-use.rb +++ b/Formula/i/include-what-you-use.rb @@ -29,8 +29,6 @@ class IncludeWhatYouUse < Formula uses_from_macos "ncurses" uses_from_macos "zlib" - fails_with gcc: "5" # LLVM is built with GCC - def llvm deps.map(&:to_formula).find { |f| f.name.match?(^llvm(@\d+(\.\d+)*)?$) } end diff --git a/Formula/i/ispc.rb b/Formula/i/ispc.rb index 4f193644a..aece2df23 100644 --- a/Formula/i/ispc.rb +++ b/Formula/i/ispc.rb @@ -32,8 +32,6 @@ class Ispc < Formula depends_on "tbb" end - fails_with gcc: "5" - def llvm deps.map(&:to_formula).find { |f| f.name.match? "^llvm" } end diff --git a/Formula/i/itk.rb b/Formula/i/itk.rb index 6f5de8e5b..4b0a808c3 100644 --- a/Formula/i/itk.rb +++ b/Formula/i/itk.rb @@ -43,8 +43,6 @@ class Itk < Formula depends_on "unixodbc" end - fails_with gcc: "5" - def install # Avoid CMake trying to find GoogleTest even though tests are disabled rm_r(buildpath"ModulesThirdPartyGoogleTest") diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index ed68cf3b0..e5b4c04b1 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -1,17 +1,17 @@ class Jackett < Formula desc "API Support for your favorite torrent trackers" homepage "https:github.comJackettJackett" - url "https:github.comJackettJackettarchiverefstagsv0.22.1009.tar.gz" - sha256 "fc02552ddca8f8b1cbf3dd96cc3331b9be61ad11508792a585e3c6945185e3e8" + url "https:github.comJackettJackettarchiverefstagsv0.22.1012.tar.gz" + sha256 "8e199ab9f11b568984cf19f3ac423efef2044c76b4478cb96e42eaedfde583d3" license "GPL-2.0-only" head "https:github.comJackettJackett.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "0d665e49a0fafeff4ba7545a59e73bc6aa58509b522dc6b81420675248f818ea" - sha256 cellar: :any, arm64_sonoma: "ff7a43cbff9ba9646b68eb13b812515cab8d4395aefb0eff2341211bd52c8b74" - sha256 cellar: :any, arm64_ventura: "60c4f6729741182de71340c59a096eaa601ebed6e18b383045edf9e29b854099" - sha256 cellar: :any, ventura: "ccb5d7032a2294a942542f0552e7d2b3f72381bb63cb9c09ef87662db8d8ef73" - sha256 cellar: :any_skip_relocation, x86_64_linux: "612eb403c6e643fc6043f15029d2c260808bc75f8d208ee6bae091e01675bd0c" + sha256 cellar: :any, arm64_sequoia: "a6bcd81bc8cb7e8318accd8ba49619e08513ab33dd008a2cec09df65a4a29937" + sha256 cellar: :any, arm64_sonoma: "f3be41f6787df5bb7c8f1e732b6f1b02514f8baa375a45021253b8be7d6f857e" + sha256 cellar: :any, arm64_ventura: "664210873d861439f507d502bb89f042ad00b6823f9c4c414e3c2a6a72706432" + sha256 cellar: :any, ventura: "996a7df2a9d3f23a7601e24a079f7c31f4d392fb4fb9cf2df4673ecf00ce714c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a1dafe0f562d9f6287fbad0cc71f0b3c7111d2f96f620725c75849d93a055b7a" end depends_on "dotnet@8" diff --git a/Formula/j/jaq.rb b/Formula/j/jaq.rb index 82ae7e51a..bb7270b65 100644 --- a/Formula/j/jaq.rb +++ b/Formula/j/jaq.rb @@ -1,8 +1,8 @@ class Jaq < Formula desc "JQ clone focussed on correctness, speed, and simplicity" homepage "https:github.com01mf02jaq" - url "https:github.com01mf02jaqarchiverefstagsv1.6.0.tar.gz" - sha256 "64b3431970cd4c27f3c4e665913218f44a0f44be7e22401eea34d52d8f3745a9" + url "https:github.com01mf02jaqarchiverefstagsv2.0.0.tar.gz" + sha256 "7535387562c0e5519811bfd1f405eb8cb7683533781e0790981221e8e5b723c2" license "MIT" head "https:github.com01mf02jaq.git", branch: "main" @@ -12,14 +12,12 @@ class Jaq < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "11506820284464b135e23f1afabaf86c7d45c75abf3faa1c4c9e6902da271f29" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0b79ff4943b0d75a4edcd19838137462804f5dbeb67cf6cb5b3526b919212415" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4692800435b5234283a7517ed44d2043dad4bf1b0994f635c91bc37dfb2fd9f4" - sha256 cellar: :any_skip_relocation, arm64_monterey: "fedc4822b9f5f7b34507af91bc2a14b387022aa45edf6b4e67e1e2c4c84f3d75" - sha256 cellar: :any_skip_relocation, sonoma: "508af1b51de651dbbc5e111f2066b21b80d6ab2fcfb8c14031acd498b1aab0ec" - sha256 cellar: :any_skip_relocation, ventura: "ae446061a59112b2c0c0616f9172147fabf52339e210205ed7af763a94c23fc2" - sha256 cellar: :any_skip_relocation, monterey: "69342098cd7b986aea53586eeb883b5b91dea4de6c8ab38f65ef496d78e7dd5e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c44c6fac1358c69d3c045b4fb8c1f770881da2671b17962a1cc6f167db76eb91" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d9e1baf5e28388f988404f30cd8fdedffa9a830fcb12036b6ba2517449e4005a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a445f6961b926c0256a793930f1b0bc609ea2abfc162b3fbb9e9a9459c8e39dd" + sha256 cellar: :any_skip_relocation, arm64_ventura: "da6254ea0bef9c88a10b0e5b2da9c67156cb92f93cfe6ddb793dbd8f225587cb" + sha256 cellar: :any_skip_relocation, sonoma: "90d9c16da4895f7983bac9e95204e85032eca0cf9f72872e246cebb8184424cd" + sha256 cellar: :any_skip_relocation, ventura: "3b77caeb4a7adbd2a5b99eed2698b7c35897b997d9280f2509eb610f76beb96c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3a338b6b76bb2fd8ae00d2c6432807ce0578a9ee91db8d058bb95b3c3f693fac" end depends_on "rust" => :build diff --git a/Formula/j/jenkins-lts.rb b/Formula/j/jenkins-lts.rb index b018e6781..945ac79a5 100644 --- a/Formula/j/jenkins-lts.rb +++ b/Formula/j/jenkins-lts.rb @@ -1,8 +1,8 @@ class JenkinsLts < Formula desc "Extendable open source continuous integration server" homepage "https://www.jenkins.io/" - url "https://get.jenkins.io/war-stable/2.479.1/jenkins.war" - sha256 "dbf987b3aaab16ce20e9413b3082fa323e3724cbb64562ddb64c1e4d4f58b470" + url "https://get.jenkins.io/war-stable/2.479.2/jenkins.war" + sha256 "177c2c033f0d3ae4148e601d0fdada60112d83f250521f3a0a0fd97cbb138dbd" license "MIT" livecheck do @@ -11,7 +11,7 @@ class JenkinsLts < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "510a45e3edeffc6403704087fc1a49e34eb820930cd5b4b43405065e3276fbff" + sha256 cellar: :any_skip_relocation, all: "e171d56db97bdca8339a62ff14322fabe11ac5d8bb0c2404fe1b7d07204b8c64" end depends_on "openjdk@21" diff --git a/Formula/j/jenkins.rb b/Formula/j/jenkins.rb index 39abd2860..a40722e2d 100644 --- a/Formula/j/jenkins.rb +++ b/Formula/j/jenkins.rb @@ -1,8 +1,8 @@ class Jenkins < Formula desc "Extendable open source continuous integration server" homepage "https:www.jenkins.io" - url "https:get.jenkins.iowar2.486jenkins.war" - sha256 "a5a913dfcf0314087267a79337a441949f2193a6c39e29da7b6be5c8676f52dc" + url "https:get.jenkins.iowar2.487jenkins.war" + sha256 "f5a7b25de5979101676efe43cf63629c275b787d1482057bc335498eb598a1c5" license "MIT" livecheck do @@ -11,7 +11,7 @@ class Jenkins < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "4050fd82da74631aa46671e017853ed955b63a3552c66cc092345cebc4097259" + sha256 cellar: :any_skip_relocation, all: "e7a31372e07bd287b187100c78d0912bd0dee45e3cdfb90438c3735b529df20d" end head do diff --git a/Formula/j/jinx.rb b/Formula/j/jinx.rb index 8e6857604..a17f6ab9e 100644 --- a/Formula/j/jinx.rb +++ b/Formula/j/jinx.rb @@ -21,8 +21,6 @@ class Jinx < Formula depends_on "cmake" => :build - fails_with gcc: "5" - def install # disable building tests inreplace "CMakeLists.txt", "if(NOT jinx_is_subproject)", "if(FALSE)" diff --git a/Formula/j/joern.rb b/Formula/j/joern.rb index 469158d55..abab96e42 100644 --- a/Formula/j/joern.rb +++ b/Formula/j/joern.rb @@ -1,8 +1,8 @@ class Joern < Formula desc "Open-source code analysis platform based on code property graphs" homepage "https:joern.io" - url "https:github.comjoerniojoernarchiverefstagsv4.0.150.tar.gz" - sha256 "47a9bb00933807efcc985ecea33a710702c79189049b14f048d403111f2bf0a4" + url "https:github.comjoerniojoernarchiverefstagsv4.0.160.tar.gz" + sha256 "47a61ab69f637320830b25173fc15e2169f80c7d90421be499e5d7857dc53dd7" license "Apache-2.0" livecheck do @@ -12,12 +12,12 @@ class Joern < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7c8930684fea1e273fea888d7f9aa8eb6f9a79942c5b35a61656add8f7e30b57" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f6873d48609b2c94f5a0adc8fcd28ceb30d2875b6a43363cb092f016d5fe63b4" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f6873d48609b2c94f5a0adc8fcd28ceb30d2875b6a43363cb092f016d5fe63b4" - sha256 cellar: :any_skip_relocation, sonoma: "31bfaeb08f645427eaaf8036acd2842f011367fac07439d6e886e6c533db1cf0" - sha256 cellar: :any_skip_relocation, ventura: "cd2c06f252527898471c26362547018d27828e7e50fd0a45339ab78e524646d1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e61e299108f4001354534308a6f1034eefa2877edae3e9b3bba987525616742e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5ff468f2ac10eac3922cf5d7e41745417f52a33f59423c24f64241b71e490bf9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "52e17fa9fcef92af5cca7bf6bb051e249fd4587bea473004c46876236bd77ba8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "11fdddc1efd64a0ff8398f1ebfae632a064e5a5b533b8dc4df5ce6a905a2ca05" + sha256 cellar: :any_skip_relocation, sonoma: "6e5b8377c0896b9d22759122c8fc7cd55cf2bef78c9686fff00381b8be859df4" + sha256 cellar: :any_skip_relocation, ventura: "33f457befe9a09b0121713e2fcf7170a0914c0e5df9588e094ef1d0ab8e2ab90" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2fd967e6e7618b919f6d6bf8d40b0e81028a37bab5ec865b6b5dae53609c79ca" end depends_on "sbt" => :build @@ -26,6 +26,8 @@ class Joern < Formula depends_on "openjdk" depends_on "php" + uses_from_macos "zlib" + def install system "sbt", "stage" @@ -36,9 +38,9 @@ def install # Remove incompatible pre-built binaries os = OS.mac? ? "macos" : OS.kernel_name.downcase - astgen_suffix = Hardware::CPU.intel? ? "astgen-#{os}" : "astgen-#{os}-#{Hardware::CPU.arch}" - libexec.glob("frontends{csharp,go}src2cpgbinastgen{dotnet,go}astgen-*").each do |f| - f.unlink unless f.basename.to_s.end_with?(astgen_suffix) + astgen_suffix = Hardware::CPU.intel? ? [os] : ["#{os}-#{Hardware::CPU.arch}", "#{os}-arm"] + libexec.glob("frontends{csharp,go,js}src2cpgbinastgen{dotnet,go,}astgen-*").each do |f| + f.unlink unless f.basename.to_s.end_with?(*astgen_suffix) end libexec.children.select { |f| f.file? && f.executable? }.each do |f| diff --git a/Formula/k/kahip.rb b/Formula/k/kahip.rb index a01f0a41b..bead10919 100644 --- a/Formula/k/kahip.rb +++ b/Formula/k/kahip.rb @@ -1,20 +1,18 @@ class Kahip < Formula desc "Karlsruhe High Quality Partitioning" homepage "https:algo2.iti.kit.edudocumentskahipindex.html" - url "https:github.comKaHIPKaHIParchiverefstagsv3.16.tar.gz" - sha256 "b0ef72a26968d37d9baa1304f7a113b61e925966a15e86578d44e26786e76c75" + url "https:github.comKaHIPKaHIParchiverefstagsv3.17.tar.gz" + sha256 "3aa5fedf5a69fd3771ac97b4dbcc40f6f8a45f6c8b64e30d85c95cee124e38c3" license "MIT" head "https:github.comKaHIPKaHIP.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "0821739473246533d6043038f905d07cfd071224b1b201a88f572930895ec64e" - sha256 cellar: :any, arm64_sonoma: "970fe2a3d90298de2d44a30bce8a60f9bbcf2e0be59f2035c617d825fd4713e7" - sha256 cellar: :any, arm64_ventura: "3ba222ed29cb5e903167de8216be60180d41a0f59d64edcaa00955e7c7670e0b" - sha256 cellar: :any, arm64_monterey: "ecd60dda8182bfcbd93e030c93d42f7bdca84e36e4bb1a0e0b11f7c64637387e" - sha256 cellar: :any, sonoma: "e4eebc7fd9b608923efe1e17d006ffe7fd0a00261e3ee72239f5b744dc042a44" - sha256 cellar: :any, ventura: "26def65973de379722881a0a714458586b23bf5e45fb9632252687de0cc49355" - sha256 cellar: :any, monterey: "c3c24dfa4c3607db5b3de5a68123606c3883180cbf8436415e180a65d4c58f56" - sha256 cellar: :any_skip_relocation, x86_64_linux: "438e8df826b458d6401fc3ddc7326b758c281597bace27f9a542a87389a8c60c" + sha256 cellar: :any, arm64_sequoia: "16093791788ca776629995486830135eff95a1f5a811feb83ac76e426594b54d" + sha256 cellar: :any, arm64_sonoma: "d8857629b507b827fa310597072e62f0a4343616a4680b4ae7fe63c5ec2d20bf" + sha256 cellar: :any, arm64_ventura: "138f4b644a0798b2d5db48b41de9552cd7d8a96f7d7044884e3c2740303c91e2" + sha256 cellar: :any, sonoma: "0b1b0511b0ad243ae8d009eebf326918d0a17b930f2e7eb38ce2da64a28e8224" + sha256 cellar: :any, ventura: "4116ad27663b45eefb02d97d6b843c2bb4cbd9198ed2c3d0020b6a3f1a5e7b83" + sha256 cellar: :any_skip_relocation, x86_64_linux: "84b023f1a6c42b2bd9edf696ab8e345a067d8879c6e6df04325765de9e9c5684" end depends_on "cmake" => :build diff --git a/Formula/k/kdoctools.rb b/Formula/k/kdoctools.rb index a6fd5292e..5c8e87e1a 100644 --- a/Formula/k/kdoctools.rb +++ b/Formula/k/kdoctools.rb @@ -37,8 +37,6 @@ class Kdoctools < Formula uses_from_macos "libxslt" uses_from_macos "perl" - fails_with gcc: "5" - resource "URI::Escape" do on_linux do url "https://cpan.metacpan.org/authors/id/O/OA/OALDERS/URI-5.27.tar.gz" diff --git a/Formula/k/khiva.rb b/Formula/k/khiva.rb index b563c0d43..4518d524e 100644 --- a/Formula/k/khiva.rb +++ b/Formula/k/khiva.rb @@ -28,8 +28,6 @@ class Khiva < Formula depends_on "arrayfire" depends_on "eigen" - fails_with gcc: "5" - def install system "cmake", "-S", ".", "-B", "build", *std_cmake_args, "-DCMAKE_INSTALL_RPATH=#{rpath}", diff --git a/Formula/k/klee.rb b/Formula/k/klee.rb index 2d3c3b1d1..3221ffd21 100644 --- a/Formula/k/klee.rb +++ b/Formula/k/klee.rb @@ -37,8 +37,6 @@ class Klee < Formula depends_on "minisat" end - fails_with gcc: "5" - # klee needs a version of libc++ compiled with wllvm resource "libcxx" do url "https:github.comllvmllvm-projectreleasesdownloadllvmorg-16.0.6llvm-project-16.0.6.src.tar.xz" diff --git a/Formula/k/kops.rb b/Formula/k/kops.rb index 118aef2f7..4cc0f0e95 100644 --- a/Formula/k/kops.rb +++ b/Formula/k/kops.rb @@ -1,8 +1,8 @@ class Kops < Formula desc "Production Grade K8s Installation, Upgrades, and Management" homepage "https:kops.sigs.k8s.io" - url "https:github.comkuberneteskopsarchiverefstagsv1.30.1.tar.gz" - sha256 "b454979d042e5f55704ce544ff79e52c236534a031851818f73a8744d0851b1f" + url "https:github.comkuberneteskopsarchiverefstagsv1.30.2.tar.gz" + sha256 "7e70dd6cc80d0e463befa7737c4770165c21952f9e325fcd605639cec1d1f8bf" license "Apache-2.0" head "https:github.comkuberneteskops.git", branch: "master" @@ -12,12 +12,12 @@ class Kops < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "96085c1b1a144244b4b887f7968c829de3a3e3b48a79f76f205d8f99ed125cd1" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3aa2bbaebd619fe57c82b185e20e518a186837f60c82b73b5c9e2fc829e020de" - sha256 cellar: :any_skip_relocation, arm64_ventura: "54eee998d292d5db46cf998c96a3fe549ac1bcb61f4e8a3718aec649f3fe6228" - sha256 cellar: :any_skip_relocation, sonoma: "d17f738f8b9968511143576d060a7a02f52cf6f01a6c6ba6d5c81ab710a1f40b" - sha256 cellar: :any_skip_relocation, ventura: "7dfb31e36759f06e499204d8128815cca0073d96a8dc0de7c1e55cada74bfacb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c610c525faa1cc85125201e40fbc924b998448194c150af68b078fb9215a37e3" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3d7e0bca137dd055e5e67711194a1d7ec6f000dbb9a92b284875eac7dc80d2d3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5daf000c09e5fe875f764abcf6d0f67074d71605af9d3d11dc42d6d4f68c1252" + sha256 cellar: :any_skip_relocation, arm64_ventura: "512214fd94d673bf351f5cc8991dd59332918603ec1f193b0388df0522e73d43" + sha256 cellar: :any_skip_relocation, sonoma: "ec5eb5d017356a0061401e4d29d447e533e78494f7c41b1c6eb9cfb3044f35a1" + sha256 cellar: :any_skip_relocation, ventura: "0d36d075467cbde82f3ce96c197a9f678c56126018304e5a59abb7c4a584a5f3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c1eeddcc5d7afd830efbe1bba06c77a14c3846d56a315160b2b01895774d1f88" end depends_on "go" => :build diff --git a/Formula/k/kotlin.rb b/Formula/k/kotlin.rb index 0364c23ec..031b56cc7 100644 --- a/Formula/k/kotlin.rb +++ b/Formula/k/kotlin.rb @@ -1,8 +1,8 @@ class Kotlin < Formula desc "Statically typed programming language for the JVM" homepage "https:kotlinlang.org" - url "https:github.comJetBrainskotlinreleasesdownloadv2.0.21kotlin-compiler-2.0.21.zip" - sha256 "0352c0a45bd22f80f6b26e485cd04da8047baa5de54865281fb9f89a4a7bcf2a" + url "https:github.comJetBrainskotlinreleasesdownloadv2.1.0kotlin-compiler-2.1.0.zip" + sha256 "b6698d5728ad8f9edcdd01617d638073191d8a03139cc538a391b4e3759ad297" license "Apache-2.0" # Upstream maintains multiple majorminor versions and the "latest" release @@ -14,7 +14,7 @@ class Kotlin < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "cd6319f5adc895b56e02259f1e58d0497b8f1985f481a8c143050f2155a5da34" + sha256 cellar: :any_skip_relocation, all: "1829b67565f5afe2f73e80074c295449d8f530d1c8e950d2f7263a539f1b5670" end depends_on "openjdk" diff --git a/Formula/k/kubefirst.rb b/Formula/k/kubefirst.rb index a807330fa..297993958 100644 --- a/Formula/k/kubefirst.rb +++ b/Formula/k/kubefirst.rb @@ -1,8 +1,8 @@ class Kubefirst < Formula desc "GitOps Infrastructure & Application Delivery Platform for kubernetes" homepage "https:kubefirst.konstruct.iodocs" - url "https:github.comkonstructiokubefirstarchiverefstagsv2.7.5.tar.gz" - sha256 "10c3221644dd340c3edff97b9d57ff02285fc7764671dec944aa1e4b4e9ee83e" + url "https:github.comkonstructiokubefirstarchiverefstagsv2.7.6.tar.gz" + sha256 "81d58574f8bdf11466cf71bf923745906112e0e7e7b0510491bd81a5a0012ebe" license "MIT" head "https:github.comkonstructiokubefirst.git", branch: "main" @@ -14,12 +14,12 @@ class Kubefirst < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "17203f4aacfc0a0999faad40e096f5ed9829b60166101f7451e94a9ffa4e28de" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ebe79efd58d01272836108fadc246cf7610d7a9afeeace008dda8a6d40bfb06f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "bc68256a4bbc9fe4cbcde64309f39193f67d9c1e7968034f987dcd33447c3287" - sha256 cellar: :any_skip_relocation, sonoma: "213b0a7d44e080b7f23f93973aaf579aeaf50dcccdac5dc786a493571ce8b92f" - sha256 cellar: :any_skip_relocation, ventura: "c351024ffec6eb250ce5d3ab3de6b2a75646335cb1d6d6c0b533bf81bd52388e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b650b094954e43881eeb1e28886d945cd2d36e9b2e5dfe68eeb60e8f6a4dc241" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d73d7687e152221886fd11f992bf05c05e56c6b5e908f8935829dc5c99deefbd" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0d2e580bf06424c54567c112c905987ab4ec9da9d56d8a9275c2f40db01a693d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "09f00d7cbbd05fa703f44e90058e69eed937a103cc15839099bd1953c2605998" + sha256 cellar: :any_skip_relocation, sonoma: "4598407b312741171ef8a750695c223348b0aa050c7f53e36af0accd59d65587" + sha256 cellar: :any_skip_relocation, ventura: "25150cc31a3d8e2fc2d05b868ce864afed5536f755c0d5083e1bb0b855f7db01" + sha256 cellar: :any_skip_relocation, x86_64_linux: "18bca93a37ad4b34fc2538015bcfd53ae55e8264568e22e3bac761c245496ddb" end depends_on "go" => :build diff --git a/Formula/k/kubelogin.rb b/Formula/k/kubelogin.rb index 2fa0bbdc1..21fd29161 100644 --- a/Formula/k/kubelogin.rb +++ b/Formula/k/kubelogin.rb @@ -28,7 +28,7 @@ def install version_output = shell_output("#{bin}kubectl-oidc_login --version") assert_match version.to_s, version_output - assert_equal shell_output("kubectl oidc-login --version"), version_output + assert_equal version_output, shell_output("kubectl oidc-login --version") # Connect to non-existant OIDC endpoint get_token_output = shell_output("kubectl oidc-login get-token " \ diff --git a/Formula/k/kuttl.rb b/Formula/k/kuttl.rb index 87d95446c..ffb0ea358 100644 --- a/Formula/k/kuttl.rb +++ b/Formula/k/kuttl.rb @@ -39,7 +39,7 @@ def install assert_match stable.specs[:revision].to_s, version_output kubectl = Formula["kubernetes-cli"].opt_bin "kubectl" - assert_equal shell_output("#{kubectl} kuttl version"), version_output + assert_equal version_output, shell_output("#{kubectl} kuttl version") (testpath "kuttl-test.yaml").write <<~YAML apiVersion: kuttl.devv1beta1 diff --git a/Formula/l/lando-cli.rb b/Formula/l/lando-cli.rb index 8b580600c..a09e31a79 100644 --- a/Formula/l/lando-cli.rb +++ b/Formula/l/lando-cli.rb @@ -1,8 +1,8 @@ class LandoCli < Formula desc "Cli part of Lando" homepage "https:docs.lando.devcli" - url "https:github.comlandocorearchiverefstagsv3.23.13.tar.gz" - sha256 "1e5dce3fa35f661a590ca36d36b73a6d7cd07bee9c2ed5eb4d3b60ed1e6ba353" + url "https:github.comlandocorearchiverefstagsv3.23.14.tar.gz" + sha256 "a257b8e7a34b19d68f3ddaf5eda49818225447aa7b939dd387c10bd1dbf79038" license "GPL-3.0-or-later" head "https:github.comlandocore.git", branch: "main" @@ -12,12 +12,12 @@ class LandoCli < Formula end bottle do - sha256 arm64_sequoia: "c7681748cc01247cae83bb007f5df2cd98760043c6df78863b77644be91d32f1" - sha256 arm64_sonoma: "89a71ba30516e7d3573ce1251896d31a2737ff79f1d81285c9d26043da4104cc" - sha256 arm64_ventura: "a387ef8dad0800ed25045efd7f3e8ab588d9527430ced24b009a47733f10764a" - sha256 sonoma: "db662412314b38c3ceab50ddb84cae9b658e495b5ab1bb8a06a282f54fe61f42" - sha256 ventura: "1f4d40e40c96a2d1ffbedcae27e0c8756e929c683f93d8eb64fe7b32908fe91f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3ab2d79e3073d559e48129a39de0c4f2ec8c1d5e089a6c1de258de6973b699da" + sha256 arm64_sequoia: "587cc410745a7111bbcc0444b53f3cd445228873f864ada7427d4aa62a227fec" + sha256 arm64_sonoma: "88d95b6b3bb11131b11b9ffcbaacdce409ebc767fe7f078692c0a705b36cb461" + sha256 arm64_ventura: "2c3959ea0d2a38f5818b7589b675f235e3ca56c35c1d199476ab4c564ec1d96e" + sha256 sonoma: "d5bdea373738f3867f2c88456e25c78ae7fc31f8ee40d383982da250737ebc2d" + sha256 ventura: "cca9aa93695eb47cba047acfea510df51e15d676932cd0d4f10184b27fc2ebb7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9a57b2f38d547bdfe6d04219e0c5997de3e4dec93018619bd163801e59166771" end depends_on "node" diff --git a/Formula/l/lean.rb b/Formula/l/lean.rb index eb82490db..263073f7f 100644 --- a/Formula/l/lean.rb +++ b/Formula/l/lean.rb @@ -45,8 +45,6 @@ class Lean < Formula conflicts_with "elan-init", because: "`lean` and `elan-init` install the same binaries" - fails_with gcc: "5" - def install args = std_cmake_args + %w[ -DCMAKE_CXX_FLAGS='-std=c++14' diff --git a/Formula/l/lla.rb b/Formula/l/lla.rb new file mode 100644 index 000000000..a365d7244 --- /dev/null +++ b/Formula/l/lla.rb @@ -0,0 +1,60 @@ +class Lla < Formula + desc "High-performance, extensible alternative to ls" + homepage "https:github.comtriyanoxlla" + url "https:github.comtriyanoxllaarchiverefstagsv0.2.7.tar.gz" + sha256 "a09d352aa519a0c8e73fc812abd844ca1948b16b73071a68dbd44695fa804c12" + license "MIT" + + bottle do + sha256 cellar: :any, arm64_sequoia: "c55294aa140b5e5643251a774189dcfb15549d903c8d22f87f98d721972e8862" + sha256 cellar: :any, arm64_sonoma: "de3015b2a489de168bfb217f66c16475e9e6d92e093cfce85647402735074412" + sha256 cellar: :any, arm64_ventura: "cd36dbbe69774f47e159abd6968d38e801f3831f433735761115e502f8966a5f" + sha256 cellar: :any, sonoma: "a9e89bfb960e8cfc1f393f1c3614f28ced5ef58db5a249f129c9f7aed28a0733" + sha256 cellar: :any, ventura: "38d95db1e5156465318dcabac345bf3f956f61d5fb9554a9e5b405f1a3d4c9fe" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ab53dced7964bcf2f33d9e8202c8926f827a9fa24216365b922b798c9e09014a" + end + + depends_on "rust" => :build + + def install + system "cargo", "install", *std_cargo_args(path: "lla") + + (buildpath"plugins").each_child do |plugin| + next unless plugin.directory? + + plugin_path = plugin"Cargo.toml" + next unless plugin_path.exist? + + system "cargo", "build", "--jobs", ENV.make_jobs.to_s, + "--locked", "--lib", "--release", + "--manifest-path=#{plugin_path}" + lib.install plugin"targetrelease"shared_library("lib#{plugin.basename}") + end + end + + def caveats + <<~EOS + The Lla plugins have been installed in the following directory: + #{opt_lib} + EOS + end + + test do + test_config = testpath".configllaconfig.toml" + + system bin"lla", "init" + + output = shell_output("#{bin}lla config") + assert_match "Current configuration at \"#{test_config}\"", output + + system bin"lla" + + # test lla plugins + inreplace(test_config, ^plugins_dir = ".*"$, "plugins_dir = \"#{opt_lib}\"") + + system bin"lla", "--enable-plugin", "git_status", "categorizer" + system bin"lla" + + assert_match "lla #{version}", shell_output("#{bin}lla --version") + end +end \ No newline at end of file diff --git a/Formula/l/llama.cpp.rb b/Formula/l/llama.cpp.rb index a40f7a84a..8e1e6505a 100644 --- a/Formula/l/llama.cpp.rb +++ b/Formula/l/llama.cpp.rb @@ -3,8 +3,8 @@ class LlamaCpp < Formula homepage "https:github.comggerganovllama.cpp" # CMake uses Git to generate version information. url "https:github.comggerganovllama.cpp.git", - tag: "b4179", - revision: "25669aa92caaddff09f39b54a5173e5cb2680fa3" + tag: "b4202", + revision: "9f912511bc9414fa7a3c521378b6388cd932b58d" license "MIT" head "https:github.comggerganovllama.cpp.git", branch: "master" @@ -14,12 +14,12 @@ class LlamaCpp < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "a5f014ae73cf511a6579df8cd1e5bd15da54acbd926fc6347e3d97fd00fd0f5d" - sha256 cellar: :any, arm64_sonoma: "bf649fbfbdeb4d442e7765ac7e2ef3d3a3d152949ab61e35fced1ed05adf7cd7" - sha256 cellar: :any, arm64_ventura: "c52b4bc111f572a603fc55ae1af06b878ba72546ec87eb29656197d2d9361981" - sha256 cellar: :any, sonoma: "ddb1a6e6a6f6a77880f61c9c43df76d50fc713c898cdb05ad96184d831b77763" - sha256 cellar: :any, ventura: "afc613e38789f2e469d9a1db78ee1f317652a8322f4d8bc90f14431ec2dfc01c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "671bc46a5c3fa62384535ecdae2ac401a1f11dea64620b5f89f06daef9736fd7" + sha256 cellar: :any, arm64_sequoia: "034db782ae65306cd833e35f7efe481721adf73dcc909d8f88b86624864be642" + sha256 cellar: :any, arm64_sonoma: "d5d6bfcbc3ff6ebd080a02e5d580563e7fc75203c25dc2127261794ddb45f267" + sha256 cellar: :any, arm64_ventura: "893a8ff1bc5e746f228758c3f1755f2c344b5d88bd38c7c5aae28907a1b4b00a" + sha256 cellar: :any, sonoma: "02faed4dc7e93c7d06ec94222fb9d84d3db1028c5b442b7e25ec8e503e5b7cf7" + sha256 cellar: :any, ventura: "42393f306e02efc86ffba15dbf47b93e1dcbb3184229d5846b67d3a7efc8b2e0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8e4a37ad30459271063ff367732e842b90a82835cef1426ea3d55e61e5a8863e" end depends_on "cmake" => :build diff --git a/Formula/l/llvm.rb b/Formula/l/llvm.rb index 528a436d6..4f512d95a 100644 --- a/Formula/l/llvm.rb +++ b/Formula/l/llvm.rb @@ -49,14 +49,11 @@ class Llvm < Formula uses_from_macos "zlib" on_linux do - depends_on "pkg-config" => :build + depends_on "pkgconf" => :build depends_on "binutils" # needed for gold depends_on "elfutils" # openmp requires end - # Fails at building LLDB - fails_with gcc: "5" - # Support simplified triples in version config files. # https:github.comllvmllvm-projectpull111387 patch do @@ -767,10 +764,10 @@ def caveats # This will fail if the clang bindings cannot find `libclang`. with_env(PYTHONPATH: prefixLanguage::Python.site_packages(python3)) do - system python3, "-c", <<~EOS + system python3, "-c", <<~PYTHON from clang import cindex cindex.Config().get_cindex_library() - EOS + PYTHON end unless versioned_formula? diff --git a/Formula/l/lnav.rb b/Formula/l/lnav.rb index 826e72aa4..a1f073297 100644 --- a/Formula/l/lnav.rb +++ b/Formula/l/lnav.rb @@ -37,8 +37,6 @@ class Lnav < Formula uses_from_macos "curl" uses_from_macos "zlib" - fails_with gcc: "5" - def install system ".autogen.sh" if build.head? system ".configure", *std_configure_args, diff --git a/Formula/l/log4cxx.rb b/Formula/l/log4cxx.rb index 272f5c488..468f49699 100644 --- a/Formula/l/log4cxx.rb +++ b/Formula/l/log4cxx.rb @@ -19,8 +19,6 @@ class Log4cxx < Formula depends_on "apr" depends_on "apr-util" - fails_with gcc: "5" # needs C++17 or Boost - def install system "cmake", "-S", ".", "-B", "build", "-DBUILD_SHARED_LIBS=ON", *std_cmake_args system "cmake", "--build", "build" diff --git a/Formula/l/luau.rb b/Formula/l/luau.rb index c4d0af3cd..6575b122d 100644 --- a/Formula/l/luau.rb +++ b/Formula/l/luau.rb @@ -23,8 +23,6 @@ class Luau < Formula depends_on "cmake" => :build - fails_with gcc: "5" - def install system "cmake", "-S", ".", "-B", "build", "-DLUAU_BUILD_TESTS=OFF", *std_cmake_args system "cmake", "--build", "build" diff --git a/Formula/lib/libagg.rb b/Formula/lib/libagg.rb index 6842da37c..b867becab 100644 --- a/Formula/lib/libagg.rb +++ b/Formula/lib/libagg.rb @@ -1,6 +1,6 @@ class Libagg < Formula desc "High fidelity 2D graphics library for C++" - homepage "https://antigrain.com/" + homepage "https://agg.sourceforge.net/antigrain.com/" # Canonical URL inaccessible: https://antigrain.com/agg-2.5.tar.gz url "https://ftp.osuosl.org/pub/blfs/8.0/a/agg-2.5.tar.gz" sha256 "ab1edc54cc32ba51a62ff120d501eecd55fceeedf869b9354e7e13812289911f" @@ -33,7 +33,7 @@ class Libagg < Formula depends_on "autoconf" => :build depends_on "automake" => :build depends_on "libtool" => :build - depends_on "pkg-config" => :build + depends_on "pkgconf" => :build depends_on "sdl12-compat" # Fix build with clang; last release was in 2006 @@ -46,12 +46,11 @@ def install inreplace "autogen.sh", "libtoolize", "glibtoolize" system "sh", "autogen.sh", - "--disable-dependency-tracking", - "--prefix=#{prefix}", "--disable-platform", # Causes undefined symbols "--disable-ctrl", # No need to run these during configuration "--disable-examples", - "--disable-sdltest" + "--disable-sdltest", + *std_configure_args system "make", "install" end end diff --git a/Formula/lib/libcaca.rb b/Formula/lib/libcaca.rb index d3a1b4a54..5c884b6f4 100644 --- a/Formula/lib/libcaca.rb +++ b/Formula/lib/libcaca.rb @@ -36,15 +36,13 @@ class Libcaca < Formula depends_on "libtool" => :build end - depends_on "pkg-config" => :build + depends_on "pkgconf" => :build depends_on "imlib2" def install system ".bootstrap" if build.head? - args = %W[ - --disable-dependency-tracking - --prefix=#{prefix} + args = %w[ --disable-cocoa --disable-csharp --disable-doc @@ -55,7 +53,7 @@ def install --disable-x11 ] - system ".configure", *args + system ".configure", *args, *std_configure_args system "make" ENV.deparallelize # Or install can fail making the same folder at the same time system "make", "install" diff --git a/Formula/lib/libdap.rb b/Formula/lib/libdap.rb index 45be6ce7c..7e7698b73 100644 --- a/Formula/lib/libdap.rb +++ b/Formula/lib/libdap.rb @@ -30,7 +30,7 @@ class Libdap < Formula end depends_on "bison" => :build - depends_on "pkg-config" => :build + depends_on "pkgconf" => :build depends_on "libxml2" depends_on "openssl@3" @@ -43,22 +43,11 @@ class Libdap < Formula end def install - args = %W[ - --prefix=#{prefix} - --disable-dependency-tracking - --disable-debug - --with-included-regex - ] - system "autoreconf", "--force", "--install", "--verbose" if build.head? - system ".configure", *args + system ".configure", "--with-included-regex", *std_configure_args system "make" system "make", "check" system "make", "install" - - # Ensure no Cellar versioning of libxml2 path in dap-config entries - xml2 = Formula["libxml2"] - inreplace bin"dap-config", xml2.opt_prefix.realpath, xml2.opt_prefix end test do diff --git a/Formula/lib/libdex.rb b/Formula/lib/libdex.rb index 1a54409ad..e340c85d2 100644 --- a/Formula/lib/libdex.rb +++ b/Formula/lib/libdex.rb @@ -18,7 +18,7 @@ class Libdex < Formula depends_on "gobject-introspection" => :build depends_on "meson" => :build depends_on "ninja" => :build - depends_on "pkg-config" => [:build, :test] + depends_on "pkgconf" => [:build, :test] depends_on "vala" => :build # for vapigen depends_on "glib" @@ -33,9 +33,9 @@ def install cp %w[examples/cp.c config.h].map { |file| pkgshare/file }, "." ENV.append_to_cflags "-I." - ENV.append_to_cflags shell_output("pkg-config --cflags libdex-1").chomp - ENV.append "LDFLAGS", shell_output("pkg-config --libs-only-L libdex-1").chomp - ENV.append "LDLIBS", shell_output("pkg-config --libs-only-l libdex-1").chomp + ENV.append_to_cflags shell_output("pkgconf --cflags libdex-1").chomp + ENV.append "LDFLAGS", shell_output("pkgconf --libs-only-L libdex-1").chomp + ENV.append "LDLIBS", shell_output("pkgconf --libs-only-l libdex-1").chomp system "make", "cp" diff --git a/Formula/lib/libmusicbrainz.rb b/Formula/lib/libmusicbrainz.rb index f5429fd26..ba935b259 100644 --- a/Formula/lib/libmusicbrainz.rb +++ b/Formula/lib/libmusicbrainz.rb @@ -24,19 +24,20 @@ class Libmusicbrainz < Formula end depends_on "cmake" => :build + depends_on "pkgconf" => :build depends_on "neon" uses_from_macos "libxml2" - on_linux do - depends_on "pkg-config" + # Backport fix to build with newer libxml2 + patch do + url "https:github.commetabrainzlibmusicbrainzcommit4655b571a70d73d41467091f59c518517c956198.patch?full_index=1" + sha256 "ee0c63e56a17156bca13b157744a54aeed6e19b39f65b14f2a5ac4e504358c8e" end def install - neon = Formula["neon"] - neon_args = %W[-DNEON_LIBRARIES:FILEPATH=#{neon.lib}#{shared_library("libneon")} - -DNEON_INCLUDE_DIR:PATH=#{neon.include}neon] - system "cmake", ".", *(std_cmake_args + neon_args) - system "make", "install" + system "cmake", "-S", ".", "-B", ".", *std_cmake_args + system "cmake", "--build", "." + system "cmake", "--install", "." end end \ No newline at end of file diff --git a/Formula/lib/libmwaw.rb b/Formula/lib/libmwaw.rb index 4755c57cf..11f0d957a 100644 --- a/Formula/lib/libmwaw.rb +++ b/Formula/lib/libmwaw.rb @@ -36,8 +36,8 @@ def install test do testpath.install resource("homebrew-test_document") # Test ID on an actual office document - assert_equal shell_output("#{bin}mwawFile #{testpath}NEWSSLID.DOC").chomp, - "#{testpath}NEWSSLID.DOC:Microsoft Word 2.0[pc]" + assert_equal "#{testpath}NEWSSLID.DOC:Microsoft Word 2.0[pc]", + shell_output("#{bin}mwawFile #{testpath}NEWSSLID.DOC").chomp # Control case; non-document format should return an empty string assert_empty shell_output("#{bin}mwawFile #{test_fixtures("test.mp3")}").chomp end diff --git a/Formula/lib/librealsense.rb b/Formula/lib/librealsense.rb index 43d4399aa..2b261427f 100644 --- a/Formula/lib/librealsense.rb +++ b/Formula/lib/librealsense.rb @@ -21,7 +21,7 @@ class Librealsense < Formula end depends_on "cmake" => :build - depends_on "pkg-config" => :build + depends_on "pkgconf" => :build depends_on "glfw" depends_on "libusb" diff --git a/Formula/lib/libsamplerate.rb b/Formula/lib/libsamplerate.rb index 59ae7d907..ac4da074c 100644 --- a/Formula/lib/libsamplerate.rb +++ b/Formula/lib/libsamplerate.rb @@ -6,37 +6,28 @@ class Libsamplerate < Formula license "BSD-2-Clause" bottle do - sha256 cellar: :any, arm64_sequoia: "5fc173532c2b6fce115a5e36266da6c2dab4b4508478132790befa5f0342199e" - sha256 cellar: :any, arm64_sonoma: "dc278cc14c1b7bfe2530935297bb3ab56d162420387702a38def3aaa26e03181" - sha256 cellar: :any, arm64_ventura: "3e9b241d45526b794f8f2a5873b1377ba909532da1bde00a235c8949edde1366" - sha256 cellar: :any, arm64_monterey: "f9e2a83582d3ab964fd92d0aee6acffe5b73ab8981d80d4119beb1b45210f4ce" - sha256 cellar: :any, arm64_big_sur: "3093453ad9b90daa071d033cfaf5e6cafe8963350130ef26741a1c9d1c4b5659" - sha256 cellar: :any, sonoma: "701022edab06b57aed672ab9f1c6791f1ee3c7f538215fd4f65ea6e1cabad171" - sha256 cellar: :any, ventura: "85204079adb4d9070ead5ce096f7338a8c921fa108f65560256b23a7311d4a02" - sha256 cellar: :any, monterey: "de43a6d8b43091b2f76d367409e7bcae60599e13875166c58c50443f0d336e91" - sha256 cellar: :any, big_sur: "58ef6e20fc12580743d91e00fb349b1160fff0de49028b7c90903245605c0ae5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d9d59c68d8d1f510237381994b7eab99cfc1d99113c5cd5ced3d0bb460faccaf" + rebuild 1 + sha256 cellar: :any, arm64_sequoia: "d51907988e3ab62f6e49ddd1253a723fd5964b78a0361453e8d9b75a2106b4e7" + sha256 cellar: :any, arm64_sonoma: "3c6892acfead8a6b32ede92a5f1eb1d4a4dc8a75e6c295b469875d50ec05e019" + sha256 cellar: :any, arm64_ventura: "e3503b414dc2371bf89d19291377b45241255a4b538d81912c228c84a170bda9" + sha256 cellar: :any, sonoma: "6c59b98bd83a71ff444c2cd2a480d78459244174fb8ec7234ba9438b03ca53d5" + sha256 cellar: :any, ventura: "dac109c36e9c06cb12473b9eb767e44bbd0330f18ffdcfbb77af7574038eb7d6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d1223ba0942433dd6c68ce167723d32e2e40ee2f454054001008d487a8256ff6" end depends_on "cmake" => :build - depends_on "pkg-config" => :build + depends_on "pkgconf" => :build def install - system "cmake", "-S", ".", "-B", "buildshared", - *std_cmake_args, - "-DBUILD_SHARED_LIBS=ON", - "-DLIBSAMPLERATE_EXAMPLES=OFF", - "-DBUILD_TESTING=OFF" - system "cmake", "--build", "buildshared" - system "cmake", "--build", "buildshared", "--target", "install" + args = ["-DLIBSAMPLERATE_EXAMPLES=OFF"] - system "cmake", "-S", ".", "-B", "buildstatic", - *std_cmake_args, - "-DBUILD_SHARED_LIBS=OFF", - "-DLIBSAMPLERATE_EXAMPLES=OFF", - "-DBUILD_TESTING=OFF" - system "cmake", "--build", "buildstatic" - system "cmake", "--build", "buildstatic", "--target", "install" + system "cmake", "-S", ".", "-B", "build_shared", "-DBUILD_SHARED_LIBS=ON", *args, *std_cmake_args + system "cmake", "--build", "build_shared" + system "cmake", "--install", "build_shared" + + system "cmake", "-S", ".", "-B", "build_static", "-DBUILD_SHARED_LIBS=OFF", *args, *std_cmake_args + system "cmake", "--build", "build_static" + lib.install "build_staticsrclibsamplerate.a" end test do diff --git a/Formula/lib/libsvg-cairo.rb b/Formula/lib/libsvg-cairo.rb index dddb7683e..cfc8d017c 100644 --- a/Formula/lib/libsvg-cairo.rb +++ b/Formula/lib/libsvg-cairo.rb @@ -28,7 +28,7 @@ class LibsvgCairo < Formula depends_on "autoconf" => :build depends_on "automake" => :build depends_on "libtool" => :build - depends_on "pkg-config" => :build + depends_on "pkgconf" => :build depends_on "cairo" depends_on "jpeg-turbo" diff --git a/Formula/lib/libsvg.rb b/Formula/lib/libsvg.rb index c4149edc6..05cacb5a4 100644 --- a/Formula/lib/libsvg.rb +++ b/Formula/lib/libsvg.rb @@ -28,7 +28,7 @@ class Libsvg < Formula depends_on "autoconf" => :build depends_on "automake" => :build depends_on "libtool" => :build - depends_on "pkg-config" => :build + depends_on "pkgconf" => :build depends_on "jpeg-turbo" depends_on "libpng" diff --git a/Formula/lib/libusbmuxd.rb b/Formula/lib/libusbmuxd.rb index f3dfdbbc0..5fff09803 100644 --- a/Formula/lib/libusbmuxd.rb +++ b/Formula/lib/libusbmuxd.rb @@ -20,7 +20,7 @@ class Libusbmuxd < Formula depends_on "autoconf" => :build depends_on "automake" => :build depends_on "libtool" => :build - depends_on "pkg-config" => :build + depends_on "pkgconf" => :build depends_on "libimobiledevice-glue" depends_on "libplist" diff --git a/Formula/lib/libwpd.rb b/Formula/lib/libwpd.rb index b8960735a..ee34ef44b 100644 --- a/Formula/lib/libwpd.rb +++ b/Formula/lib/libwpd.rb @@ -27,7 +27,8 @@ class Libwpd < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "589effab1c398690ba5ee3b616d3ab9667260d013ac3ebb93aef4a69dc1ebe9b" end - depends_on "pkg-config" => :build + depends_on "boost" => :build + depends_on "pkgconf" => :build depends_on "glib" depends_on "libgsf" depends_on "librevenge" @@ -37,8 +38,7 @@ class Libwpd < Formula patch :DATA def install - system "./configure", "--disable-debug", "--disable-dependency-tracking", - "--prefix=#{prefix}" + system "./configure", *std_configure_args system "make", "install" end diff --git a/Formula/lib/libwpg.rb b/Formula/lib/libwpg.rb index 961b01ecb..45d20ebfa 100644 --- a/Formula/lib/libwpg.rb +++ b/Formula/lib/libwpg.rb @@ -23,13 +23,13 @@ class Libwpg < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "c079bc2c2fc9c98e967d13ffa15b47ab25efc59ba66f731ce3758d1265017368" end - depends_on "pkg-config" => :build + depends_on "boost" => :build + depends_on "pkgconf" => :build depends_on "librevenge" depends_on "libwpd" def install - system "./configure", "--disable-debug", "--disable-dependency-tracking", - "--prefix=#{prefix}" + system "./configure", *std_configure_args system "make", "install" end diff --git a/Formula/lib/libxslt.rb b/Formula/lib/libxslt.rb index d813e1eeb..f4667b8e9 100644 --- a/Formula/lib/libxslt.rb +++ b/Formula/lib/libxslt.rb @@ -40,21 +40,19 @@ class Libxslt < Formula end on_linux do - depends_on "pkg-config" => :build + depends_on "pkgconf" => :build end def install libxml2 = Formula["libxml2"] system "autoreconf", "--force", "--install", "--verbose" if build.head? - system "./configure", "--disable-dependency-tracking", - "--disable-silent-rules", - "--prefix=#{prefix}", + system "./configure", "--disable-silent-rules", "--without-python", "--with-crypto", - "--with-libxml-prefix=#{libxml2.opt_prefix}" + "--with-libxml-prefix=#{libxml2.opt_prefix}", + *std_configure_args system "make" system "make", "install" - inreplace [bin/"xslt-config", lib/"xsltConf.sh"], libxml2.prefix.realpath, libxml2.opt_prefix end def caveats diff --git a/Formula/m/magic_enum.rb b/Formula/m/magic_enum.rb index 4e7047d9a..d43f80959 100644 --- a/Formula/m/magic_enum.rb +++ b/Formula/m/magic_enum.rb @@ -11,11 +11,6 @@ class MagicEnum < Formula depends_on "cmake" => :build - fails_with :gcc do - version "5" - cause "Requires C++17" - end - def install system "cmake", "-S", ".", "-B", "build", *std_cmake_args system "cmake", "--build", "build" diff --git a/Formula/m/mariadb@10.10.rb b/Formula/m/mariadb@10.10.rb index 495ee33bd..518065219 100644 --- a/Formula/m/mariadb@10.10.rb +++ b/Formula/m/mariadb@10.10.rb @@ -41,8 +41,6 @@ class MariadbAT1010 < Formula depends_on "readline" # uses libedit on macOS end - fails_with gcc: "5" - def install ENV.cxx11 diff --git a/Formula/m/mariadb@10.3.rb b/Formula/m/mariadb@10.3.rb index 4c63e1839..0e1828e5a 100644 --- a/Formula/m/mariadb@10.3.rb +++ b/Formula/m/mariadb@10.3.rb @@ -41,8 +41,6 @@ class MariadbAT103 < Formula depends_on "linux-pam" end - fails_with gcc: "5" - def install # Set basedir and ldata so that mysql_install_db can find the server # without needing an explicit path to be set. This can still diff --git a/Formula/m/mariadb@10.4.rb b/Formula/m/mariadb@10.4.rb index 2ef1cfadb..ededafe1c 100644 --- a/Formula/m/mariadb@10.4.rb +++ b/Formula/m/mariadb@10.4.rb @@ -41,8 +41,6 @@ class MariadbAT104 < Formula depends_on "linux-pam" end - fails_with gcc: "5" - def install # Set basedir and ldata so that mysql_install_db can find the server # without needing an explicit path to be set. This can still diff --git a/Formula/m/mariadb@10.8.rb b/Formula/m/mariadb@10.8.rb index 35760610d..a4058b294 100644 --- a/Formula/m/mariadb@10.8.rb +++ b/Formula/m/mariadb@10.8.rb @@ -42,8 +42,6 @@ class MariadbAT108 < Formula depends_on "readline" # uses libedit on macOS end - fails_with gcc: "5" - def install ENV.cxx11 diff --git a/Formula/m/mariadb@10.9.rb b/Formula/m/mariadb@10.9.rb index e502e91a4..b14c06a42 100644 --- a/Formula/m/mariadb@10.9.rb +++ b/Formula/m/mariadb@10.9.rb @@ -43,8 +43,6 @@ class MariadbAT109 < Formula depends_on "readline" # uses libedit on macOS end - fails_with gcc: "5" - # Fix libfmt usage. # https:github.comMariaDBserverpull2732 patch do diff --git a/Formula/m/mariadb@11.0.rb b/Formula/m/mariadb@11.0.rb index afd3f193e..b984839a3 100644 --- a/Formula/m/mariadb@11.0.rb +++ b/Formula/m/mariadb@11.0.rb @@ -45,8 +45,6 @@ class MariadbAT110 < Formula depends_on "readline" # uses libedit on macOS end - fails_with gcc: "5" - def install ENV.cxx11 diff --git a/Formula/m/mariadb@11.1.rb b/Formula/m/mariadb@11.1.rb index 0f743aa94..c5eff1237 100644 --- a/Formula/m/mariadb@11.1.rb +++ b/Formula/m/mariadb@11.1.rb @@ -48,8 +48,6 @@ class MariadbAT111 < Formula depends_on "readline" # uses libedit on macOS end - fails_with gcc: "5" - def install ENV.cxx11 diff --git a/Formula/m/massdriver.rb b/Formula/m/massdriver.rb index a96fd37e1..c466197d4 100644 --- a/Formula/m/massdriver.rb +++ b/Formula/m/massdriver.rb @@ -1,8 +1,8 @@ class Massdriver < Formula desc "Manage applications and infrastructure on Massdriver Cloud" homepage "https:www.massdriver.cloud" - url "https:github.commassdriver-cloudmassarchiverefstags1.10.5.tar.gz" - sha256 "dfcf0634b83eb08d5954767bb3e9531bea0278a6110239c03265c4595af7d497" + url "https:github.commassdriver-cloudmassarchiverefstags1.10.6.tar.gz" + sha256 "ff1cecbaba75ed75fb5f55b14c4d3a8c4ca4301b1592cec0658da4d0c98dc866" license "Apache-2.0" head "https:github.commassdriver-cloudmass.git", branch: "main" @@ -15,12 +15,12 @@ class Massdriver < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "61fad08329d51a25470f5ae929aafc448a79ae3e4554390acbda0b927c995510" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "61fad08329d51a25470f5ae929aafc448a79ae3e4554390acbda0b927c995510" - sha256 cellar: :any_skip_relocation, arm64_ventura: "61fad08329d51a25470f5ae929aafc448a79ae3e4554390acbda0b927c995510" - sha256 cellar: :any_skip_relocation, sonoma: "47daba8e4977b4a0180bad067095d60cd0b05764209e484ac69fc2f463116896" - sha256 cellar: :any_skip_relocation, ventura: "47daba8e4977b4a0180bad067095d60cd0b05764209e484ac69fc2f463116896" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ed7222d5103f7e7055c91edfd2a6f334327b82cbc8da89ef1b8fa09a5e5c8a1d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a06f9709eaabd1c22008047c9e3faaac2456bb90aaa3ad8bd5118706098fcde2" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a06f9709eaabd1c22008047c9e3faaac2456bb90aaa3ad8bd5118706098fcde2" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a06f9709eaabd1c22008047c9e3faaac2456bb90aaa3ad8bd5118706098fcde2" + sha256 cellar: :any_skip_relocation, sonoma: "5261bbb1811139caaa65c6454ab5b042999509900723c92bfa9730480212d7f8" + sha256 cellar: :any_skip_relocation, ventura: "5261bbb1811139caaa65c6454ab5b042999509900723c92bfa9730480212d7f8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "02a04022d83fd2debab42ca686dd8e1931ae2d0fe11749a206d99a55c80afd9b" end depends_on "go" => :build diff --git a/Formula/m/mavsdk.rb b/Formula/m/mavsdk.rb index 5e8d41768..9595dc8b6 100644 --- a/Formula/m/mavsdk.rb +++ b/Formula/m/mavsdk.rb @@ -48,8 +48,6 @@ class Mavsdk < Formula EOS end - fails_with gcc: "5" - # ver={version} && \ # curl -s https:raw.githubusercontent.commavlinkMAVSDKv$verthird_partymavlinkCMakeLists.txt && \ # | grep 'MAVLINK_GIT_HASH' diff --git a/Formula/m/mdds.rb b/Formula/m/mdds.rb index d585a8dae..af6a9e709 100644 --- a/Formula/m/mdds.rb +++ b/Formula/m/mdds.rb @@ -19,8 +19,6 @@ class Mdds < Formula depends_on "autoconf" => :build depends_on "boost" - fails_with gcc: "5" # for C++17 - def install args = %W[ --prefix=#{prefix} diff --git a/Formula/m/melange.rb b/Formula/m/melange.rb index de78c0d74..4e2915527 100644 --- a/Formula/m/melange.rb +++ b/Formula/m/melange.rb @@ -1,8 +1,8 @@ class Melange < Formula desc "Build APKs from source code" homepage "https:github.comchainguard-devmelange" - url "https:github.comchainguard-devmelangearchiverefstagsv0.15.14.tar.gz" - sha256 "bd8d44d16dd3d5b4ed279a959169c82f1568ea6d2c433a1c09cacdc686575bc0" + url "https:github.comchainguard-devmelangearchiverefstagsv0.16.0.tar.gz" + sha256 "990309ac233351cf520f011d9b27caac7feccd871c7c79dac49b86ad3deefdde" license "Apache-2.0" head "https:github.comchainguard-devmelange.git", branch: "main" @@ -12,12 +12,12 @@ class Melange < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4485af259f047ff12f733cdc33d53fa19d9f79421f63b28cdca308c142e133b4" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4485af259f047ff12f733cdc33d53fa19d9f79421f63b28cdca308c142e133b4" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4485af259f047ff12f733cdc33d53fa19d9f79421f63b28cdca308c142e133b4" - sha256 cellar: :any_skip_relocation, sonoma: "90fc8810068964b7007ce37e92d670e0e324a368a959287b99864a3b332c6d3d" - sha256 cellar: :any_skip_relocation, ventura: "90fc8810068964b7007ce37e92d670e0e324a368a959287b99864a3b332c6d3d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f334f172ea3448db597da71bb99d684d173f9f5f2505331be5863e12e4471385" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c6fae588ed1ee56407d8634a21f2594b4276ae8d1d9e4cc54f434a4c08c55770" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c6fae588ed1ee56407d8634a21f2594b4276ae8d1d9e4cc54f434a4c08c55770" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c6fae588ed1ee56407d8634a21f2594b4276ae8d1d9e4cc54f434a4c08c55770" + sha256 cellar: :any_skip_relocation, sonoma: "72402966312aaa3899fbee6041b20fb824c0ec7cc8922b2cf9e6d5fb76e59594" + sha256 cellar: :any_skip_relocation, ventura: "72402966312aaa3899fbee6041b20fb824c0ec7cc8922b2cf9e6d5fb76e59594" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a878e98a1d7e9eb0d70ddd6fbc0192c4736ba5dcf0ea04d9128549fe1f6c440c" end depends_on "go" => :build diff --git a/Formula/m/metabase.rb b/Formula/m/metabase.rb index c6f19e609..c9329ee3b 100644 --- a/Formula/m/metabase.rb +++ b/Formula/m/metabase.rb @@ -1,8 +1,8 @@ class Metabase < Formula desc "Business intelligence report server" homepage "https:www.metabase.com" - url "https:downloads.metabase.comv0.51.4metabase.jar" - sha256 "6729096beece7c9b388b384f6f3dd242e539caed896436599557930048dc99e5" + url "https:downloads.metabase.comv0.51.5metabase.jar" + sha256 "719dce78c62f6d7845f04dc1cb7bc3e9164035279cfb0522f63e0daf7b57ce83" license "AGPL-3.0-only" livecheck do @@ -11,7 +11,7 @@ class Metabase < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "d93c31ebde643e0051e6bbf6b420a88604fd1cc06ce35d60a0b06a47f5509250" + sha256 cellar: :any_skip_relocation, all: "14bb8b40bba376d02ecab32d6a7505b57d814776350ab1451666fd6f02d63c43" end head do diff --git a/Formula/m/micromamba.rb b/Formula/m/micromamba.rb index b4d152d77..939b6153f 100644 --- a/Formula/m/micromamba.rb +++ b/Formula/m/micromamba.rb @@ -66,7 +66,7 @@ def install def caveats <<~EOS Please run the following to setup your shell: - #{opt_bin}mamba shell init -s -p ~mamba + #{opt_bin}mamba shell init --shell --root-prefix ~mamba and restart your terminal. EOS end diff --git a/Formula/m/minder.rb b/Formula/m/minder.rb index 4fb0e5b1b..c4170639d 100644 --- a/Formula/m/minder.rb +++ b/Formula/m/minder.rb @@ -1,18 +1,18 @@ class Minder < Formula desc "CLI for interacting with Stacklok's Minder platform" homepage "https:mindersec.github.io" - url "https:github.commindersecminderarchiverefstagsv0.0.75.tar.gz" - sha256 "55d1c1a88eed9dad4bc180f96ebde75746bc2e07a56ae16347f7e50d4dbb9bda" + url "https:github.commindersecminderarchiverefstagsv0.0.76.tar.gz" + sha256 "c487a4ee788517604fdc17b6ed2093d26ae7f132255f3c9e063ce1c2b559d57e" license "Apache-2.0" head "https:github.commindersecminder.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "aed82c374cc600696323173f3a4db735a91d025c6036632126053ca070580578" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "aed82c374cc600696323173f3a4db735a91d025c6036632126053ca070580578" - sha256 cellar: :any_skip_relocation, arm64_ventura: "aed82c374cc600696323173f3a4db735a91d025c6036632126053ca070580578" - sha256 cellar: :any_skip_relocation, sonoma: "66db1b1fab6b60d363825d4394bbe8015e76c4f4ed92c5c31591bf8034d87439" - sha256 cellar: :any_skip_relocation, ventura: "77613fd91439358eaf50165345b48ffc67e32662f791914373f14e506588a6bf" - sha256 cellar: :any_skip_relocation, x86_64_linux: "666920c20625d12acb5aa64e37cb704b4a13b3e15df04a2acce5b895976db25f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ba5216f71a18af8937cbfffdf5a6a3917194f39c6080395298037acd1f24109b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ba5216f71a18af8937cbfffdf5a6a3917194f39c6080395298037acd1f24109b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ba5216f71a18af8937cbfffdf5a6a3917194f39c6080395298037acd1f24109b" + sha256 cellar: :any_skip_relocation, sonoma: "558bf6f698dd8814d41043ce24c23ed12f477cce12baaa362b2e6148e688d680" + sha256 cellar: :any_skip_relocation, ventura: "66dac59c9d27c97b245695108889f21a7f54026c1fdf7902745e800076872162" + sha256 cellar: :any_skip_relocation, x86_64_linux: "297e25ae1a4617980bc672e2288ae92bc063fbea08111c0c638b8c73d61fcc9a" end depends_on "go" => :build diff --git a/Formula/m/minidlna.rb b/Formula/m/minidlna.rb index ba40f69d7..474960cb1 100644 --- a/Formula/m/minidlna.rb +++ b/Formula/m/minidlna.rb @@ -39,8 +39,6 @@ class Minidlna < Formula depends_on "gettext" end - fails_with gcc: "5" # ffmpeg is compiled with GCC - # Add missing include: https://sourceforge.net/p/minidlna/bugs/351/ patch :DATA diff --git a/Formula/m/minizinc.rb b/Formula/m/minizinc.rb index b1e3af937..e5040ed79 100644 --- a/Formula/m/minizinc.rb +++ b/Formula/m/minizinc.rb @@ -24,8 +24,6 @@ class Minizinc < Formula depends_on "gecode" depends_on "osi" - fails_with gcc: "5" - def install system "cmake", "-S", ".", "-B", "build", *std_cmake_args system "cmake", "--build", "build" diff --git a/Formula/m/mise.rb b/Formula/m/mise.rb index 98edc3eb1..a59ec925c 100644 --- a/Formula/m/mise.rb +++ b/Formula/m/mise.rb @@ -1,8 +1,8 @@ class Mise < Formula desc "Polyglot runtime manager (asdf rust clone)" homepage "https:mise.jdx.dev" - url "https:github.comjdxmisearchiverefstagsv2024.11.30.tar.gz" - sha256 "eb9827c6db7741e86a2a398dd6bc7e144920b81169ee5f6b4025138316dbbdb1" + url "https:github.comjdxmisearchiverefstagsv2024.11.32.tar.gz" + sha256 "4bbdc18085799cc01ef2d6573056d082309580bad568cffd1a6d4d1bb588a534" license "MIT" head "https:github.comjdxmise.git", branch: "main" @@ -12,12 +12,12 @@ class Mise < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "dbfc6959a4adc02774357a9a1067be3b7ee918b13477a952511fffff301f3595" - sha256 cellar: :any, arm64_sonoma: "29618a8e2b6216564bc615eda9f4e25b7851ad63db450f306324fc1edd50bc7f" - sha256 cellar: :any, arm64_ventura: "39a1f0c35776fe1c5007f6c6d655bda5e10191d31b629d5099f7b1e47d63f88d" - sha256 cellar: :any, sonoma: "c43454d9b66ba9361e0c962f9dd1979b9334b4e3e1b0ccae0e9ca59a50b61a45" - sha256 cellar: :any, ventura: "8fb5b47afd08614139c1ce59554bfb275d038cd645a6b70a38d015cef9eeddd4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f4646f55df2ebd566f07d8273007737e757f9dbab102ca3da68d0118f4e408c9" + sha256 cellar: :any, arm64_sequoia: "fb1a34492adf2a084d5d6890e8152e4c1ebb34dc73fc46bba1434aa4dda77d09" + sha256 cellar: :any, arm64_sonoma: "ad11776673a5bf8fddc5fe891215cb57ef6bd3b528b0f27809ab101ce38c7a4b" + sha256 cellar: :any, arm64_ventura: "340bb97ca70b46ce8270cbddc6c4fbe92bc058205ecb16ab01b325307cf49c1b" + sha256 cellar: :any, sonoma: "9698284b0ce2563f794106c364075c7e4c1047113346979247f1848b14f10a93" + sha256 cellar: :any, ventura: "d267f1b82e163ae894b04915a537f4b6673dda99d46a6c7d0f3fc33b155f1149" + sha256 cellar: :any_skip_relocation, x86_64_linux: "730eacdff0670a91997534008209ffc4555bd9e6e0983b0b66af4cda2a09fa64" end depends_on "pkgconf" => :build diff --git a/Formula/m/mlt.rb b/Formula/m/mlt.rb index 8d9e46f78..5b2538140 100644 --- a/Formula/m/mlt.rb +++ b/Formula/m/mlt.rb @@ -16,7 +16,7 @@ class Mlt < Formula end depends_on "cmake" => :build - depends_on "pkg-config" => :build + depends_on "pkgconf" => :build depends_on "ffmpeg" depends_on "fftw" @@ -49,8 +49,6 @@ class Mlt < Formula depends_on "pulseaudio" end - fails_with gcc: "5" - def install rpaths = [rpath, rpath(source: lib"mlt")] diff --git a/Formula/m/mockery.rb b/Formula/m/mockery.rb index 8f6451299..3515a89c3 100644 --- a/Formula/m/mockery.rb +++ b/Formula/m/mockery.rb @@ -1,8 +1,8 @@ class Mockery < Formula desc "Mock code autogenerator for Golang" homepage "https:github.comvektramockery" - url "https:github.comvektramockeryarchiverefstagsv2.49.0.tar.gz" - sha256 "ab325b22254e81049dbc55aaff3b21f93b0ce30d5b163dbbf43268e2e91d3581" + url "https:github.comvektramockeryarchiverefstagsv2.49.1.tar.gz" + sha256 "d251ef5a1213c0deaad2df569ff68b49e7fbc4c9d186cf79939bbe855cf54ae9" license "BSD-3-Clause" head "https:github.comvektramockery.git", branch: "master" @@ -12,12 +12,12 @@ class Mockery < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ed8b4104a2fc8e59a80e4af75d280d61435e5fcaf0ca5b9ea5018e2724dd1707" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ed8b4104a2fc8e59a80e4af75d280d61435e5fcaf0ca5b9ea5018e2724dd1707" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ed8b4104a2fc8e59a80e4af75d280d61435e5fcaf0ca5b9ea5018e2724dd1707" - sha256 cellar: :any_skip_relocation, sonoma: "8e726d35279904f10e6f3e55282bbbe413154651fd493b1d0ebf296229da89cd" - sha256 cellar: :any_skip_relocation, ventura: "8e726d35279904f10e6f3e55282bbbe413154651fd493b1d0ebf296229da89cd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "23f9add9e5dc7238aa908ddffd1b30ff6f42cab2b0f76ffdae35f7474f6f603e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "fd81f3983765a2b6aaa222c9235d6ac119446ad19bf3fe0ab823cb2e246225a9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "fd81f3983765a2b6aaa222c9235d6ac119446ad19bf3fe0ab823cb2e246225a9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "fd81f3983765a2b6aaa222c9235d6ac119446ad19bf3fe0ab823cb2e246225a9" + sha256 cellar: :any_skip_relocation, sonoma: "6228452d6b015b0483bd9fbd97eb8017987043a267c8030b7274fb35b5077cdc" + sha256 cellar: :any_skip_relocation, ventura: "6228452d6b015b0483bd9fbd97eb8017987043a267c8030b7274fb35b5077cdc" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e17ff11655a79dba10e8986705427c71553bbe5271bd2bef997a8e0dcabfd02f" end depends_on "go" => :build diff --git a/Formula/m/mongosh.rb b/Formula/m/mongosh.rb index 6e3d84d86..d58ead0c5 100644 --- a/Formula/m/mongosh.rb +++ b/Formula/m/mongosh.rb @@ -1,17 +1,17 @@ class Mongosh < Formula desc "MongoDB Shell to connect, configure, query, and work with your MongoDB database" homepage "https:github.commongodb-jsmongosh" - url "https:registry.npmjs.org@mongoshcli-repl-cli-repl-2.3.3.tgz" - sha256 "55e562c01ba25957a2a0b59273adeb6f6012a20babd9fb1f51ff686d806ac516" + url "https:registry.npmjs.org@mongoshcli-repl-cli-repl-2.3.4.tgz" + sha256 "3af12ba49f4a3ac239608b013a0cfb05a4f4391e1820261e822c4c6502649c07" license "Apache-2.0" bottle do - sha256 arm64_sequoia: "27774756c5f72643f9f6d7d4c60078889e981681a142fdf276fa323998778887" - sha256 arm64_sonoma: "5587271580f16b3e5f3958f087b48b4e1c38260f55cdc3269c4885d77a038a87" - sha256 arm64_ventura: "81f943f1d6dcde9584b7be6fc3af3d5a73c8718472e4340671193f08c0528a04" - sha256 sonoma: "844838a7657f0a2fc83f9af5ba3b459b0fb1325825313e208f06f424e9498173" - sha256 ventura: "9bb8d343960b62e85a40c89ffb9e32a42982b67db6bca6a1a71d16210949cb48" - sha256 cellar: :any_skip_relocation, x86_64_linux: "dc28d067301fafec291a347085c7df1c8594ecf83c0a4705090aaf373374926f" + sha256 arm64_sequoia: "e6d76b96884fea12763cd7c9af40e6578a5b52285d3e6b7edce8911b5f9be404" + sha256 arm64_sonoma: "5b614641adca4b85a1900921aa895a90fc5586b205a4b11242c09a2c2d24f8a1" + sha256 arm64_ventura: "5bcc1b3aba3f961aa50ab5ee99640de78e2cd3130ea729d7ab6803e81f8b2750" + sha256 sonoma: "351edb557ffa7cd79ce8aa2c5f49a034038a893613fe40ebd5fef8d4ae20a425" + sha256 ventura: "74b9bed7da244fa1ab239d808d67424fdfc1b11441210701cc28646947790ca6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "979a27d83a5a932b58449ed4426a71f67fb638d3fce4b6a74ce1a536759ac796" end depends_on "node" diff --git a/Formula/m/mvfst.rb b/Formula/m/mvfst.rb index a1fa04ef0..af00a4b21 100644 --- a/Formula/m/mvfst.rb +++ b/Formula/m/mvfst.rb @@ -1,18 +1,18 @@ class Mvfst < Formula desc "QUIC transport protocol implementation" homepage "https:github.comfacebookmvfst" - url "https:github.comfacebookmvfstarchiverefstagsv2024.11.18.00.tar.gz" - sha256 "4855fa55044769021877ae60683a9650bd2ad724d84b0a7897a7d802f610a4ee" + url "https:github.comfacebookmvfstarchiverefstagsv2024.11.25.00.tar.gz" + sha256 "9c0855479a82b0fb6d33f785393881d6828a3492a8bf7fecfec8d655975b2b36" license "MIT" head "https:github.comfacebookmvfst.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "a41ddd4aa12034bda7b95dd4475655bcd3634702a4efbffe8b443e18b3fc1542" - sha256 cellar: :any, arm64_sonoma: "38ebe320cc6a43ca4d6a0c540ab695c36776bee6d6cd70db8620282c4cd0e5b1" - sha256 cellar: :any, arm64_ventura: "4dee7b734c8e26283863ba249560f61590841829433b1b184a6860463eb7bf61" - sha256 cellar: :any, sonoma: "54d3c6f31410314a5727e822d0e80408b423edcd9270938b23ce71b3d0e535f2" - sha256 cellar: :any, ventura: "9f71fac8073e3d1109f2004be74bee3e331fa60111ca560fe403a65cb2d01570" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6062a9c767f8ccb62b71e0476a2867fcc20a289c7ca8ba8e435a26165c431bb1" + sha256 cellar: :any, arm64_sequoia: "b43674eb7bd134adad492df608e08f9d26e857d99ad6024502b116ceaa307211" + sha256 cellar: :any, arm64_sonoma: "8ff562d002f7e01f27d214b557a3c169792755b0d93f56ba8d5e67a1b506e79d" + sha256 cellar: :any, arm64_ventura: "12b613f2840872a800d587a9598a17e63608c70531c22038a4537792398248a0" + sha256 cellar: :any, sonoma: "b50f68138fd944811423e8efa9e72ee02ef2ccd645c7099a06ba0f4abbd9440a" + sha256 cellar: :any, ventura: "1c8e409068d3dacdf7218e1e8117d7bd858db995233663537dabd1f0ffe943a7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1a0b96ec5c04e5cd288b66ccada087decdd6428e544a7fbcd6abfe1d82a336b8" end depends_on "cmake" => [:build, :test] diff --git a/Formula/m/mx.rb b/Formula/m/mx.rb index cf9e72309..22b58fe36 100644 --- a/Formula/m/mx.rb +++ b/Formula/m/mx.rb @@ -1,8 +1,8 @@ class Mx < Formula desc "Command-line tool used for the development of Graal projects" homepage "https:github.comgraalvmmx" - url "https:github.comgraalvmmxarchiverefstags7.34.2.tar.gz" - sha256 "a1b44ba20d05c108878c515f7515be5c9ccd33733d865a4668ad0c277730e53f" + url "https:github.comgraalvmmxarchiverefstags7.35.1.tar.gz" + sha256 "28138156356cc3a1520c07daf67569dc4e0ba017cca7c246d625a6492979e7e8" license "GPL-2.0-only" livecheck do @@ -11,7 +11,7 @@ class Mx < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "3d642798ab8ca3d7cf646530239b5085432d9c174bedd2b688a983260a20ba76" + sha256 cellar: :any_skip_relocation, all: "c9fc3454dba73715652ba98308fcd7dff75846b794952e21f6b75cd8c6d36a2c" end depends_on "openjdk" => :test diff --git a/Formula/n/ncview.rb b/Formula/n/ncview.rb index 6af69a403..e61a6a970 100644 --- a/Formula/n/ncview.rb +++ b/Formula/n/ncview.rb @@ -1,8 +1,8 @@ class Ncview < Formula desc "Visual browser for netCDF format files" homepage "https://cirrus.ucsd.edu/ncview/" - url "https://cirrus.ucsd.edu/~pierce/ncview/ncview-2.1.10.tar.gz" - sha256 "08d9cefb58a25b41316296074dccfe24147c3b7ea1af071cbfe785eff9f0dc65" + url "https://cirrus.ucsd.edu/~pierce/ncview/ncview-2.1.11.tar.gz" + sha256 "597cfddf9c2d7993e9b0b86bca1b73839567ee9116ee33f6d750a449b5033d91" license "GPL-3.0-only" livecheck do @@ -11,14 +11,12 @@ class Ncview < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "9c32e0c8d61208d3573870a33349e73dd07aed488fa950efc9209aad3499d464" - sha256 cellar: :any, arm64_sonoma: "5b5169eca0a60caf8ecf81577a4defc72f8d18f97836fbdd69cddf1ec9d4215e" - sha256 cellar: :any, arm64_ventura: "96ab79560d36c63a53c61ed9974738627eb217cbe69bea25b625ac2f4a8deba2" - sha256 cellar: :any, arm64_monterey: "5e634d2eb02f6a4e7fb1e35ef14920816262def3495d76697edeb76af115c2fb" - sha256 cellar: :any, sonoma: "e23c7440e27e4395c5c7dc5df2d1f39b18be9961b9bbdceec5b4de3fbff97238" - sha256 cellar: :any, ventura: "ba35d1867da98ec3b6046414749366c07b5cd71efa1f9d2205e36699beeddd54" - sha256 cellar: :any, monterey: "5e9dc69c8c96e2e9e5184f78041a6bf9d58c4b6ec10e213b937476b5bb049c99" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1962ae80242970e6d4a782be711680746eda4dfcd160d2e9990005856bc8be80" + sha256 cellar: :any, arm64_sequoia: "5e7a66ee669661ddcc3212e291e1b9f315dc81e97a7457471c16fa806bb7f604" + sha256 cellar: :any, arm64_sonoma: "6ff3a39169afd61af20dac04a213f0ef832e6a11f928d358fb2145a5ef249d6d" + sha256 cellar: :any, arm64_ventura: "f3909f25f887347c09702cb0b64464a7a2e7ee6432bb04e932954fe6daca6576" + sha256 cellar: :any, sonoma: "94e98efb569e6580c73cc3f4c5f4e28bb06440c447c6ff292b5d11cc02aca350" + sha256 cellar: :any, ventura: "b41fef5fc2a91cd5dfb10b4a934aa473cda99c532ec99fd15849afedf665fb4c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a4a7443caf71f6f422b38f1aa1b332793871815a6f75c0669b9ca5bc19bafdf8" end depends_on "libice" diff --git a/Formula/n/neosync.rb b/Formula/n/neosync.rb index f0dc9b1fa..297f589d5 100644 --- a/Formula/n/neosync.rb +++ b/Formula/n/neosync.rb @@ -1,18 +1,18 @@ class Neosync < Formula desc "CLI for interfacing with Neosync" homepage "https:www.neosync.dev" - url "https:github.comnucleuscloudneosyncarchiverefstagsv0.4.92.tar.gz" - sha256 "e7ba2ced001db6d07542918ed41ad1958e504ae2255505b6b93bc6089c994c84" + url "https:github.comnucleuscloudneosyncarchiverefstagsv0.4.93.tar.gz" + sha256 "906ac29f2da832dfac00a4f76cac22ca20069ef5e8c88d68d11adf379cf12c39" license "MIT" head "https:github.comnucleuscloudneosync.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a28acd3b74d5e33e0c7a4da8c15c16a6d506119db8d1f7f493e60b7e60ad148a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a28acd3b74d5e33e0c7a4da8c15c16a6d506119db8d1f7f493e60b7e60ad148a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a28acd3b74d5e33e0c7a4da8c15c16a6d506119db8d1f7f493e60b7e60ad148a" - sha256 cellar: :any_skip_relocation, sonoma: "bab568f7aed340d8242db85153e7c0ae7654e780b4ba15633c98f9762d104229" - sha256 cellar: :any_skip_relocation, ventura: "bab568f7aed340d8242db85153e7c0ae7654e780b4ba15633c98f9762d104229" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fc299a5280b2ff8fa987f15b7dcb7e3417d5614143c427cbb3607fe9a88f6f5f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "de1b254a0a4debd907d5f67811d723fd574ea8adbb36ffd617e7001c9c28bef6" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "de1b254a0a4debd907d5f67811d723fd574ea8adbb36ffd617e7001c9c28bef6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "de1b254a0a4debd907d5f67811d723fd574ea8adbb36ffd617e7001c9c28bef6" + sha256 cellar: :any_skip_relocation, sonoma: "e995eb93d2c9524ce4b9d757f34f5dbf8e881839670beb0fd3632d482e1cd0c4" + sha256 cellar: :any_skip_relocation, ventura: "e995eb93d2c9524ce4b9d757f34f5dbf8e881839670beb0fd3632d482e1cd0c4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e898af9318a68ab33786dd1da53e2e776a0abfe7ec63e288bc913c65f01f4e6c" end depends_on "go" => :build diff --git a/Formula/n/neovim-qt.rb b/Formula/n/neovim-qt.rb index fd573b55b..278f1f2ff 100644 --- a/Formula/n/neovim-qt.rb +++ b/Formula/n/neovim-qt.rb @@ -22,8 +22,6 @@ class NeovimQt < Formula depends_on "neovim" depends_on "qt" - fails_with gcc: "5" - def install system "cmake", "-S", ".", "-B", "build", "-DUSE_SYSTEM_MSGPACK=ON", "-DWITH_QT=Qt6", *std_cmake_args system "cmake", "--build", "build" diff --git a/Formula/n/node@16.rb b/Formula/n/node@16.rb index a56886679..d9909eb0e 100644 --- a/Formula/n/node@16.rb +++ b/Formula/n/node@16.rb @@ -41,8 +41,6 @@ class NodeAT16 < Formula cause "Node requires Xcode CLT 11+" end - fails_with gcc: "5" - # Backport support for ICU 76+ patch do url "https://github.com/nodejs/node/commit/81517faceac86497b3c8717837f491aa29a5e0f9.patch?full_index=1" diff --git a/Formula/n/numpy.rb b/Formula/n/numpy.rb index 70c12a8a4..d89a5a57d 100644 --- a/Formula/n/numpy.rb +++ b/Formula/n/numpy.rb @@ -26,8 +26,6 @@ class Numpy < Formula depends_on "patchelf" => :build end - fails_with gcc: "5" - def pythons deps.map(&:to_formula) .select { |f| f.name.start_with?("python@") } diff --git a/Formula/o/oh-my-posh.rb b/Formula/o/oh-my-posh.rb index 0483ceee2..deef4e049 100644 --- a/Formula/o/oh-my-posh.rb +++ b/Formula/o/oh-my-posh.rb @@ -6,6 +6,14 @@ class OhMyPosh < Formula license "MIT" head "https:github.comJanDeDobbeleeroh-my-posh.git", branch: "main" + # There can be a notable gap between when a version is tagged and a + # corresponding release is created, so we check the "latest" release instead + # of the Git tags. + livecheck do + url :stable + strategy :github_latest + end + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "43aafb2499d4da16fe29681dadaf70628878c5bac33988732de0604de900eb6b" sha256 cellar: :any_skip_relocation, arm64_sonoma: "d6757d997d0065f573411d2486ca2ed764fc3a510a5b5903eff6ff827c712dcd" diff --git a/Formula/o/omake.rb b/Formula/o/omake.rb index 778eeb88b..d16c87ff4 100644 --- a/Formula/o/omake.rb +++ b/Formula/o/omake.rb @@ -59,6 +59,6 @@ def install .DEFAULT: hello$(EXE) EOF system bin"omake", "hello" - assert_equal shell_output(testpath"hello"), "Hello, world!\n" + assert_equal "Hello, world!\n", shell_output(testpath"hello") end end \ No newline at end of file diff --git a/Formula/o/onionprobe.rb b/Formula/o/onionprobe.rb index d036e16eb..9e9e00d2f 100644 --- a/Formula/o/onionprobe.rb +++ b/Formula/o/onionprobe.rb @@ -3,20 +3,18 @@ class Onionprobe < Formula desc "Test and monitoring tool for Tor Onion Services" homepage "https://tpo.pages.torproject.net/onion-services/onionprobe/" - url "https://files.pythonhosted.org/packages/aa/a7/881b66594477795314e4a5029f098eb78cf21c843b63bed8d3c7cfcf5fe4/onionprobe-1.2.0.tar.gz" - sha256 "65ef77047e2cb24de999dcfeeb759de04f6ec952612a5aa9225dc92488696dc5" + url "https://files.pythonhosted.org/packages/fa/45/e3bd87fe265e23f22b7781f8d81f68bf6a9a46c2665e84e748afa1855231/onionprobe-1.2.1.tar.gz" + sha256 "7c01ab3696cb0b2ea90270f24470e4caefcdb39d53d5f0f6fa9f8c82b58bc37e" license "GPL-3.0-or-later" - revision 2 head "https://gitlab.torproject.org/tpo/onion-services/onionprobe.git", branch: "main" bottle do - rebuild 1 - sha256 cellar: :any, arm64_sequoia: "3e82006a15ea00cd837933aaa31251ff103abfd778f8ebbbef9bce49ff4bde72" - sha256 cellar: :any, arm64_sonoma: "cd6b2b66dfbc2a38791fa61a0f546844ad53e13d70e926424852ba60e3b98c12" - sha256 cellar: :any, arm64_ventura: "3a17b6ab40162a561db3a94e2ed8ee52368bf0f30e5e63fa90d17cabbfb8fc26" - sha256 cellar: :any, sonoma: "5371c35e61dfae1384a4d370fd812e6dd9fd6a222b9ce31523a2c2281efbc338" - sha256 cellar: :any, ventura: "cf1c2a0eb660c5af658a9193251bc33ae386538914cd45d96314a0978f0c0669" - sha256 cellar: :any_skip_relocation, x86_64_linux: "77527d81a1f281d219577cc01bcc4f31a87f67466cf743ad2decdfb9f74e1019" + sha256 cellar: :any, arm64_sequoia: "c087e86461026f7466a6dc1f7825379f93eed8c3ab704d5f2368d665871d0fd1" + sha256 cellar: :any, arm64_sonoma: "da2834919a2d1573711fd0aec52e67288d54a29056034f77a3b18456a507933b" + sha256 cellar: :any, arm64_ventura: "a8999d0affa8db1c045b4523182ac31113d17e1368671852f14cf3c7fe1ebf34" + sha256 cellar: :any, sonoma: "bf2eaacd4abc9dccac73fceed4b5871c08c1d6fd6826b2da6effb9ade3683e38" + sha256 cellar: :any, ventura: "4c5535d36b1a811f665a3c13b6b360b0b04a3acf81a7aeb0c57ab9b7d8a518a5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b797ffe2ce34917127459fd3f8aa8e28d45b8dc6ab62d6552b46ca27a6552e03" end depends_on "certifi" diff --git a/Formula/o/opencv.rb b/Formula/o/opencv.rb index 4c304a222..f42a41139 100644 --- a/Formula/o/opencv.rb +++ b/Formula/o/opencv.rb @@ -183,7 +183,7 @@ def install } CPP system ENV.cxx, "-std=c++17", "test.cpp", "-I#{include}opencv4", "-o", "test" - assert_equal shell_output(".test").strip, version.to_s + assert_equal version.to_s, shell_output(".test").strip output = shell_output("#{python3} -c 'import cv2; print(cv2.__version__)'") assert_equal version.to_s, output.chomp diff --git a/Formula/o/openj9.rb b/Formula/o/openj9.rb index ce1430ef0..43d505069 100644 --- a/Formula/o/openj9.rb +++ b/Formula/o/openj9.rb @@ -30,7 +30,7 @@ class Openj9 < Formula depends_on "bash" => :build depends_on "cmake" => :build depends_on "ninja" => :build - depends_on "pkg-config" => :build + depends_on "pkgconf" => :build depends_on "fontconfig" depends_on "giflib" depends_on "harfbuzz" diff --git a/Formula/o/openjdk.rb b/Formula/o/openjdk.rb index dfa996167..da55ffb37 100644 --- a/Formula/o/openjdk.rb +++ b/Formula/o/openjdk.rb @@ -22,7 +22,7 @@ class Openjdk < Formula keg_only :shadowed_by_macos depends_on "autoconf" => :build - depends_on "pkg-config" => :build + depends_on "pkgconf" => :build depends_on xcode: :build # for metal depends_on "freetype" depends_on "giflib" @@ -49,8 +49,6 @@ class Openjdk < Formula depends_on "libxtst" end - fails_with gcc: "5" - # From https:jdk.java.netarchive resource "boot-jdk" do on_macos do diff --git a/Formula/o/openldap.rb b/Formula/o/openldap.rb index db0a86b9f..6331e2b37 100644 --- a/Formula/o/openldap.rb +++ b/Formula/o/openldap.rb @@ -1,10 +1,10 @@ class Openldap < Formula desc "Open source suite of directory software" homepage "https:www.openldap.orgsoftware" - url "https:www.openldap.orgsoftwaredownloadOpenLDAPopenldap-releaseopenldap-2.6.8.tgz" - mirror "http:fresh-center.netlinuxmiscopenldap-2.6.8.tgz" - mirror "http:fresh-center.netlinuxmisclegacyopenldap-2.6.8.tgz" - sha256 "48969323e94e3be3b03c6a132942dcba7ef8d545f2ad35401709019f696c3c4e" + url "https:www.openldap.orgsoftwaredownloadOpenLDAPopenldap-releaseopenldap-2.6.9.tgz" + mirror "http:fresh-center.netlinuxmiscopenldap-2.6.9.tgz" + mirror "http:fresh-center.netlinuxmisclegacyopenldap-2.6.9.tgz" + sha256 "2cb7dc73e9c8340dff0d99357fbaa578abf30cc6619f0521972c555681e6b2ff" license "OLDAP-2.8" livecheck do @@ -13,14 +13,12 @@ class Openldap < Formula end bottle do - sha256 arm64_sequoia: "623ddc86e72704e5a7f5314befd075a3cb54e9df4af9c642b5c13c315a0baec5" - sha256 arm64_sonoma: "4c412f0de4d43928958127a53299a1ae73da1f9bbc47f1560a3bd946a4919a5a" - sha256 arm64_ventura: "6e1ed35e3e324539f4cc112d7f3d24aa36c550756e6ea42bad8ed81299ce0171" - sha256 arm64_monterey: "0a90d388c85985489af2bc6fc77c868d71460098549b2bbb83f5138e32b057ec" - sha256 sonoma: "6ce29ea406a5839bab5071a1844b49d4df905cfa88a9868673b03290d43f263b" - sha256 ventura: "02d09a4818dc91507c4ea8306459dabb331b983c573c2f2855ecb3c7afac3e32" - sha256 monterey: "f70846e774dd546e9514ada3057e7f8b550521c5301908f547b8a4cc435a59db" - sha256 x86_64_linux: "8b49f676a7948a38bdc1b8089400628c95502330a0d2569635d4741bce3d1e53" + sha256 arm64_sequoia: "d46daf11a6c5a4dc952cf9bb6eb2e9fd9b8d413939052ceee114108b15584adf" + sha256 arm64_sonoma: "f7a11d5195b4e1426d6690470ccfe7dee9f7e8bc524b9af7519b97e67f10346c" + sha256 arm64_ventura: "f9f450125e7b6548a81b0d9f83babf08409a6cbe80d40617b8c3f256261a2a6b" + sha256 sonoma: "1c584b75365da368f6aec0830d6e5cddbdb1dc5fb7a16a818c299574c173f904" + sha256 ventura: "542bbb6594a79baf910a87c265ae57d33d6cd0dec19ed536596ab26b2131b623" + sha256 x86_64_linux: "f4ae258483526f378f60511ec5ecb77f3aeea3819ac2b9d369d6c76d2d74c563" end keg_only :provided_by_macos diff --git a/Formula/o/orientdb.rb b/Formula/o/orientdb.rb index 1c0412d9f..db6afda80 100644 --- a/Formula/o/orientdb.rb +++ b/Formula/o/orientdb.rb @@ -1,8 +1,8 @@ class Orientdb < Formula desc "Graph database" homepage "https://orientdb.org/" - url "https://search.maven.org/remotecontent?filepath=com/orientechnologies/orientdb-community/3.2.35/orientdb-community-3.2.35.zip" - sha256 "b5bbc84023740da6fd0f78d5819cb3413db492dd582aa6402fbf4c1e1f0261ba" + url "https://search.maven.org/remotecontent?filepath=com/orientechnologies/orientdb-community/3.2.36/orientdb-community-3.2.36.zip" + sha256 "ce4e1a30178242540a8e2904a993fa22e5843477749a7639d94f7546de56c7ee" license "Apache-2.0" livecheck do @@ -11,7 +11,7 @@ class Orientdb < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "0283694e4dc4cf95f2c4981b7d478d318cf0de15a9ab51accbc6c642c8a86432" + sha256 cellar: :any_skip_relocation, all: "666ca9781afa6a2e01c6593b5e4f3643b5f14bb3be67dc89f79b2bb7c97f41bc" end depends_on "maven" => :build diff --git a/Formula/p/p11-kit.rb b/Formula/p/p11-kit.rb index c04574589..c517a6817 100644 --- a/Formula/p/p11-kit.rb +++ b/Formula/p/p11-kit.rb @@ -28,7 +28,7 @@ class P11Kit < Formula depends_on "meson" => :build depends_on "ninja" => :build - depends_on "pkg-config" => :build + depends_on "pkgconf" => :build depends_on "ca-certificates" depends_on "libtasn1" @@ -48,7 +48,7 @@ def install system "meson", "setup", "_build", *args, *std_meson_args system "meson", "compile", "-C", "_build", "--verbose" # This formula is used with crypto libraries, so let's run the test suite. - system "meson", "test", "-C", "_build" + system "meson", "test", "-C", "_build", "--timeout-multiplier=2" system "meson", "install", "-C", "_build" # HACK: Work around p11-kit: couldn't load module: ...libpkcs11p11-kit-trust.so diff --git a/Formula/p/phpunit.rb b/Formula/p/phpunit.rb index c3df6ddab..de479bd0f 100644 --- a/Formula/p/phpunit.rb +++ b/Formula/p/phpunit.rb @@ -1,8 +1,8 @@ class Phpunit < Formula desc "Programmer-oriented testing framework for PHP" homepage "https://phpunit.de" - url "https://phar.phpunit.de/phpunit-11.4.3.phar" - sha256 "0963c82d9625545d52a473b972636f399e70a5b7525b9cfc11c874e50e5f9b17" + url "https://phar.phpunit.de/phpunit-11.4.4.phar" + sha256 "59b79c03ae48c782b33472f162a4d57fddbbf363da53b46ec2154ca3fb87383c" license "BSD-3-Clause" livecheck do @@ -12,7 +12,7 @@ class Phpunit < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "8e802e9a37ddb8ab99edde4dadf53c4f2cd52525a882045ad71e40cd57ac10de" + sha256 cellar: :any_skip_relocation, all: "2b3155023510ec11245cd9b378c04a07df0821a225f28334268f6fbc884759bc" end depends_on "php" => :test diff --git a/Formula/p/phrase-cli.rb b/Formula/p/phrase-cli.rb index f01c90cd0..fef465c41 100644 --- a/Formula/p/phrase-cli.rb +++ b/Formula/p/phrase-cli.rb @@ -1,17 +1,17 @@ class PhraseCli < Formula desc "Tool to interact with the Phrase API" homepage "https:phrase.com" - url "https:github.comphrasephrase-cliarchiverefstags2.34.0.tar.gz" - sha256 "0a6ecb14be1d0454c837cc6c8f4ce244a2bd432c8c2ccbce5679a118eb251054" + url "https:github.comphrasephrase-cliarchiverefstags2.34.1.tar.gz" + sha256 "5b19f574c02ee9e98464d03a79ce3c2903309e7c45f35bd98dea92daeb67363a" license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a6e9aeaf31bfda90f655b9a9720e456f3ad987e5fbb1e4dd165a47539a59ad8d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a6e9aeaf31bfda90f655b9a9720e456f3ad987e5fbb1e4dd165a47539a59ad8d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a6e9aeaf31bfda90f655b9a9720e456f3ad987e5fbb1e4dd165a47539a59ad8d" - sha256 cellar: :any_skip_relocation, sonoma: "ce07fe202ed1bc611f4cc006304fd2b82fe545bcb8fd63cfc16467c376fb0fa6" - sha256 cellar: :any_skip_relocation, ventura: "ce07fe202ed1bc611f4cc006304fd2b82fe545bcb8fd63cfc16467c376fb0fa6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9c8c8d8c5f4bc2de447ce8810e782ffc5c255fb6bba6e2e11b51a55c6f412cc4" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ee2bf651facb7124fec45e5744fcf6675c966f303ca9df3efbf6f3d9d8f8a15f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ee2bf651facb7124fec45e5744fcf6675c966f303ca9df3efbf6f3d9d8f8a15f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ee2bf651facb7124fec45e5744fcf6675c966f303ca9df3efbf6f3d9d8f8a15f" + sha256 cellar: :any_skip_relocation, sonoma: "5fb496815098a24aecf1e2c030f6220bbf1b8c86cd7e15200f610228db90a527" + sha256 cellar: :any_skip_relocation, ventura: "5fb496815098a24aecf1e2c030f6220bbf1b8c86cd7e15200f610228db90a527" + sha256 cellar: :any_skip_relocation, x86_64_linux: "618d2d20e48d15440f038e7ce79d0f3078d0e3b15380a007ab36d0cd33f68304" end depends_on "go" => :build diff --git a/Formula/p/pianod.rb b/Formula/p/pianod.rb index 82036d4f1..074953fef 100644 --- a/Formula/p/pianod.rb +++ b/Formula/p/pianod.rb @@ -11,22 +11,19 @@ class Pianod < Formula end bottle do - sha256 arm64_sequoia: "77c82ba532faeb21102c31fdfce889654bc128c39ee918e53065d80fa68c2360" - sha256 arm64_sonoma: "54a50ee4b3ccdce33beada794a379f5709e5523f6bdb9fe6317bf8f199e035f2" - sha256 arm64_ventura: "61d74b10d6f05abb5d67d2227458a1203cc9ecc812add4210ad4567aa137b8a7" - sha256 arm64_monterey: "0eeff011708a6f207220675fea7182ecc3c3e8da436f6f0c206400ece8136907" - sha256 sonoma: "5f7e7897d21d5b5093853cce2b0cae1ee3680e3f95c6bf3316b7564f40cb038e" - sha256 ventura: "c70427ba76dc3a417fa8e8ff400e01bf740e40d34a12a39934fb953e8a88a1d2" - sha256 monterey: "1fe0b168bd7cdf3651d790bbb1693b3d45c00b14489f3e782978fd8399a0e5da" - sha256 x86_64_linux: "29141d3fcb442321213fa4fbdf575003a67e012036975c8fbfff1299096abc44" + rebuild 1 + sha256 arm64_sequoia: "7ba115df7f0b2732813d9cc76acf5c46326ef23ed41a5ac1bf9afae28802f596" + sha256 arm64_sonoma: "2fd956f025a295366260df48b9b1b6b9413d6a5f3c9f71543a6f26f604f6a03b" + sha256 arm64_ventura: "5ee2f4e67ed74af5cea17b602da4b316137fb1579ac9bfb2f33ee1e0ac250a82" + sha256 sonoma: "7abe07668a763670004b538dd8fde9ee73f52621b015c2c424b9040e19818021" + sha256 ventura: "469acffbe775244383fde055be74a683adc7bd2dacefb32f0468082d0e8f4d2a" + sha256 x86_64_linux: "6c4a5d6a8442f8880e47750f614b62e0f1cfe547de683b871d3b2e3830d05084" end - depends_on "pkg-config" => :build + depends_on "pkgconf" => :build depends_on "glib" + depends_on "gnutls" depends_on "gstreamer" - depends_on "json-c" - depends_on "libao" - depends_on "libgcrypt" depends_on "taglib" uses_from_macos "curl" @@ -35,19 +32,13 @@ class Pianod < Formula on_macos do depends_on "gettext" - depends_on "gnutls" - depends_on "ncurses" end on_linux do - depends_on "gnutls" depends_on "libbsd" end - fails_with gcc: "5" - def install - ENV["OBJCXXFLAGS"] = "-std=c++14" system "./configure", "--disable-silent-rules", *std_configure_args system "make", "install" end diff --git a/Formula/p/pocketbase.rb b/Formula/p/pocketbase.rb index af98139b2..56041a42f 100644 --- a/Formula/p/pocketbase.rb +++ b/Formula/p/pocketbase.rb @@ -1,17 +1,17 @@ class Pocketbase < Formula desc "Open source backend for your next project in 1 file" homepage "https:pocketbase.io" - url "https:github.compocketbasepocketbasearchiverefstagsv0.23.1.tar.gz" - sha256 "ff724c9e983cece890695a2174db2fc2acef4b95d29cb5ebe6aaeb53be114dc8" + url "https:github.compocketbasepocketbasearchiverefstagsv0.23.2.tar.gz" + sha256 "4b6ef8ae94869d52cbbaf575fad55fd7571c9c7a7f8783872edff7073ad97c74" license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6e15cf3114f88206b812910750f631a70f06b5cd540cc78a506a6bf93344fff1" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6e15cf3114f88206b812910750f631a70f06b5cd540cc78a506a6bf93344fff1" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6e15cf3114f88206b812910750f631a70f06b5cd540cc78a506a6bf93344fff1" - sha256 cellar: :any_skip_relocation, sonoma: "3ad8f3e982bcb8aa7446f07c6df747220bc5ba1e3975dbdeeca6897c19b16723" - sha256 cellar: :any_skip_relocation, ventura: "3ad8f3e982bcb8aa7446f07c6df747220bc5ba1e3975dbdeeca6897c19b16723" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3b846b17cdbbbbe7a1acbe4b39df76410315f9a55059ca0cc511066b4485b8f8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c68604536330a319b4cc3d6f61cac4196833c944bf634128cca013207a91ba0d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c68604536330a319b4cc3d6f61cac4196833c944bf634128cca013207a91ba0d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c68604536330a319b4cc3d6f61cac4196833c944bf634128cca013207a91ba0d" + sha256 cellar: :any_skip_relocation, sonoma: "bbc3751bdcd05d29af7e053bc0c051f31ff2db91048680657e50563c010091bc" + sha256 cellar: :any_skip_relocation, ventura: "bbc3751bdcd05d29af7e053bc0c051f31ff2db91048680657e50563c010091bc" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bf6ff906da28765fd56592019bf21709cebf1044d33f7189c548350553905bce" end depends_on "go" => :build diff --git a/Formula/p/powerline-go.rb b/Formula/p/powerline-go.rb index 9c3a8829e..27f210f27 100644 --- a/Formula/p/powerline-go.rb +++ b/Formula/p/powerline-go.rb @@ -1,21 +1,17 @@ class PowerlineGo < Formula desc "Beautiful and useful low-latency prompt for your shell" homepage "https:github.comjustjannepowerline-go" - url "https:github.comjustjannepowerline-goarchiverefstagsv1.24.tar.gz" - sha256 "08d958c49269e7025a998a617f3d6a0b6dcd7432437f950f0d0e3335bf7b59b3" + url "https:github.comjustjannepowerline-goarchiverefstagsv1.25.tar.gz" + sha256 "64cb194bbf08536320d0f4c24ef9524fdf486f579147cacdb0b6dc0afc1134e2" license "GPL-3.0-or-later" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c83752ade79c7914a786a0deba36b17c8f51c8c34238364e4c190c25d32f6be1" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5dbf3a93ca803663089d7b99842e15ec145101b6a19560a0d33b9fc935e7e74e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7b8f00ce64616d9a75c81e533783d118fd60d3e8ca412ae1af57701598efce67" - sha256 cellar: :any_skip_relocation, arm64_monterey: "bb9acae2a52e836ada9ecccdf9d5d7b35bd590f43af48a2a5845780f785e430b" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "e23866ef1204163a43b7e78e23d192cda14182f1837c549e30075e8b0f3bdf3d" - sha256 cellar: :any_skip_relocation, sonoma: "59643ebb8d82b9285161b6b02fb6d567c9313003e0030db8d3eadc615b7f6633" - sha256 cellar: :any_skip_relocation, ventura: "a0851b68b27a6721b76f19ea6ae85f8ffc28c425d6e9e9c269a020431b239139" - sha256 cellar: :any_skip_relocation, monterey: "debe8485884c401c707082ece657be86b4a5bbaa737959858dd7cb01936bdb54" - sha256 cellar: :any_skip_relocation, big_sur: "af9fa9e620348645b7bc76c65b927c634aa97c78704d85b4c777d9ebe9a748d6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "da14d26cdab843a7100443af7e2f793a29329af1abb0ed663da8712330ddda5b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7016b0b4b949f29f28f6184c6954c072196c5d97a35fdf113b23be20ee8546e1" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c7f698ff3ffaef1601e4ba82581ebb94d28cf9cb7a5bbc4e3c1034ad0e8da13f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "fe228337f5d9019509b79924ec03bf73e8c567d35801ba004d203855ebf0ec99" + sha256 cellar: :any_skip_relocation, sonoma: "e42db1091864a2e65757b17b5ff2777912b98b43de30f9b3c9add5b60885dfbe" + sha256 cellar: :any_skip_relocation, ventura: "91422811ec55ebdb10ac1763fcb75da19723767491b5fa5988b4e7e2d5c085e3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "18782f87199e7dbcc1470c2c13a6bd0d79bcf0dca59d60f75816c77a9479ac97" end depends_on "go" => :build diff --git a/Formula/p/protobuf.rb b/Formula/p/protobuf.rb index 0a6899d43..c0a5e567f 100644 --- a/Formula/p/protobuf.rb +++ b/Formula/p/protobuf.rb @@ -11,12 +11,13 @@ class Protobuf < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "cec9ebadfa0ff65482e3e195660a13ca43844792ed98822ad10b2bca4ef8e45c" - sha256 cellar: :any, arm64_sonoma: "537ab66678b04aa2e770bc65aa710d63f37a1b5a1c65717c2e8954cdbb94d883" - sha256 cellar: :any, arm64_ventura: "4a0a0e6db20bd8444491b35c34d6c51e42b493bcb3a3e6b309bdbd06bd85eab9" - sha256 cellar: :any, sonoma: "446d7adcff7604c570a50f2aca5484612a32481cbe677e1bccdbe62989062de4" - sha256 cellar: :any, ventura: "e52757d69a1f986314de2dd508eae336a544fb96838038fb76d0915b017bcc32" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b62500bd2fcf54e820720441d969bca0204ce95bab6e16dcb247bb28398356bd" + rebuild 1 + sha256 cellar: :any, arm64_sequoia: "8ceae6e5b43b79768459fb4ee294e679c859870a57f07473d64bf21f9421164e" + sha256 cellar: :any, arm64_sonoma: "3f1d2e9a5444837d57464166b68f4d9e164411763a6d48f30f19344caf4fface" + sha256 cellar: :any, arm64_ventura: "5004354186c681c9403615a8cc9d4bea6a9f8d85c6981df1de15fd077b5653af" + sha256 cellar: :any, sonoma: "ec104e9d24c9c765a5785a8de48d4c0352d0e7534f73a6fad7cc6305007430df" + sha256 cellar: :any, ventura: "66110b5d997d3d696f8d02c21696dbeb5afef5d8acf14833fdf08e632f8f1fb4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1fcce74a9846b8dc0f02db2e0d6315deb9d540260e94c261de7558c5a5202408" end depends_on "cmake" => :build @@ -34,6 +35,12 @@ class Protobuf < Formula sha256 "7e89d0c379d89b24cb6fe795cd9d68e72f0b83fcc95dd91af721d670ad466022" end + # Backport to expose java-related symbols + patch do + url "https:github.comprotocolbuffersprotobufcommit9dc5aaa1e99f16065e25be4b9aab0a19bfb65ea2.patch?full_index=1" + sha256 "edc1befbc3d7f7eded6b7516b3b21e1aa339aee70e17c96ab337f22e60e154d7" + end + def install # Keep `CMAKE_CXX_STANDARD` in sync with the same variable in `abseil.rb`. abseil_cxx_standard = 17 diff --git a/Formula/p/proxygen.rb b/Formula/p/proxygen.rb index f45776fd4..8d76d3452 100644 --- a/Formula/p/proxygen.rb +++ b/Formula/p/proxygen.rb @@ -1,18 +1,18 @@ class Proxygen < Formula desc "Collection of C++ HTTP libraries" homepage "https:github.comfacebookproxygen" - url "https:github.comfacebookproxygenreleasesdownloadv2024.11.18.00proxygen-v2024.11.18.00.tar.gz" - sha256 "c344a522ed792e9d7ecfd866319bec3d8145ec774f652f508caccfd1871144de" + url "https:github.comfacebookproxygenreleasesdownloadv2024.11.25.00proxygen-v2024.11.25.00.tar.gz" + sha256 "015cdf04ec07ea25b5a039fda5a488f3354fa808c91934d2a49faa2fb32d6f49" license "BSD-3-Clause" head "https:github.comfacebookproxygen.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "89697830785db1bdb668677c253f33c28bf030bd8374283a8a2178022d80f606" - sha256 cellar: :any, arm64_sonoma: "394503c4f13a04b08fd0a67ac371692a8638dda1db212e6b7ead41cbe58c2c3b" - sha256 cellar: :any, arm64_ventura: "8a823f77463dbe8bb87f1db1caf8a176a8cfcf078e3c394ef5817c56a6cd7ef3" - sha256 cellar: :any, sonoma: "845f58372741845a9b0ec4be5dcf14db728cf5e09f65536107f001d9b6459d43" - sha256 cellar: :any, ventura: "13aa5bd936ff0e424785000df474b22cc99800f7cd51a9c4a89a457fd8f9bb3b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c2a6538dceee4e650b0a1d0dfe14cfdbf23be2faddb266fbe8b5d809356db89f" + sha256 cellar: :any, arm64_sequoia: "717e58683911367f0e6cdd5466aa95c62060220beb9e7bb40b795a57f6029372" + sha256 cellar: :any, arm64_sonoma: "296db39909667eb47ac251ce0b0d9054349e3a738e883b5d996a960efffcd4f6" + sha256 cellar: :any, arm64_ventura: "e2d6d38375ecc0f8a40067591e9b7d260d45ca010197e0f72d6f9f38b5ca69c3" + sha256 cellar: :any, sonoma: "c8c8928004af4dd93d0164d4179ba67d3ce2f07a2740e629cb142125780f292f" + sha256 cellar: :any, ventura: "874c58960a0ba9a888a3920036b09578d75cdd8754ae44587af5b1913d68fc12" + sha256 cellar: :any_skip_relocation, x86_64_linux: "81fb104fbe28937c0b350163ab71c251d027171da57e7ccb59604e66075e92fe" end depends_on "cmake" => :build diff --git a/Formula/p/putty.rb b/Formula/p/putty.rb index 2feb87382..0044afbd2 100644 --- a/Formula/p/putty.rb +++ b/Formula/p/putty.rb @@ -1,20 +1,18 @@ class Putty < Formula desc "Implementation of Telnet and SSH" homepage "https://www.chiark.greenend.org.uk/~sgtatham/putty/" - url "https://the.earth.li/~sgtatham/putty/0.81/putty-0.81.tar.gz" - sha256 "cb8b00a94f453494e345a3df281d7a3ed26bb0dd7e36264f145206f8857639fe" + url "https://the.earth.li/~sgtatham/putty/0.82/putty-0.82.tar.gz" + sha256 "195621638bb6b33784b4e96cdc296f332991b5244968dc623521c3703097b5d9" license "MIT" head "https://git.tartarus.org/simon/putty.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d4f1ebec6dc4712148681ee0322d1f0af99a0363e7807536470721c736754b94" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8323405dffcac446d027bee3e03848ce07d8c3d4a8f626eaa302cae659d78772" - sha256 cellar: :any_skip_relocation, arm64_ventura: "171c6e16fc9c4157a5f43da3de8af558349393ad80b51e78b583c6ac233c08d6" - sha256 cellar: :any_skip_relocation, arm64_monterey: "6a3efb18c58c42f7c45e1432fef59dc26f3ff653b65d8b21c4f5a4524343f11d" - sha256 cellar: :any_skip_relocation, sonoma: "983b30ce0c3ca5e6059fabfa1a5a4855e82f527d13f483c6bba45c8e005b4366" - sha256 cellar: :any_skip_relocation, ventura: "4805d14b128dc36bc2118d66e0f0a648709ae1c5561270b5901bda70f22a2378" - sha256 cellar: :any_skip_relocation, monterey: "bc85f8be2bcbc40c7b322813c4a841d85762a69888bc55d2ee32b6c2a7c8535c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0c346418520e243b63a68a70c53392cbc3a7a9503bb3e2d494b41d4ff035f6f4" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f09d7bfe2bfd74570c0bd49b31b4f9001715c6cf092076df643835573be8ac55" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e8532e4f40cd79e4c86904d1b55523c162154c59310a9fb708ee191cc7d0d4a0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c4a58c9affe4cfee0189680417c6a67681536cc7d4cc84a192320afb2b80aa76" + sha256 cellar: :any_skip_relocation, sonoma: "85528e9395420ae3468bb87b6d02746f194fe62f30119a159b2b84ae9fe0d268" + sha256 cellar: :any_skip_relocation, ventura: "2015273d08a201df6fc6ac56708eb142ea6c9a1a1f4fd5c75fec5328bdec6c09" + sha256 cellar: :any_skip_relocation, x86_64_linux: "17952b03aea70ccf039020719c23f283031de9de00e49883c4847d02a0f9c4fd" end depends_on "cmake" => :build diff --git a/Formula/p/pypy.rb b/Formula/p/pypy.rb index 550ca9890..821591db5 100644 --- a/Formula/p/pypy.rb +++ b/Formula/p/pypy.rb @@ -21,7 +21,7 @@ class Pypy < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "e3ec62e5d6a517ee0fd009759b2931a0c040b18e0693414a5d45a74e4f48f644" end - depends_on "pkg-config" => :build + depends_on "pkgconf" => :build depends_on "gdbm" depends_on "openssl@3" depends_on "sqlite" diff --git a/Formula/p/pypy3.10.rb b/Formula/p/pypy3.10.rb index c04bac490..8d88ab28c 100644 --- a/Formula/p/pypy3.10.rb +++ b/Formula/p/pypy3.10.rb @@ -21,7 +21,7 @@ class Pypy310 < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "c4032a756625270ffb7945d97b0116ac7e9acb1e5731eab7590241874f2fb12d" end - depends_on "pkg-config" => :build + depends_on "pkgconf" => :build depends_on "pypy" => :build depends_on "gdbm" depends_on "openssl@3" diff --git a/Formula/p/python-freethreading.rb b/Formula/p/python-freethreading.rb index eace6e60d..2b4fbd5fa 100644 --- a/Formula/p/python-freethreading.rb +++ b/Formula/p/python-freethreading.rb @@ -19,7 +19,7 @@ class PythonFreethreading < Formula sha256 x86_64_linux: "16860c5c2990ba76679f67ffc08142ee3c0df759caac776abcd69d61a43cc036" end - depends_on "pkg-config" => :build + depends_on "pkgconf" => :build depends_on "mpdecimal" depends_on "openssl@3" depends_on "sqlite" diff --git a/Formula/q/qrcp.rb b/Formula/q/qrcp.rb index a882b2bca..52c34a571 100644 --- a/Formula/q/qrcp.rb +++ b/Formula/q/qrcp.rb @@ -51,6 +51,6 @@ def install sleep 1 # User-Agent header needed in order for curl to be able to receive file - assert_equal shell_output("curl -H \"User-Agent: Mozilla\" #{server_url}"), "Hello there, big world\n" + assert_equal "Hello there, big world\n", shell_output("curl -H \"User-Agent: Mozilla\" #{server_url}") end end \ No newline at end of file diff --git a/Formula/q/qt@5.rb b/Formula/q/qt@5.rb index fac412b8d..9d8fd7a07 100644 --- a/Formula/q/qt@5.rb +++ b/Formula/q/qt@5.rb @@ -29,7 +29,7 @@ class QtAT5 < Formula keg_only :versioned_formula depends_on "node" => :build - depends_on "pkg-config" => :build + depends_on "pkgconf" => :build depends_on "python@3.12" => :build # Python 3.13 fails with ModuleNotFoundError: No module named 'pipes' depends_on xcode: :build depends_on "freetype" @@ -284,7 +284,7 @@ def install # Remove reference to shims directory inreplace prefix"mkspecsqmodule.pri", ^PKG_CONFIG_EXECUTABLE = .*$, - "PKG_CONFIG_EXECUTABLE = #{Formula["pkg-config"].opt_bin}pkg-config" + "PKG_CONFIG_EXECUTABLE = #{Formula["pkgconf"].opt_bin}pkg-config" # Fix find_package call using QtWebEngine version to find other Qt5 modules. inreplace lib.glob("cmakeQt5WebEngine**Config.cmake"), diff --git a/Formula/q/qxmpp.rb b/Formula/q/qxmpp.rb index d56c7a47d..eb24f5f60 100644 --- a/Formula/q/qxmpp.rb +++ b/Formula/q/qxmpp.rb @@ -1,16 +1,16 @@ class Qxmpp < Formula desc "Cross-platform C++ XMPP client and server library" homepage "https:github.comqxmpp-projectqxmpp" - url "https:github.comqxmpp-projectqxmpparchiverefstagsv1.9.0.tar.gz" - sha256 "1b791c53d32e38c7f612b4a1d54f35b9db264501be2b3d07ef927af73e2f7d0e" + url "https:github.comqxmpp-projectqxmpparchiverefstagsv1.9.1.tar.gz" + sha256 "940b9510ce21ec1daac2047fc2fbbe899d17c868dd872af03c6c8f9b3490b4d6" license "LGPL-2.1-or-later" bottle do - sha256 cellar: :any, arm64_sonoma: "d986877c85758a24b078bfb0a5e7b92bfa711b8e8fa1167a6be1a38383062b84" - sha256 cellar: :any, arm64_ventura: "53a46feb30e65c987ef315f68ad7e3d70bc1ed03fc7a626ad6ddd34849e74758" - sha256 cellar: :any, sonoma: "b0a56178bcea8eea542491ea70ca864f75dfec260abd43529a6f0562d22b7777" - sha256 cellar: :any, ventura: "19f57652e4a3d4c7f204a8be8ad127c656bb04939aee19870f2d6d87df97d153" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5ec94ff4686db3cc45b68e9e2f48530c5738a0eada1785b149c497f6644ecafb" + sha256 cellar: :any, arm64_sonoma: "f70e267d813451b26a607eb2f2d862af79cbff2e867250c2f00cb612e41c2e7b" + sha256 cellar: :any, arm64_ventura: "c8c99536acde50d5eca7fcd79354f1f512e251f8430afbf8f57540c13204bcea" + sha256 cellar: :any, sonoma: "8cabcc7518f2dd1504ee72dc534aaf52fd124c8d578e0dd449da3301ac29d721" + sha256 cellar: :any, ventura: "35dfaecf5bbe7031cf02a4741434326d6382321bb9fed8dbe61646b45b588ccb" + sha256 cellar: :any_skip_relocation, x86_64_linux: "50e12f28863dad989751d4c5e74d4b5ee2e9832d51cc04cde0a30c066b4be2b5" end depends_on "cmake" => :build diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 98f499ce6..c92d02c5f 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -1,8 +1,8 @@ class Renovate < Formula desc "Automated dependency updates. Flexible so you don't need to be" homepage "https:github.comrenovatebotrenovate" - url "https:registry.npmjs.orgrenovate-renovate-39.31.0.tgz" - sha256 "eea4609bd049f2e0ebdce0a728f3b1f39d7feb90f0fd9053e7999efa0a2ed72d" + url "https:registry.npmjs.orgrenovate-renovate-39.33.0.tgz" + sha256 "e0fbce5dfdb23c3cb5e9684931f213b841f0aa54a9d6b4d558c8563341c5d82d" license "AGPL-3.0-only" # There are thousands of renovate releases on npm and the page the `Npm` @@ -17,12 +17,12 @@ class Renovate < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "628b70776e3c4c4585b1192e3c40018424a30e6304a15caaf66cff09e0b16584" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2edd509d0a30020983ac55d6fa4684a11b089b76ac2b460f24cb59901d046576" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3b0b4d4a52e8736c64c80e3bfc78eff222a0f11eb5b3fd3a17faa51684c36067" - sha256 cellar: :any_skip_relocation, sonoma: "1bec547aaa3b80ec8d264e542079f027a90878207b281351dbfbdfa33dcba8f7" - sha256 cellar: :any_skip_relocation, ventura: "e7123e48af652d51d3a76c8893e2ad00afc0f4c9bbcac6a1b230735e4dc44521" - sha256 cellar: :any_skip_relocation, x86_64_linux: "caacdb4231fb0082bb3078ca358929f5d24c2685a65b29f54d47a0145189a269" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9ae4ff3fd33f61dd4a119a8ed3f4c3f819af72e1830c955da13bb2b6a6da71bf" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "00742f590e0fa954edbb6e475c482b44ead0681bb09206502241edd135fb6034" + sha256 cellar: :any_skip_relocation, arm64_ventura: "54ac461cb7b71a7682bc0eb20f180666d72d4f17020a33c3ddd2b491e0975560" + sha256 cellar: :any_skip_relocation, sonoma: "ae1adec4a505b568b3409eb36c57e229a2aae8d8a9574530d3a7d86dfb1af444" + sha256 cellar: :any_skip_relocation, ventura: "73d8c251780e92b82be41bcfca9b605d4eebafc9b6c9f91b1da9a53f5e74e0b3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "dd693c1643be55d5eecb63d8722968d276dbea5a5c7854d9c357ff5c11fd2b8a" end depends_on "node@20" diff --git a/Formula/r/roxctl.rb b/Formula/r/roxctl.rb index 6a14d15b1..c84729cbb 100644 --- a/Formula/r/roxctl.rb +++ b/Formula/r/roxctl.rb @@ -1,8 +1,8 @@ class Roxctl < Formula desc "CLI for Stackrox" homepage "https:www.stackrox.io" - url "https:github.comstackroxstackroxarchiverefstags4.5.5.tar.gz" - sha256 "7d6756f30358ce19408712bd9d8c9c4792faef43eceef308fd3eb8ac26e78dfc" + url "https:github.comstackroxstackroxarchiverefstags4.6.0.tar.gz" + sha256 "e2740569a62a364e3eb446752a1ec6551e3a48917ef2454212c0c99b7023868a" license "Apache-2.0" head "https:github.comstackroxstackrox.git", branch: "master" @@ -12,12 +12,12 @@ class Roxctl < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1126f6a04341f26c217495b43bffa5c780a14fc0526a022d25d24a5774c77888" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "abe684f0273685438a7c8e96159f41941ff0c051df975a53e6d207e5b81f2d44" - sha256 cellar: :any_skip_relocation, arm64_ventura: "30ca737a52cc1f6b3e2e36a2a0250eb5a8925bcbbc73b6243149d925451af79e" - sha256 cellar: :any_skip_relocation, sonoma: "c6c072fd4b0f148134d9eb1568f8b861f9ebc2ff358bd3a6726679898fab2c39" - sha256 cellar: :any_skip_relocation, ventura: "df1f7380e3d2ddd4b16c981dd46224a6a4c93d8e062372f6402deb679adf4038" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c1f35a8c85b7009061e10f6ba0473b275d92454925ade18eed5bde3a69d0cc54" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "23e00e37da0dc2e8293fc9fe39f4f56ad88e962bf8f625bbb2963ce63de9fd5d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "48c62db989f00b123c67d5d99ad15c1fa96d06608ee9d6e39ea04e5a231ae621" + sha256 cellar: :any_skip_relocation, arm64_ventura: "37e882911c3267224ab08edfc77f57c51a81252c4f046b0c103f0e0af07ec7b4" + sha256 cellar: :any_skip_relocation, sonoma: "f4a645b88ffd52cde7e33cb6ddffce86b04a2276dd2a4c86e12684f665707770" + sha256 cellar: :any_skip_relocation, ventura: "47a59b8557c22cde47be0e90b367d9ae2caaed65a2afcf596c3e456ce0fd327d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "af48451396abcdae8acfd087a481b384910f46aec11d08f94d27331ca2a4cf75" end depends_on "go" => :build diff --git a/Formula/r/rqlite.rb b/Formula/r/rqlite.rb index 979196e95..fc391281d 100644 --- a/Formula/r/rqlite.rb +++ b/Formula/r/rqlite.rb @@ -1,18 +1,18 @@ class Rqlite < Formula desc "Lightweight, distributed relational database built on SQLite" homepage "https:www.rqlite.io" - url "https:github.comrqliterqlitearchiverefstagsv8.34.2.tar.gz" - sha256 "ed1fa28f0ad5880a983655785cb9fd1c85c2072fc7383e0fe95f31501dae571a" + url "https:github.comrqliterqlitearchiverefstagsv8.34.3.tar.gz" + sha256 "6c4c69f426625de80eecfc4d3b7c661183abefedc15f14f4971095823e71e160" license "MIT" head "https:github.comrqliterqlite.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5a946e33da08ef7b1420503140c4dbfd652a40cd98ad62d8068c8afa790d9258" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3c30b176b726ac071e484964d7865ee04b367ceeda1bcdb81daa8ef46bd9abba" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9dc9b98f5199f27ef4e3bbe537a749ef690543c61d6da819e030c2ab66cce75b" - sha256 cellar: :any_skip_relocation, sonoma: "181d880db5199b41e839b367fe160a8ba18a6b1912964267276e16a67107d3d4" - sha256 cellar: :any_skip_relocation, ventura: "e6ca834f638033a3872b774a9351f6c4fc5479a2efea3c4f2497521ceb682212" - sha256 cellar: :any_skip_relocation, x86_64_linux: "857382497538301b20d3046fd35b293f130a42556a4ca5a30e5d1f75533173ec" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8bb8fbcff7fadad2038ffc62ff5215b7fab5654287d3e726ab75ea25a5d81432" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "109ac9811b14c75044ee6e1203d8581dbf7750ac3f6645f8a153b899b889bc16" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c15058652156918b9b1e6d038dcd73525a191b50d80fc9f4de6115dc1282c713" + sha256 cellar: :any_skip_relocation, sonoma: "ee19b9c725d8434c5897139ac78e883fbcb160e8fbe11b3901679f3ecbf79534" + sha256 cellar: :any_skip_relocation, ventura: "002cb210ae8264bf1fef9231be567fd9bfecd8a77f3e7835f9985d384eba11a7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0595d3202a54a47e0a9269fc80b7ab47da0571c75c2a36794db2ba5a18d9057e" end depends_on "go" => :build diff --git a/Formula/r/rshijack.rb b/Formula/r/rshijack.rb new file mode 100644 index 000000000..99f931006 --- /dev/null +++ b/Formula/r/rshijack.rb @@ -0,0 +1,33 @@ +class Rshijack < Formula + desc "TCP connection hijacker" + homepage "https:github.comkpcyrdrshijack" + url "https:github.comkpcyrdrshijackarchiverefstagsv0.5.2.tar.gz" + sha256 "c13cc07825d72f09887ec0f098aa40d335f73a0bc0b31c4d1e7431271e1cb53e" + license "GPL-3.0-or-later" + + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5ca2a8d042e51c65e54aab501b5c669008cda7783bed088b3ae59732a8aed823" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d85aa98cf1be3462acd931d1cb235f07adf3bafb9cc2d887c0abbba93a0401fe" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0a30c41da9c8e60505b84d5eb97c0db143d5a5d9c8cf1366bc10911505622fa1" + sha256 cellar: :any_skip_relocation, sonoma: "cb638e32c2280602c4a9c2df3b7d44d2a13f18804cb2aebb841425c6b3e50f59" + sha256 cellar: :any_skip_relocation, ventura: "2ed78b00078532542588e9945636f4d386c09caf8e4f9f433604e3eb85eea21e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f7ac803fc3ef23e503bb4604c2c1322cdac87945b8337b5d30a19ee4917f3a84" + end + + depends_on "rust" => :build + + def install + system "cargo", "install", *std_cargo_args + end + + test do + interface = OS.mac? ? "lo0" : "lo" + src = "192.0.2.1:12345" + dst = "192.0.2.2:54321" + + output = shell_output("#{bin}rshijack #{interface} #{src} #{dst} 2>&1", 1) + assert_match "Waiting for SEQACK to arrive", output + + assert_match version.to_s, shell_output("#{bin}rshijack --version") + end +end \ No newline at end of file diff --git a/Formula/r/rxvt-unicode.rb b/Formula/r/rxvt-unicode.rb index 2e17da083..16ad90b5d 100644 --- a/Formula/r/rxvt-unicode.rb +++ b/Formula/r/rxvt-unicode.rb @@ -23,7 +23,7 @@ class RxvtUnicode < Formula end depends_on "cmake" => :build - depends_on "pkg-config" => :build + depends_on "pkgconf" => :build depends_on "fontconfig" depends_on "freetype" @@ -55,7 +55,7 @@ def install ENV.cxx11 resource("libptytty").stage do - system "cmake", "-S", ".", "-B", "build", *std_cmake_args(install_prefix: buildpath), "-DBUILD_SHARED_LIBS=OFF" + system "cmake", "-S", ".", "-B", "build", "-DBUILD_SHARED_LIBS=OFF", *std_cmake_args(install_prefix: buildpath) system "cmake", "--build", "build" system "cmake", "--install", "build" end @@ -77,10 +77,9 @@ def install end test do - daemon = fork do - system bin"urxvtd" - end - sleep 2 + daemon = spawn bin"urxvtd" + sleep 5 + sleep 10 if OS.mac? && Hardware::CPU.intel? system bin"urxvtc", "-k" Process.wait daemon end diff --git a/Formula/s/screenpipe.rb b/Formula/s/screenpipe.rb index f4b66b35d..b2c09e739 100644 --- a/Formula/s/screenpipe.rb +++ b/Formula/s/screenpipe.rb @@ -1,30 +1,33 @@ class Screenpipe < Formula desc "Library to build personalized AI powered by what you've seen, said, or heard" homepage "https:github.commediar-aiscreenpipe" - url "https:github.commediar-aiscreenpipearchiverefstagsv0.1.98.tar.gz" - sha256 "cb3c8039ecb60d35bacd2b9673db112f907b4a1d3d7c32f49a5e77c0274268ad" + url "https:github.commediar-aiscreenpipearchiverefstagsv0.2.4.tar.gz" + sha256 "92d23a6b13fbf86a931de2a016fbe1aa55aedffd34242d976c4739b9f7245544" license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "0ab3cdb0a6676c440a02eebc342341017f95c0295073bf507cef513a61a704af" - sha256 cellar: :any, arm64_sonoma: "441c211f4af82c9a34053905d7f1055e24e417d715b85aba03b4b82aa8a38262" - sha256 cellar: :any, arm64_ventura: "de4e7286e9a19ad32fc47aeefb60b424870171898bc9cd39bf70ef383ca0eb11" - sha256 cellar: :any, sonoma: "474e316a3d35adb731bd5d053583ad74f11735e27b11cdc8d1d69ace46631c5d" - sha256 cellar: :any, ventura: "0798f9f36e491aed26d598d744a06487d039eae71f91cb5113d6bdbe41272823" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0b45dcfd02154031f502f7824477a6127e6e5730bb9db7cc918bbf75539e0dd2" + sha256 cellar: :any, arm64_sequoia: "77308d8b5f944bf7228de456c2ba679d7cc1e67a5be2f4ddb18631743bf83e82" + sha256 cellar: :any, arm64_sonoma: "e5f48ebf2417bea35ae88c472fe4ad68c0f6773a7a312bee3e305169dacd353b" + sha256 cellar: :any, arm64_ventura: "10959cbd31bea956ccca9f1b5dfb3262d1423ffbcffa84794803cb71de7af4b9" + sha256 cellar: :any, sonoma: "7ad885d4015354d5ee3c77e91366216bb12ed7c38af0e750e72380bb0b82cc3a" + sha256 cellar: :any, ventura: "45e90df2ea94269eecad00a7a9fb2d39686b7ad436b67476813011eef5271b9e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f4685d6b5d4e1e3300b999cfd6efaf12c7c9ca87f7957dcd9fbf3b32e58d5890" end depends_on "cmake" => :build + depends_on "pkgconf" => :build depends_on "rust" => :build depends_on "ffmpeg" + uses_from_macos "llvm" # for libclang + on_linux do - depends_on "pkgconf" => :build depends_on "alsa-lib" depends_on "dbus" depends_on "libxcb" depends_on "openssl@3" depends_on "tesseract" + depends_on "xz" end def install diff --git a/Formula/s/sesh.rb b/Formula/s/sesh.rb index 58a0c6c2f..f2933ca04 100644 --- a/Formula/s/sesh.rb +++ b/Formula/s/sesh.rb @@ -1,18 +1,18 @@ class Sesh < Formula desc "Smart session manager for the terminal" homepage "https:github.comjoshmedeskisesh" - url "https:github.comjoshmedeskisesharchiverefstagsv2.6.0.tar.gz" - sha256 "29371bc4ced82f37cc4b4d785e3423f45d4a1415049bf66f61d9fc124d5ff3d5" + url "https:github.comjoshmedeskisesharchiverefstagsv2.7.0.tar.gz" + sha256 "59d69e130dccad1784357ac31e929178e49396af1478c8964acef9e3de9710d3" license "MIT" head "https:github.comjoshmedeskisesh.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a82813dca10e229c3d4bfeeca54e2c8c11916a4f24f37bbba6a532bf1324a2e4" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a82813dca10e229c3d4bfeeca54e2c8c11916a4f24f37bbba6a532bf1324a2e4" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a82813dca10e229c3d4bfeeca54e2c8c11916a4f24f37bbba6a532bf1324a2e4" - sha256 cellar: :any_skip_relocation, sonoma: "afa6ce77d55abf50d90046fdd299b1941fa0892eb1bb2f14c23f2c4ab05cba51" - sha256 cellar: :any_skip_relocation, ventura: "afa6ce77d55abf50d90046fdd299b1941fa0892eb1bb2f14c23f2c4ab05cba51" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a25b4abfbb3eeacf4fd0104738e41dc7b0208ca254989b9799e507738913b84f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c944f6ce49e1e27619ea86be512e8c47ccaa22f6ca5badf6b4064edd9ac56f6b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c944f6ce49e1e27619ea86be512e8c47ccaa22f6ca5badf6b4064edd9ac56f6b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c944f6ce49e1e27619ea86be512e8c47ccaa22f6ca5badf6b4064edd9ac56f6b" + sha256 cellar: :any_skip_relocation, sonoma: "f298fb9a33548818e0dd9060c76a52f3973f3f759de9458a851677444b51b08c" + sha256 cellar: :any_skip_relocation, ventura: "f298fb9a33548818e0dd9060c76a52f3973f3f759de9458a851677444b51b08c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8547866abff65f62744c3840903758232f00cb619ef767ecaf82a2d8f5dccc0b" end depends_on "go" => :build diff --git a/Formula/s/sing-box.rb b/Formula/s/sing-box.rb index e8315744a..355f112bd 100644 --- a/Formula/s/sing-box.rb +++ b/Formula/s/sing-box.rb @@ -1,18 +1,18 @@ class SingBox < Formula desc "Universal proxy platform" homepage "https:sing-box.sagernet.org" - url "https:github.comSagerNetsing-boxarchiverefstagsv1.10.2.tar.gz" - sha256 "cae964985e6f27a1ddefc074849a950437e27ef5bfb44847d5ce5d5b2a1b7a27" + url "https:github.comSagerNetsing-boxarchiverefstagsv1.10.3.tar.gz" + sha256 "93c4fe679988a5414e45886c66f3b969917aa1940bb807f2e0281fdaf4fe27ef" license "GPL-3.0-or-later" head "https:github.comSagerNetsing-box.git", branch: "dev-next" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a9367bf8a052128d6560365c6f549dacdec36816d0bb9f665ecbb43cf3c45a75" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "cdb8721faaf320212c01ecf8a5f01470a9eabff18ce6d9b9e71907ea617fa248" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1d93d2c23e8bee9d9336297b0840595f26999e62e4443d7d333ff4069c9a16b2" - sha256 cellar: :any_skip_relocation, sonoma: "44d4453475dd8f48fdea15f4a8d61eb3da952797abf2d201bea183d7a44d3dd9" - sha256 cellar: :any_skip_relocation, ventura: "af72134d8070883ae2d0cab2a302735e5d556b948101daefb57a5723f32d0487" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7f8559f2c3eac82dad31f07e9dd02b4fe35ae7065ae79a859f1d7966e8a77417" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5caf83e82c42b7177131ea3571f270b2e41b50fed8933e556c830e7f30a782bb" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c27cab12055a538b47c61f00b735059e48b6487c45dae555e52aff9f3a69c651" + sha256 cellar: :any_skip_relocation, arm64_ventura: "646ae491ca45d9407af2478ec32336b8e319f6d0bbadff2e5481022af722272f" + sha256 cellar: :any_skip_relocation, sonoma: "6dabe4bc16f04c589ed8940bb1c0f24948adb0be74f5fb4768a2dc55e65463a1" + sha256 cellar: :any_skip_relocation, ventura: "86261444a2917af4483628231c9587041997b8dd2b9f93804a5aeccc894acedb" + sha256 cellar: :any_skip_relocation, x86_64_linux: "87f14d567cfc94e390410b90cc676c2ad9a4af212967669603f21da5daadba24" end depends_on "go" => :build diff --git a/Formula/s/snakemake.rb b/Formula/s/snakemake.rb index 9baccc854..0a86f56f6 100644 --- a/Formula/s/snakemake.rb +++ b/Formula/s/snakemake.rb @@ -3,18 +3,18 @@ class Snakemake < Formula desc "Pythonic workflow system" homepage "https:snakemake.readthedocs.io" - url "https:files.pythonhosted.orgpackagesffb0f6e3068cba5e98cfe635913a8a74343872515de793b187f56d8eff7bb3aesnakemake-8.25.3.tar.gz" - sha256 "b05262fbb25b8b463ea45f92789c39935a775c02b072be8a42e6cd262ed86c21" + url "https:files.pythonhosted.orgpackages076729460db015af573d3c59ec8a2d213c371422f594b6ac23bfc05daf1f76f0snakemake-8.25.4.tar.gz" + sha256 "ff6797ddd9fc43663ec4056b65c88b318c477cc8a16fecaa76af739cff5fd76d" license "MIT" head "https:github.comsnakemakesnakemake.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "50e3fd2bec0d3da36962599a71089c6a39a2bced2a2fa69956e71c80c7997feb" - sha256 cellar: :any, arm64_sonoma: "8266469852bc9a4331e3188baaf7d79faf7caaeab9b24bfde2b8e52160eebccf" - sha256 cellar: :any, arm64_ventura: "5ddd8b1459c205f604e2580a262c0e5c3f81131d5a67235842ade4140935113b" - sha256 cellar: :any, sonoma: "e570904e14fd3ad145cfee7db383772e6b9ce8bd2eaf05b411feb1c85039f530" - sha256 cellar: :any, ventura: "d9aad4c221c06b56834cc471b72845a1764d0fb68ef2b016add547c57576feb4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0a7f8c0bce17faabcc9171a03087c781984dd3df0522b6a949698f134b1966dc" + sha256 cellar: :any, arm64_sequoia: "c639d4c2191189ba517210ff58114ff8c8ad246b45aef9636f3330e6c77453f1" + sha256 cellar: :any, arm64_sonoma: "0d46f9c307217ab82713f776ace127d1433e34a3e91c92fb763916b6ad9b02dc" + sha256 cellar: :any, arm64_ventura: "8f77526e971699b8df2d555dfb199e7e6ee7406f79d0b709356b3bf6c5cb1bae" + sha256 cellar: :any, sonoma: "5a774eeceaaec1c971c0b828512b163149951e2fd1efe2510b385760354ec569" + sha256 cellar: :any, ventura: "b91473f16eba9c12b38e056d3bf0a65e0ebf9e1a9374fa74fc0f1deb680e62c4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9de3b9a634fb2baccc731130611c8649eff18e39a096b68566f99a73c6a42fa2" end depends_on "rust" => :build @@ -234,8 +234,8 @@ class Snakemake < Formula end resource "wrapt" do - url "https:files.pythonhosted.orgpackages954c063a912e20bcef7124e0df97282a8af3ff3e4b603ce84c481d6d7346be0awrapt-1.16.0.tar.gz" - sha256 "5f370f952971e7d17c7d1ead40e49f32345a7f7a5373571ef44d800d06b1899d" + url "https:files.pythonhosted.orgpackages24a1fc03dca9b0432725c2e8cdbf91a349d2194cf03d8523c124faebe581de09wrapt-1.17.0.tar.gz" + sha256 "16187aa2317c731170a88ef35e8937ae0f533c402872c1ee5e6d079fcf320801" end resource "yte" do diff --git a/Formula/s/snapcast.rb b/Formula/s/snapcast.rb index f1d8394a2..b56dbe153 100644 --- a/Formula/s/snapcast.rb +++ b/Formula/s/snapcast.rb @@ -17,7 +17,7 @@ class Snapcast < Formula depends_on "boost" => :build depends_on "cmake" => :build - depends_on "pkg-config" => :build + depends_on "pkgconf" => :build depends_on "flac" depends_on "libogg" depends_on "libsoxr" @@ -50,7 +50,7 @@ def install client_pid = spawn bin"snapclient", out: w w.close - sleep 5 + sleep 10 Process.kill("SIGTERM", client_pid) output = r.read diff --git a/Formula/s/spotifyd.rb b/Formula/s/spotifyd.rb index 00d468f11..97fad5dfd 100644 --- a/Formula/s/spotifyd.rb +++ b/Formula/s/spotifyd.rb @@ -32,7 +32,7 @@ class Spotifyd < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "4baab23fe6181c526b89960d0fb9db63bafea067a4ac9c6f5ac6af658267eea9" end - depends_on "pkg-config" => :build + depends_on "pkgconf" => :build depends_on "rust" => :build depends_on "dbus" depends_on "portaudio" diff --git a/Formula/s/sqlpage.rb b/Formula/s/sqlpage.rb index 323de42b3..aafc48f4d 100644 --- a/Formula/s/sqlpage.rb +++ b/Formula/s/sqlpage.rb @@ -1,10 +1,10 @@ class Sqlpage < Formula - desc "Web application framework, for creation of websites with simple database queries" - homepage "https:sql.ophir.dev" - url "https:github.comlovasoaSQLpagearchiverefstagsv0.31.0.tar.gz" + desc "Web app builder using SQL queries to create dynamic webapps quickly" + homepage "https:sql-page.com" + url "https:github.comsqlpageSQLpagearchiverefstagsv0.31.0.tar.gz" sha256 "f1547945fdc4a8191a0ddd626f43fa0463f378d2d508877d74cd707d7626e589" license "MIT" - head "https:github.comlovasoaSQLpage.git", branch: "main" + head "https:github.comsqlpageSQLpage.git", branch: "main" bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "e16d96d3dcc50fdf4ed11cbc81aa0668d12bcf1f76853888d669226ea44dc8b2" diff --git a/Formula/s/sslsplit.rb b/Formula/s/sslsplit.rb index 207d8c036..0ca203551 100644 --- a/Formula/s/sslsplit.rb +++ b/Formula/s/sslsplit.rb @@ -30,7 +30,7 @@ class Sslsplit < Formula end depends_on "check" => :build - depends_on "pkg-config" => :build + depends_on "pkgconf" => :build depends_on "libevent" depends_on "libnet" depends_on "libpcap" @@ -43,10 +43,12 @@ def install end test do - port = free_port - - cmd = "#{bin}sslsplit -D http 0.0.0.0 #{port} www.roe.ch 80" - output = pipe_output("(#{cmd} & PID=$! && sleep 3 ; kill $PID) 2>&1") - assert_match "Starting main event loop", output + Open3.popen2e(bin"sslsplit", "-D", "http", "0.0.0.0", free_port.to_s, "www.roe.ch", "80") do |_, stdout, w| + sleep 5 + sleep 10 if OS.mac? && Hardware::CPU.intel? + assert_match "Starting main event loop", stdout.read_nonblock(4096) + ensure + Process.kill "TERM", w.pid + end end end \ No newline at end of file diff --git a/Formula/s/stellar-core.rb b/Formula/s/stellar-core.rb index f6cef3d4c..5aadee27f 100644 --- a/Formula/s/stellar-core.rb +++ b/Formula/s/stellar-core.rb @@ -29,7 +29,7 @@ class StellarCore < Formula depends_on "bison" => :build # Bison 3.0.4+ depends_on "libtool" => :build depends_on "pandoc" => :build - depends_on "pkg-config" => :build + depends_on "pkgconf" => :build depends_on "rust" => :build depends_on "libpq" depends_on "libpqxx" @@ -67,8 +67,10 @@ def install test_categories = %w[ accountsubentriescount bucketlistconsistent - topology ] + # Reduce tests on Intel macOS as runner is too slow and times out + test_categories << "topology" if !OS.mac? || !Hardware::CPU.intel? + system bin"stellar-core", "test", test_categories.map { |category| "[#{category}]" }.join(",") end end \ No newline at end of file diff --git a/Formula/s/storj-uplink.rb b/Formula/s/storj-uplink.rb index b2ad72179..f7e310fbf 100644 --- a/Formula/s/storj-uplink.rb +++ b/Formula/s/storj-uplink.rb @@ -1,8 +1,8 @@ class StorjUplink < Formula desc "Uplink CLI for the Storj network" homepage "https:storj.io" - url "https:github.comstorjstorjarchiverefstagsv1.117.5.tar.gz" - sha256 "def2e67dd05c172a964e6e8d45269b677c437a89e5bd7f40068722ab092e6bc6" + url "https:github.comstorjstorjarchiverefstagsv1.118.7.tar.gz" + sha256 "a1550fe9634c8c1cd78b88486ae09e46fddfb653fac56b1a8d71fdca4af097d1" license "AGPL-3.0-only" # Upstream creates stable releases and marks them as "pre-release" before @@ -18,12 +18,12 @@ class StorjUplink < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4f4dbefcc324739714a8b787daedb39484bd86804f569f98f3dba6bda1df846f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4f4dbefcc324739714a8b787daedb39484bd86804f569f98f3dba6bda1df846f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4f4dbefcc324739714a8b787daedb39484bd86804f569f98f3dba6bda1df846f" - sha256 cellar: :any_skip_relocation, sonoma: "1a017fcd88c0602ba5c3f1444d755e90bfe6a05dffe8950f638cdc555f78e499" - sha256 cellar: :any_skip_relocation, ventura: "1a017fcd88c0602ba5c3f1444d755e90bfe6a05dffe8950f638cdc555f78e499" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e734a9484ea26e82ca8b5e00632b00940aba60f5bb452ea3cb0995603054e5ad" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "50244ae6d776708b4f7092aa9837d1956791c6504f808d38cfe4d26daa176ef6" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "50244ae6d776708b4f7092aa9837d1956791c6504f808d38cfe4d26daa176ef6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "50244ae6d776708b4f7092aa9837d1956791c6504f808d38cfe4d26daa176ef6" + sha256 cellar: :any_skip_relocation, sonoma: "e91f2c05f5372b6e61218c5549def1d88f6b7335dad79b015d93038040e4ebc3" + sha256 cellar: :any_skip_relocation, ventura: "e91f2c05f5372b6e61218c5549def1d88f6b7335dad79b015d93038040e4ebc3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3bd7bf8ed2b0c539c73822b776468ca4f1af0d43fe8fc7c74a20861838135fc7" end depends_on "go" => :build diff --git a/Formula/s/sui.rb b/Formula/s/sui.rb index 4e8086627..e418c9ceb 100644 --- a/Formula/s/sui.rb +++ b/Formula/s/sui.rb @@ -1,8 +1,8 @@ class Sui < Formula desc "Next-generation smart contract platform powered by the Move programming language" homepage "https:sui.io" - url "https:github.comMystenLabssuiarchiverefstagstestnet-v1.38.1.tar.gz" - sha256 "3ab3039e66b571a7217408fb5f2e58a1c3c92782e061cd5423147b080ce2d663" + url "https:github.comMystenLabssuiarchiverefstagstestnet-v1.38.2.tar.gz" + sha256 "dfc966d9526e613bb25f8f109410d40229e88f0817dd8def7a8e772112fe3381" license "Apache-2.0" livecheck do @@ -11,13 +11,12 @@ class Sui < Formula end bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "64e40f933f095f75dff07f04a52d2133fb89ae3258db4caff72a29295903c82d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0e862284d86cb73b22edc2015ec9e84a3d737fa40d8565fc5f1303598cf94b2b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b7d391182a069c5391606d2629a9f4eea68afe4f4b49f9d4f87ab14f27a5311b" - sha256 cellar: :any_skip_relocation, sonoma: "c849087f5867b3a9fb08943658ac248a90c1c34a0454c2af5be8b92897e5e987" - sha256 cellar: :any_skip_relocation, ventura: "da784058c059174da764d1189202d8e21c0c4ff80f4a21e5231e1ec34b21a8e3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fd2f93ee504e4998ca7a330943d9751d826d8b588d604dd751f34f5cad8a144d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "363e5410d5cacbee9f850f663061b4f595e5de6a26f7f8a99800b056dd0cc051" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "45e4b6b04a39e21864d612557930438366542863f1031c07e43a55ba1eade781" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e37a31f7e6aed434754c26341cc2c6b3e3664773f49187030bf31b5cf6229da2" + sha256 cellar: :any_skip_relocation, sonoma: "9fb2124f63ad11a642f59c61b87dfc4d3376e0a4af5e4844914d9c30336750f4" + sha256 cellar: :any_skip_relocation, ventura: "7c15733fa266107a6355243e549e4e22630e6e9dacfd87789f3ad92f7deb3ce9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "214b62acecead6d19d6cfdc6bd0eb6a165629fc066c3a8af5aeb4df4203c612a" end depends_on "cmake" => :build diff --git a/Formula/s/suricata.rb b/Formula/s/suricata.rb index 8bb36eb63..9eec82ab5 100644 --- a/Formula/s/suricata.rb +++ b/Formula/s/suricata.rb @@ -22,7 +22,7 @@ class Suricata < Formula sha256 x86_64_linux: "a7c52934a4c8f2df71be5d154b0308ebc8c1c92b103c5d33cc2c72301427568c" end - depends_on "pkg-config" => :build + depends_on "pkgconf" => :build depends_on "rust" => :build depends_on "jansson" depends_on "libmagic" diff --git a/Formula/s/swiftformat.rb b/Formula/s/swiftformat.rb index 09d9db8ac..9af8d5ae4 100644 --- a/Formula/s/swiftformat.rb +++ b/Formula/s/swiftformat.rb @@ -1,18 +1,18 @@ class Swiftformat < Formula desc "Formatting tool for reformatting Swift code" homepage "https:github.comnicklockwoodSwiftFormat" - url "https:github.comnicklockwoodSwiftFormatarchiverefstags0.55.2.tar.gz" - sha256 "76315fe2ab2bfcd087f4a355c0f4cf752cb8d21fad520521654ff50269e7d5eb" + url "https:github.comnicklockwoodSwiftFormatarchiverefstags0.55.3.tar.gz" + sha256 "a961c7512688efde21af91fab35b19d1660065ee9e73846a390355a1b9051109" license "MIT" head "https:github.comnicklockwoodSwiftFormat.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a1574c8ec95b85dbcc192977e3b961895661249c006ec8256fad2c144b120a54" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e9a143ddf86e2d36e426ff874e30c497790ca0cfc775cbf858fdf89e2fc7ddeb" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3ddbf04449504f60ee538f078e15e11bc94dafcb892ff790ca313d7630e1601d" - sha256 cellar: :any_skip_relocation, sonoma: "670b1bd51cd26556933eec3bad67b02dd928ccc3ab2833eb30226fdc0db2e431" - sha256 cellar: :any_skip_relocation, ventura: "4a84ae76fe2611d6f5b3ee8dbba3e826beba9bdb009f85a6e8d4f77f1d2358ae" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2d7e27757d5e139a04270be0c0f5e08838dc665f4dd8cc6a3c06e9acfdd4eb50" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4dfcd41f999c51f6cba22b48c4329bbaa77217255aa208d9cb83e1fa9afd9f85" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "40c610daf4c78d8a80a9802d07754a0ed9bae55900d0a0c3d05e2c9cff0c6ec5" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7d4aab5c44dccb90809daa93e422084dec9a8d1be2fb9736ce7e7b27d074b608" + sha256 cellar: :any_skip_relocation, sonoma: "624d74aa0244f740b10c396586f640511980720c19b3941e3898290c2636fbd9" + sha256 cellar: :any_skip_relocation, ventura: "d71999ccba326aa80eff5d36753a66a76102588ede17d3c547fd463d91bf401e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6b8a48b73ccf33938a8fe34de474fec732cf2c5013e9136b799f3f2169d209fc" end depends_on xcode: ["10.1", :build] diff --git a/Formula/s/synergy-core.rb b/Formula/s/synergy-core.rb index b2f0f787b..2037a37fc 100644 --- a/Formula/s/synergy-core.rb +++ b/Formula/s/synergy-core.rb @@ -51,7 +51,7 @@ class SynergyCore < Formula end on_linux do - depends_on "pkg-config" => :build + depends_on "pkgconf" => :build depends_on "gdk-pixbuf" depends_on "glib" depends_on "libnotify" @@ -69,10 +69,6 @@ class SynergyCore < Formula cause "needs `std::ranges::find`" end - fails_with gcc: "5" do - cause "synergy-core requires C++17 support" - end - def install if OS.mac? ENV.llvm_clang if DevelopmentTools.clang_build_version <= 1402 diff --git a/Formula/s/sysprof.rb b/Formula/s/sysprof.rb index c0c70a8a4..903cb6518 100644 --- a/Formula/s/sysprof.rb +++ b/Formula/s/sysprof.rb @@ -1,8 +1,8 @@ class Sysprof < Formula desc "Statistical, system-wide profiler" homepage "https://gitlab.gnome.org/GNOME/sysprof" - url "https://download.gnome.org/sources/sysprof/47/sysprof-47.1.tar.xz" - sha256 "d3baba814be0cdaef28704c8004ff3110e99525422060f2a993a22a47b9334eb" + url "https://download.gnome.org/sources/sysprof/47/sysprof-47.2.tar.xz" + sha256 "e4b5ede9fd978ec3f0d5a0d44d0429a6d201c362bf6cb4527319031ae462c54f" # See Debian's Copyright File. https://metadata.ftp-master.debian.org/changelogs//main/s/sysprof/sysprof_47.0-2_copyright license all_of: [ "GPL-2.0-or-later", @@ -16,7 +16,7 @@ class Sysprof < Formula head "https://gitlab.gnome.org/GNOME/sysprof.git", branch: "master" bottle do - sha256 x86_64_linux: "5a7ef062122b6f7f37120bf0d4bf00026e4d339ef8284a5a4db40f2536817745" + sha256 x86_64_linux: "fa87873eb63a555755113ca2b47a0af3e2d76cdecbcf5067c6113cd3b095e8ba" end depends_on "desktop-file-utils" => :build diff --git a/Formula/t/tbls.rb b/Formula/t/tbls.rb index b77a765bd..5010b4381 100644 --- a/Formula/t/tbls.rb +++ b/Formula/t/tbls.rb @@ -1,18 +1,18 @@ class Tbls < Formula desc "CI-Friendly tool for document a database" homepage "https:github.comk1LoWtbls" - url "https:github.comk1LoWtblsarchiverefstagsv1.79.3.tar.gz" - sha256 "da516643223fb63e24479abe6d51f73cf6558749ccf07e3aae263d489efda7a6" + url "https:github.comk1LoWtblsarchiverefstagsv1.79.4.tar.gz" + sha256 "9631c6c1e380eb81add74c5981eb1c328c3d28c118c48d7786ebcd5d173826dd" license "MIT" head "https:github.comk1LoWtbls.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c85aae7f1699d8d989a642568597a66eded0687c0f3742334903e0d06945469a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b23803b58024346be76b51e11bd247a5611ffff4367ecd35ff35e0d620a5fe75" - sha256 cellar: :any_skip_relocation, arm64_ventura: "148b379963d2f68148854162b96006c5f4a7a6c433796b0c83a6bd825227a90c" - sha256 cellar: :any_skip_relocation, sonoma: "efee0b946b3fbb28ff6363d3e4fbd900e8eac5368c56e52093f4f4555a6e110d" - sha256 cellar: :any_skip_relocation, ventura: "790520341c8eaec7f9e52cb689b29621bdf4b6228f6a18794091d37eb42981ea" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f29c7f89b3600a3fea743f8b8616516197581db49b0790fe54b61c8e3c571d75" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2af6f5554daaf2c02695e8cdcbbdbfc6ab74bca3e18022a9f4a6b666e9dad4ca" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "11ea075ce3a4ffa98d627983474b605a3b4fbe5d189258ab189b53b8f0aec5fa" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4b62fc78a77c19b9e53d4df3b192ce4d58cdc8dabbc1e7b7645fdebf321609e2" + sha256 cellar: :any_skip_relocation, sonoma: "f67dac0a81bc127104bce479110b7466db83b185aabcca58027bc959b3b4755b" + sha256 cellar: :any_skip_relocation, ventura: "5d79209e53238f73fc71e40545dadc3a91938072131981edb3a600c3a9a82609" + sha256 cellar: :any_skip_relocation, x86_64_linux: "12dba274b1c2267dd70843ec7ba053232a0bad5fbf9f03912fddb3bb82128629" end depends_on "go" => :build diff --git a/Formula/t/terragrunt.rb b/Formula/t/terragrunt.rb index 38e34b1e6..561c18153 100644 --- a/Formula/t/terragrunt.rb +++ b/Formula/t/terragrunt.rb @@ -1,17 +1,17 @@ class Terragrunt < Formula desc "Thin wrapper for Terraform e.g. for locking state" homepage "https:terragrunt.gruntwork.io" - url "https:github.comgruntwork-ioterragruntarchiverefstagsv0.69.1.tar.gz" - sha256 "62e58ceaf8a8b0d3a8aaa7a49f619edcc29c726d447d4cca1fbdfffb94a3182d" + url "https:github.comgruntwork-ioterragruntarchiverefstagsv0.69.2.tar.gz" + sha256 "40b7a820992b0b8c9fc68022e5f3d945c85b7a7e6b40ee83e961ef325dbb2ce7" license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f1dc7d910091aa8412f4dcac924d8989d4e910f3bf37fc8bb812c0087c475905" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f1dc7d910091aa8412f4dcac924d8989d4e910f3bf37fc8bb812c0087c475905" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f1dc7d910091aa8412f4dcac924d8989d4e910f3bf37fc8bb812c0087c475905" - sha256 cellar: :any_skip_relocation, sonoma: "921fba8a2866c03c6769a3f188ecd3f14a984b47fbb78a407f92e92a8e98d6cd" - sha256 cellar: :any_skip_relocation, ventura: "921fba8a2866c03c6769a3f188ecd3f14a984b47fbb78a407f92e92a8e98d6cd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0bc2e14e8688cf82cefbf8c9f619c43e8f55c0481a2756e049fa6c87e56060b9" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1e9e82f349cb73fdd9919fe388612a796efa3eca494f33ebdbeb601f270f6939" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1e9e82f349cb73fdd9919fe388612a796efa3eca494f33ebdbeb601f270f6939" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1e9e82f349cb73fdd9919fe388612a796efa3eca494f33ebdbeb601f270f6939" + sha256 cellar: :any_skip_relocation, sonoma: "fc5438e69dcd49a0788c6cb40e67186a4742cd1da5eb6e61d84a0731cb425c68" + sha256 cellar: :any_skip_relocation, ventura: "fc5438e69dcd49a0788c6cb40e67186a4742cd1da5eb6e61d84a0731cb425c68" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6e39c00fd21f98990eb7f4fb033172c98fae4215652247cda94a64eb909ee015" end depends_on "go" => :build diff --git a/Formula/t/terramate.rb b/Formula/t/terramate.rb index 1a9a48a67..925da5b61 100644 --- a/Formula/t/terramate.rb +++ b/Formula/t/terramate.rb @@ -1,18 +1,18 @@ class Terramate < Formula desc "Managing Terraform stacks with change detections and code generations" homepage "https:terramate.iodocscli" - url "https:github.comterramate-ioterramatearchiverefstagsv0.11.2.tar.gz" - sha256 "1a59e9f9a1335f4a9bc8e7c8e0d06d73fbca63ce4d2dfa5a48397d9c0862b818" + url "https:github.comterramate-ioterramatearchiverefstagsv0.11.3.tar.gz" + sha256 "e37f2f932f60f13e8ba4c35ead52389179bd0bb4e0923db05395760ce6b3d3b8" license "MPL-2.0" head "https:github.comterramate-ioterramate.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f7bb163ea2e8f00cb6eb2b12f8d57aa7dfa3e9d657dfe17b3309cc8772a85341" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f7bb163ea2e8f00cb6eb2b12f8d57aa7dfa3e9d657dfe17b3309cc8772a85341" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f7bb163ea2e8f00cb6eb2b12f8d57aa7dfa3e9d657dfe17b3309cc8772a85341" - sha256 cellar: :any_skip_relocation, sonoma: "c3c732d8aec318891ae0ab2f6e3a0fc279b7b50403531cc60a686f7ab959d880" - sha256 cellar: :any_skip_relocation, ventura: "c3c732d8aec318891ae0ab2f6e3a0fc279b7b50403531cc60a686f7ab959d880" - sha256 cellar: :any_skip_relocation, x86_64_linux: "345d878e294d4012477815a4869f17d167af25f26f1ada8863c5cdcc45e2f02b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "09b8e7f01ab3bc5e22be29dcdfba83119dee3fce53f463ac0d74706ed4a0e805" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "09b8e7f01ab3bc5e22be29dcdfba83119dee3fce53f463ac0d74706ed4a0e805" + sha256 cellar: :any_skip_relocation, arm64_ventura: "09b8e7f01ab3bc5e22be29dcdfba83119dee3fce53f463ac0d74706ed4a0e805" + sha256 cellar: :any_skip_relocation, sonoma: "2708b93577f46081dd815b808b624a830d34d552b4799a5a8ca718e831e5c125" + sha256 cellar: :any_skip_relocation, ventura: "2708b93577f46081dd815b808b624a830d34d552b4799a5a8ca718e831e5c125" + sha256 cellar: :any_skip_relocation, x86_64_linux: "191e2a869729c5b0cb7cc712233d8b84db4cbd63d0efa26639e266ad880c3ace" end depends_on "go" => :build diff --git a/Formula/t/tetra.rb b/Formula/t/tetra.rb index bc8124f50..67edfeef1 100644 --- a/Formula/t/tetra.rb +++ b/Formula/t/tetra.rb @@ -1,8 +1,8 @@ class Tetra < Formula desc "Tetragon CLI to observe, manage and troubleshoot Tetragon instances" homepage "https:github.comciliumtetragon" - url "https:github.comciliumtetragonarchiverefstagsv1.2.0.tar.gz" - sha256 "da2da2b7ba4f3374753c0631bda543077e5622897e55c421d4630b2e72d4017e" + url "https:github.comciliumtetragonarchiverefstagsv1.2.1.tar.gz" + sha256 "420f9fde6196d1c35642415a488439a6000d45e6fe597f07e85166483b7a2bd1" license "Apache-2.0" livecheck do @@ -11,14 +11,12 @@ class Tetra < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "10bc0b3d524d8e80b6e1cc98b8d88b3846ffe01e9ccde1163696b63641d80fc0" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "50fb94ac3ac61b4605a4f51b66e8ac3b5b3e9f7ff94b65af75684ae7985ff0b2" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a1081c8068ff46a4e68570fefa9b475152a7a65c3f1bb0a16ff2a6b4449e94e0" - sha256 cellar: :any_skip_relocation, arm64_monterey: "ae93a369c0fed87d0e95a747f122053d34b8d8998fc09d5d533c7fdd1bcdeb44" - sha256 cellar: :any_skip_relocation, sonoma: "2e8c77fe518c20638c07d1d72e08dfb2f6f7eaeb60f9fb7f5e2f7c976f859bb6" - sha256 cellar: :any_skip_relocation, ventura: "3d0c6fe8601747a29e456b4097d60d55b66582da36861d24438f1274ae3fa75d" - sha256 cellar: :any_skip_relocation, monterey: "563d806d8c6e05cf4a4c10c523a81cac426aef44820747f36684d84f184bd23c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e7601b77c82e76d2401da7ee0005c32fd5557d67fdbfc0d71e9dd120b802a4a2" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5ce262401e99fc6013eb9520e06899c0a655086f161cff0fef3b61fc176de0d4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d35e936df3c76800ef772762936f22f40299e49f095b033ca0f9c6e569d2286c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "010b5a7e35eb3abd1608384abde348ad5f28f0d57a1df9fa7f955fcac9d6e477" + sha256 cellar: :any_skip_relocation, sonoma: "1865944c948f5669e304805e89c0f3c6c32010db7d83ac7fc66d6892670983a4" + sha256 cellar: :any_skip_relocation, ventura: "2c428411c056efe4dc6da7f44d792ac05d20252e9a589b0b5556abb1b92b82dd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d7e7c47bacc953b74ffe4546221d4a68077e6c4b4567b8fba0eacf72097151c2" end depends_on "go" => :build diff --git a/Formula/t/tippecanoe.rb b/Formula/t/tippecanoe.rb index 636a6526f..b55764f1b 100644 --- a/Formula/t/tippecanoe.rb +++ b/Formula/t/tippecanoe.rb @@ -1,8 +1,8 @@ class Tippecanoe < Formula desc "Build vector tilesets from collections of GeoJSON features" homepage "https:github.comfelttippecanoe" - url "https:github.comfelttippecanoearchiverefstags2.70.1.tar.gz" - sha256 "c4fe2ecf6bdd31371f1572fd42ec9c2d23da2701e5fbfe5986bb2f4644992a57" + url "https:github.comfelttippecanoearchiverefstags2.71.0.tar.gz" + sha256 "593e563573d4aba4b79f89514c2b79acb492f00c4b212e5d4bd06fe071e14c6e" license "BSD-2-Clause" livecheck do @@ -11,12 +11,12 @@ class Tippecanoe < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7d4c02c0b0f3f011650f3f49c0cb04281743aa139b1c6acd3da37218dcc316d5" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c318e2076a062c752f521fb7019e7aeb376c2d315f282dc38a8fdfbc968f5ac2" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a4c201d5e742df1a98119e0ee12fc8502dcb5b1af5e7eae20333a19d168944f6" - sha256 cellar: :any_skip_relocation, sonoma: "289c638c8976962f90ee80458878da13118bba9f6fdbf4f0ad6c379910794569" - sha256 cellar: :any_skip_relocation, ventura: "229cac9741691e1a22e16bba1078555e6efb8f86afadf52006e8cf31432db61b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "db78842a89c6b623476eacb49dca75742321733fff83b55051772006eb07a5a4" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e2395b11157b8f1efdce1e2f03e3e1a869e3dfb22483a3dd9426dc26eb5c5049" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e1a9beb586da76101ca20cf31c2b3006960a578e02b943be254dffbcec0e16d5" + sha256 cellar: :any_skip_relocation, arm64_ventura: "85b332be15bb64f4907cdf00e7a228af4e669917f4b1d31fce4d92dd982477d3" + sha256 cellar: :any_skip_relocation, sonoma: "01b9d76ea8bdb85dc9a3c6b683600ddb9b6399197d1d4f25d1133a1bad27a977" + sha256 cellar: :any_skip_relocation, ventura: "4744a696fcd6009ab25825dca3d33728a96d92b052d747e497191554413b9625" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bd9d943dd9ce63b2841b89fe49068909e4633424c26139b897c96aca0fe94972" end uses_from_macos "sqlite" diff --git a/Formula/t/toot.rb b/Formula/t/toot.rb index 7b3360112..2d8df356f 100644 --- a/Formula/t/toot.rb +++ b/Formula/t/toot.rb @@ -3,13 +3,13 @@ class Toot < Formula desc "Mastodon CLI & TUI" homepage "https:toot.bezdomni.net" - url "https:files.pythonhosted.orgpackages2fc69ff74a93121cd6216c270be6fc6d9a795e0f1d233006f308a95753938c91toot-0.47.0.tar.gz" - sha256 "4e3cda8e95261cf6a65543d9ebe95e4de7054711bca84060ef2b2c9da606cdef" + url "https:files.pythonhosted.orgpackages14f2859fedf48ef98efea3180b40ead1035c8655d8da0466227ff8d58b6f778btoot-0.47.1.tar.gz" + sha256 "fae758b50d22c019379a1f90ac0fe7adfc152ce8899005e463b36ee2e88abc2b" license "GPL-3.0-only" head "https:github.comihabunektoot.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, all: "3437ce6c86468e58ebc0d9cae7e518807b0ede3e3dc52dcab6a13cb35f4d556d" + sha256 cellar: :any_skip_relocation, all: "51ae04d8e7d831f7929c5c380fc25fb18ed7409bdebbd00ecf7bfbf5becf2851" end depends_on "certifi" diff --git a/Formula/u/uv.rb b/Formula/u/uv.rb index e4f435761..43d2a817b 100644 --- a/Formula/u/uv.rb +++ b/Formula/u/uv.rb @@ -1,18 +1,18 @@ class Uv < Formula desc "Extremely fast Python package installer and resolver, written in Rust" homepage "https:github.comastral-shuv" - url "https:github.comastral-shuvarchiverefstags0.5.4.tar.gz" - sha256 "3c1c95bcc99930b929e18665d7691b219ce4bef3555711a9be80139c183b9595" + url "https:github.comastral-shuvarchiverefstags0.5.5.tar.gz" + sha256 "48108de0a14dd91acf4ce73e1b28abb24f54969a3a477389b81e362ec2c098e5" license any_of: ["Apache-2.0", "MIT"] head "https:github.comastral-shuv.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "690bead24b3e885611e6d62f40152811d12865a03ad094c1528b19defa3a5eab" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5eecc61149326e379504c16ababcaf1ba89d1d00d98cf3e2d6eab46dcb9de222" - sha256 cellar: :any_skip_relocation, arm64_ventura: "06fa10a4364f783dd12717942eafe84b7a91284f188a45f723ea102695c6e179" - sha256 cellar: :any_skip_relocation, sonoma: "5ba8acb4409924ff8143af31abcc5a41d6dd064c2782afca3bda7940797e7154" - sha256 cellar: :any_skip_relocation, ventura: "3038650d2eb526411c83cfe55716cdd57959a93af0bcb5438075b5dda15e4507" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c81cdb8fd4db86bc01b3452375f6d5fc7e7d1126fa00ed328ccb50d4f6f6ab6c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "eb006c9725bfb6180a34126e94fb224514578c12df58a4ac4895ab97fad25c13" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ad38db9bde3e70ec52b9f03c00f0b79af481e7d0c7059e526379ddff319078d5" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9e9b8d27f2ca033e52b03100aaf4361e20b1f20ed068ab9adad17e5193cc26e1" + sha256 cellar: :any_skip_relocation, sonoma: "5c34a49b7f66ab86965ec2a59cc1d9d9d8c78c5d8d4cd797b7a3bd329b27dc18" + sha256 cellar: :any_skip_relocation, ventura: "ea47ccb9a5abdd235064e4000471505cc025ef782236199c5965e056a1cf0e7e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d549226aa8b1e7e077292338b3c96fc656ef4dfb2afb6df5c2532bc317fc97ce" end depends_on "pkgconf" => :build diff --git a/Formula/v/vercel-cli.rb b/Formula/v/vercel-cli.rb index facc6e8ca..f4305863c 100644 --- a/Formula/v/vercel-cli.rb +++ b/Formula/v/vercel-cli.rb @@ -1,17 +1,17 @@ class VercelCli < Formula desc "Command-line interface for Vercel" homepage "https://vercel.com/home" - url "https://registry.npmjs.org/vercel/-/vercel-39.1.1.tgz" - sha256 "e4114435321357f31a842d242fe2f3808e3255770b5d09046f7755da6da45f70" + url "https://registry.npmjs.org/vercel/-/vercel-39.1.2.tgz" + sha256 "bc829667f63450b7c2f2d46a7a6e38475c7665d1739e8b55562d098daf8bae39" license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "cafdcf2098b3c8b8c99219c31ecae4711db9b4bc0efc68e5660e3502df30016f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "cafdcf2098b3c8b8c99219c31ecae4711db9b4bc0efc68e5660e3502df30016f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "cafdcf2098b3c8b8c99219c31ecae4711db9b4bc0efc68e5660e3502df30016f" - sha256 cellar: :any_skip_relocation, sonoma: "b2d7bce31cb122c36024f398a028d7018fb88802a7dc2da218094a0ff84bcaf9" - sha256 cellar: :any_skip_relocation, ventura: "b2d7bce31cb122c36024f398a028d7018fb88802a7dc2da218094a0ff84bcaf9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f1dc2760a7f577c6c07495c53b812729fddc8bb2f1d1024620478a5444ed9e6c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1a657a533fffa7e58aa231c7dc5db243f690cfbe31f7139c44a09ad9589511f7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1a657a533fffa7e58aa231c7dc5db243f690cfbe31f7139c44a09ad9589511f7" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1a657a533fffa7e58aa231c7dc5db243f690cfbe31f7139c44a09ad9589511f7" + sha256 cellar: :any_skip_relocation, sonoma: "da3fae070d189cd6b67216c62795151fb996776426383f937bfb176e2f361953" + sha256 cellar: :any_skip_relocation, ventura: "da3fae070d189cd6b67216c62795151fb996776426383f937bfb176e2f361953" + sha256 cellar: :any_skip_relocation, x86_64_linux: "87a990dcb7a23aa53f178697934ef222d28037ad11d7c11fd5c756685291c156" end depends_on "node" diff --git a/Formula/v/veryfasttree.rb b/Formula/v/veryfasttree.rb index 6179ee643..ad5eef844 100644 --- a/Formula/v/veryfasttree.rb +++ b/Formula/v/veryfasttree.rb @@ -23,11 +23,6 @@ class Veryfasttree < Formula uses_from_macos "bzip2" uses_from_macos "zlib" - fails_with :gcc do - version "4" # fails with GCC 4.x and earlier - cause "Requires gcc >=5" - end - def install system "cmake", "-S", ".", "-B", "build", "-DUSE_SHARED=ON", "-DUSE_NATIVE=OFF", *std_cmake_args system "cmake", "--build", "build" diff --git a/Formula/v/vespa-cli.rb b/Formula/v/vespa-cli.rb index 4b1a4ed07..3edb10c7d 100644 --- a/Formula/v/vespa-cli.rb +++ b/Formula/v/vespa-cli.rb @@ -1,8 +1,8 @@ class VespaCli < Formula desc "Command-line tool for Vespa.ai" homepage "https:vespa.ai" - url "https:github.comvespa-enginevespaarchiverefstagsv8.447.14.tar.gz" - sha256 "7937be80fec88a7b48c8a688b9883e1bbb65f270725b5837c8a34124126c9ad2" + url "https:github.comvespa-enginevespaarchiverefstagsv8.448.13.tar.gz" + sha256 "adb2cfef021799873268d962364b282eb4cab772a1a3bbf8fee9f649e62df16a" license "Apache-2.0" livecheck do @@ -12,12 +12,12 @@ class VespaCli < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9950c00698c7b3d56f5376015b03194b542a66783929c6be1e3e6ca4eef3dc0a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "48242662342b5a6fb9b12cdce8e9951c2bb8b1794328c2ad9e4caca5ba50de8a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4b51cd20b50c60424cab985b85a03a6c78c185492ac1709f6db012678d1a9611" - sha256 cellar: :any_skip_relocation, sonoma: "6649c9e863d35f270a710db85d2f12f9af0597f26886bf0ca83c07f30980a49b" - sha256 cellar: :any_skip_relocation, ventura: "4dafe9d57c25f112ee47804d9be3d744530c37bd07659869037705cdb07dd474" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ee1b50059d32354f20ba3ee6c6acbdcd20b3a663bf7f73a6da687e24da5eb8fa" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e76547dd0644e8fed2b301da4d0d26921d802fb72dcf5ad787b4c2550125fc5a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d49a9de875f5ce5ab204721fa5a4e07018511d5c8f45128d312582968489de6f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2ad688648e48d419337e57075ecf733f48cf11e70fdf89eace25e30322d08c0e" + sha256 cellar: :any_skip_relocation, sonoma: "e967e66523f6b91e7777b5443e37749e94fb11c52ba90d210a5bae310cdbdf77" + sha256 cellar: :any_skip_relocation, ventura: "20e60dba76e905d5dfb30838a845aeab4eabfcf2b491d7c4127f1df54af8f01c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6b532e472411ab62e84b45bba1670f58b4c1511e865b0cba1d2359cdbd7c83a7" end depends_on "go" => :build diff --git a/Formula/v/virt-manager.rb b/Formula/v/virt-manager.rb index 6619d9574..b1737e5e5 100644 --- a/Formula/v/virt-manager.rb +++ b/Formula/v/virt-manager.rb @@ -1,23 +1,23 @@ class VirtManager < Formula include Language::Python::Virtualenv + include Language::Python::Shebang desc "App for managing virtual machines" homepage "https:virt-manager.org" - url "https:releases.pagure.orgvirt-managervirt-manager-4.1.0.tar.gz" - sha256 "950681d7b32dc61669278ad94ef31da33109bf6fcf0426ed82dfd7379aa590a2" + url "https:releases.pagure.orgvirt-managervirt-manager-5.0.0.tar.xz" + sha256 "bc89ae46e0c997bd754ed62a419ca39c6aadec27e3d8b850cea5282f0083f84a" license "GPL-2.0-or-later" - revision 8 head "https:github.comvirt-managervirt-manager.git", branch: "main" bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, all: "3490af322b74e2098969db9537ec991f141cb7efd330e3cbd2d794856dac5fe4" + sha256 cellar: :any_skip_relocation, all: "83397ecb04b719a262ba0d0b06a0a7561598de290647b16fce11ed3e64a7fa9c" end depends_on "docutils" => :build depends_on "intltool" => :build + depends_on "meson" => :build + depends_on "ninja" => :build depends_on "pkgconf" => :build - depends_on "python-setuptools" => :build depends_on "adwaita-icon-theme" depends_on "certifi" depends_on "cpio" @@ -36,13 +36,13 @@ class VirtManager < Formula depends_on "vte3" resource "charset-normalizer" do - url "https:files.pythonhosted.orgpackages6309c1bc53dab74b1816a00d8d030de5bf98f724c52c1635e07681d312f20be8charset-normalizer-3.3.2.tar.gz" - sha256 "f30c3cb33b24454a82faecaf01b19c18562b1e89558fb6c56de4d9118a032fd5" + url "https:files.pythonhosted.orgpackagesf24fe1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1echarset_normalizer-3.4.0.tar.gz" + sha256 "223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e" end resource "idna" do - url "https:files.pythonhosted.orgpackages21edf86a79a07470cb07819390452f178b3bef1d375f2ec021ecfc709fc7cf07idna-3.7.tar.gz" - sha256 "028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc" + url "https:files.pythonhosted.orgpackagesf1707703c29685631f5a7590aa73f1f1d3fa9a380e654b86af429e0934a32f7didna-3.10.tar.gz" + sha256 "12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9" end resource "requests" do @@ -51,26 +51,24 @@ class VirtManager < Formula end resource "urllib3" do - url "https:files.pythonhosted.orgpackages436dfa469ae21497ddc8bc93e5877702dca7cb8f911e337aca7452b5724f1bb6urllib3-2.2.2.tar.gz" - sha256 "dd505485549a7a552833da5e6063639d0d177c04f23bc3864e41e5dc5f612168" + url "https:files.pythonhosted.orgpackagesed6322ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260urllib3-2.2.3.tar.gz" + sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" end def install - # Fix to use shlex instead of pipes, should be removed in next release - # Commit ref: https:github.comvirt-managervirt-managercommitbb1afaba29019605a240a57d6b3ca8eb36341d9b - inreplace "virtManagerobjectdomain.py", "pipes", "shlex" - python3 = "python3.13" venv = virtualenv_create(libexec, python3) venv.pip_install resources + ENV.prepend_path "PATH", venv.root"bin" - # Restore disabled egg_info command - inreplace "setup.py", "'install_egg_info': my_egg_info,", "" - system libexec"binpython", "setup.py", "configure", "--prefix=#{prefix}" - ENV["PIP_CONFIG_SETTINGS"] = "--global-option=--no-update-icon-cache --no-compile-schemas" - venv.pip_install_and_link buildpath + system "meson", "setup", "build", "-Dtests=disabled", + "-Dupdate-icon-cache=false", + "-Dcompile-schemas=false", + *std_meson_args + system "meson", "compile", "-C", "build", "--verbose" + system "meson", "install", "-C", "build" - share.install Dir[libexec"share*"] + rewrite_shebang python_shebang_rewrite_info(venv.root"binpython"), *bin.children end def post_install diff --git a/Formula/v/vite.rb b/Formula/v/vite.rb index 5366945af..9c6f11d5e 100644 --- a/Formula/v/vite.rb +++ b/Formula/v/vite.rb @@ -1,17 +1,17 @@ class Vite < Formula desc "Next generation frontend tooling. It's fast!" homepage "https://vitejs.dev/" - url "https://registry.npmjs.org/vite/-/vite-6.0.0.tgz" - sha256 "de8cae066334c63c4558f808a51be5d7efa26dc93d1ccb201d1e31ca137f417b" + url "https://registry.npmjs.org/vite/-/vite-6.0.1.tgz" + sha256 "8eb41b4221fa9aabae40ee1c2ddafbc7ef51d785d455bc24a38ae24657c86a38" license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "644367bd60efce6a6d5d5f9067d94d4ee4ef7d5b0893a6b6a6c30da629689db6" - sha256 cellar: :any, arm64_sonoma: "644367bd60efce6a6d5d5f9067d94d4ee4ef7d5b0893a6b6a6c30da629689db6" - sha256 cellar: :any, arm64_ventura: "644367bd60efce6a6d5d5f9067d94d4ee4ef7d5b0893a6b6a6c30da629689db6" - sha256 cellar: :any, sonoma: "b2f17c241f10bf81026a5237b246b5aef710ac5795ffc84156e0c1c8588bc62f" - sha256 cellar: :any, ventura: "b2f17c241f10bf81026a5237b246b5aef710ac5795ffc84156e0c1c8588bc62f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "284ca2bb760b654dc5486e5ff3b6ea700269f6c8f56fbe16c620978fd428ea42" + sha256 cellar: :any, arm64_sequoia: "5f1c23b7bb01fcdd529abe2e8145646cfa5971233284a680e3392575846b8049" + sha256 cellar: :any, arm64_sonoma: "5f1c23b7bb01fcdd529abe2e8145646cfa5971233284a680e3392575846b8049" + sha256 cellar: :any, arm64_ventura: "5f1c23b7bb01fcdd529abe2e8145646cfa5971233284a680e3392575846b8049" + sha256 cellar: :any, sonoma: "016c9343a3a0292f0c0f8a8ee778f28b0ed6660b5733c62f3d478e06dd680912" + sha256 cellar: :any, ventura: "016c9343a3a0292f0c0f8a8ee778f28b0ed6660b5733c62f3d478e06dd680912" + sha256 cellar: :any_skip_relocation, x86_64_linux: "56f91a540ed63f25e7d9f435409ebe94f175f55c9879e31e904ea668fc28a7ec" end depends_on "node" diff --git a/Formula/w/wangle.rb b/Formula/w/wangle.rb index b5fc5e13a..d3d780167 100644 --- a/Formula/w/wangle.rb +++ b/Formula/w/wangle.rb @@ -1,18 +1,18 @@ class Wangle < Formula desc "Modular, composable clientserver abstractions framework" homepage "https:github.comfacebookwangle" - url "https:github.comfacebookwanglearchiverefstagsv2024.11.18.00.tar.gz" - sha256 "7ff1886f1c8bbe2a0f972fc09de909e30d764f28f31f04c0c873eab8be72484e" + url "https:github.comfacebookwanglearchiverefstagsv2024.11.25.00.tar.gz" + sha256 "d5acaa00ebb51dbc018e51915bf50cf508e7e631a53ef1cb8763436f7e59780a" license "Apache-2.0" head "https:github.comfacebookwangle.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "4948bbfac4a3a0a2665d99abc5d211009efac322afb0d1d694356e676214c9f6" - sha256 cellar: :any, arm64_sonoma: "fb058c0ddee5fe528ebed3403e3d812569e62ac8e6eaec9f54dcc12909d206b1" - sha256 cellar: :any, arm64_ventura: "c8345461266d5d163d6629625805e28cc1cecbde69e5de91530ffa3fccf44d2f" - sha256 cellar: :any, sonoma: "9cd49a853cbad960d01f4666a8d1650085b048ab8cfc2436895bd27bd78e9dd0" - sha256 cellar: :any, ventura: "737a6f775dcf574e03354915a6927cea9e8d5314fc3bfd001ef12f5c8f9be5c1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c1567230d08a2658ef799e7dcaeb121701c73ef053e82fe8f6e8217f9159d00b" + sha256 cellar: :any, arm64_sequoia: "248af443802a5a42ae0af9db3586649e79cd97490d92bfcce78b31976e4c51f6" + sha256 cellar: :any, arm64_sonoma: "1ee7a7b8a265ed217788a0a7786ee57d6af2e44badbc0113f8b907579d073efc" + sha256 cellar: :any, arm64_ventura: "fe210e1106d858cf93c980847af91fe202bc98ef37e4ee9fd3a1e84c0208badb" + sha256 cellar: :any, sonoma: "7cc897817feef439a1d7eec41031626918a38ba7a3356973810345ede9f085ed" + sha256 cellar: :any, ventura: "7e06cba7570e3a76d17b5eefe3fdc0b1b0590097347b913cc9c97893e30742f2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "14b1831e5a28c596623b04692f41aefed030d8402dccdf0f5952a7cda35314b0" end depends_on "cmake" => [:build, :test] diff --git a/Formula/w/wartremover.rb b/Formula/w/wartremover.rb index 2e0c8d4d7..efe02f0fb 100644 --- a/Formula/w/wartremover.rb +++ b/Formula/w/wartremover.rb @@ -1,8 +1,8 @@ class Wartremover < Formula desc "Flexible Scala code linting tool" homepage "https:github.comwartremoverwartremover" - url "https:github.comwartremoverwartremoverarchiverefstagsv3.2.4.tar.gz" - sha256 "f6cd8f4dd314eeb0c9130492d84b58bbd82b8c6a177fc0deb21c88a3a00aa156" + url "https:github.comwartremoverwartremoverarchiverefstagsv3.2.5.tar.gz" + sha256 "ca0770ac24babfef1e16f168aae5ac98118343686e30088de5a65e26f8afc5a4" license "Apache-2.0" head "https:github.comwartremoverwartremover.git", branch: "master" @@ -12,7 +12,7 @@ class Wartremover < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "ac6a29c17577c06ed021869a21c43167ca29b5d5a547b5204a96f354aaa1f24e" + sha256 cellar: :any_skip_relocation, all: "dff546b54c6b14fe3be0e0b3ec7d05f4adb5e2343b6ca8dedda09aa6fe8233a9" end depends_on "sbt" => :build diff --git a/Formula/w/wasm-tools.rb b/Formula/w/wasm-tools.rb index 3084d4914..bbc843b2a 100644 --- a/Formula/w/wasm-tools.rb +++ b/Formula/w/wasm-tools.rb @@ -1,8 +1,8 @@ class WasmTools < Formula desc "Low level tooling for WebAssembly in Rust" homepage "https:github.combytecodealliancewasm-tools" - url "https:github.combytecodealliancewasm-toolsarchiverefstagsv1.220.0.tar.gz" - sha256 "eba930e6bccf3c14e1e7c8da9e112bbe58439a0746d4e83208294b2993638fc7" + url "https:github.combytecodealliancewasm-toolsarchiverefstagsv1.221.0.tar.gz" + sha256 "98c99a2efd090dd0120a18608a41cb702ea3bf122454879166929cc6bd89ffa7" license "Apache-2.0" => { with: "LLVM-exception" } head "https:github.combytecodealliancewasm-tools.git", branch: "main" @@ -12,12 +12,12 @@ class WasmTools < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9178d4689d4c5981fcba3a28a33acade049d3750b8150ce63d5a61126ad2f96a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "77e12b3f695db828a14b4e74ab135ff0d8910749c93725b4a5c846969035563b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "0dd238b99da2acaf94ac564bd73f479283a042d67211ea0c4c4303b297934dc5" - sha256 cellar: :any_skip_relocation, sonoma: "31ba7c1122c75e40c1b0e59e7d32ca2ccc7978c05046bedc0d8b90f356b6ef4f" - sha256 cellar: :any_skip_relocation, ventura: "dadf528eb7842c57b7e55a8c747ac862ed30bf85055aa524c7eb6909c5262c0d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a1c08616959f8882e8d12b8c015d9cf0595da37504de6c07884c3c43fa821a68" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d522fce6587aecc634cdae5037bab50a1ea521fa276c96851447ddc1ceb44923" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4296c779ce33a4218dc49ea26e0a23b7294a34b147125004566cfbe95ab8ec6c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "30a6483c26e0c568826bcc824a40909527952c7bb0fdac35c5eb12109a446b8a" + sha256 cellar: :any_skip_relocation, sonoma: "36b9f94cc7e2f001a9f0036351c8809a682ea72d0c5b970988b0f70678669d92" + sha256 cellar: :any_skip_relocation, ventura: "8c2e713539d146ca4ca01a4aae35b916c74975169ccdfed808083610483f0f1e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "806ce43069a729b5ffd01be0c5540586332ae2aed35c55448aec9cd352ca86ad" end depends_on "rust" => :build diff --git a/Formula/w/watchman.rb b/Formula/w/watchman.rb index 6a8cfe819..cb1f6a1b6 100644 --- a/Formula/w/watchman.rb +++ b/Formula/w/watchman.rb @@ -1,18 +1,18 @@ class Watchman < Formula desc "Watch files and take action when they change" homepage "https:github.comfacebookwatchman" - url "https:github.comfacebookwatchmanarchiverefstagsv2024.11.18.00.tar.gz" - sha256 "1dda15fa8f9bb510d6cc3014a5e783dd0d41f3885b539d9f8a8c937d93da9b15" + url "https:github.comfacebookwatchmanarchiverefstagsv2024.11.25.00.tar.gz" + sha256 "0be6415d20e6a8a39246e177d8ec4452dad98fd6085397bed825b8f71acaf305" license "MIT" head "https:github.comfacebookwatchman.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "7c96b430a27c127156850852a791008c94ce16afa87f1d8f7ed151a048320024" - sha256 cellar: :any, arm64_sonoma: "55f403193ea71e98d0757f1a54db6e1bda940b9a796ac7bead0ff69b4cce88cb" - sha256 cellar: :any, arm64_ventura: "714e67a7b7411ca04378da6875a658c93c4fb57198281b2c4d27f00a98a34cb8" - sha256 cellar: :any, sonoma: "41cae9d097af1ef1f98034580efa364fda841b13902bb0c6ac61742c53ea74e2" - sha256 cellar: :any, ventura: "f59f8a08ec932e0c97befec56cab828f3975228df182e23cf53ef3ca0142ff17" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3403a22d4cdcddb1be0c3eec2150b54750ac16c881f536e538c4a51a52e0b035" + sha256 cellar: :any, arm64_sequoia: "d9655b2dcfb50ab9d746db2387891aeacc2b56d58a805a3d8c47ebc885ef3a03" + sha256 cellar: :any, arm64_sonoma: "2d8e675b59976097a3301a9189f9a02be14ff29dd64115d0096cf42e2aeab35d" + sha256 cellar: :any, arm64_ventura: "6da9d2d18df0298918afb5f87f4c74b8ede02f67fdfb6e4c855d8e9ffee2cee2" + sha256 cellar: :any, sonoma: "fea1bef225a3f1178319334777473b6d304690c79f4f1ddd2795e59122b7db88" + sha256 cellar: :any, ventura: "0b808e134b07d5a1d393c5760374e0dac87d127a1281e53fbfb989445fc544c5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0c1b58edb12453b06ffc6f4cd7cdc09805eab3212dd1d011367546dd3777c4c8" end depends_on "cmake" => :build @@ -39,6 +39,9 @@ class Watchman < Formula depends_on "libunwind" end + # Workaround for https:github.comGuillaumeGomezsysinfoissues1392 + patch :DATA + def install # NOTE: Setting `BUILD_SHARED_LIBS=ON` will generate DSOs for Eden libraries. # These libraries are not part of any install targets and have the wrong @@ -70,4 +73,17 @@ def install test do assert_equal(version.to_s, shell_output("#{bin}watchman -v").chomp) end -end \ No newline at end of file +end + +__END__ +--- awatchmancliCargo.toml ++++ bwatchmancliCargo.toml +@@ -16,7 +16,7 @@ + serde = { version = "1.0.185", features = ["derive", "rc"] } + serde_json = { version = "1.0.132", features = ["float_roundtrip", "unbounded_depth"] } + structopt = "0.3.26" +-sysinfo = "0.30.11" ++sysinfo = "0.32.1" + tabular = "0.2.0" + tokio = { version = "1.41.0", features = ["full", "test-util", "tracing"] } + watchman_client = { version = "0.9.0", path = "..rustwatchman_client" } \ No newline at end of file diff --git a/Formula/w/webkitgtk.rb b/Formula/w/webkitgtk.rb index c2978b54b..318b7c135 100644 --- a/Formula/w/webkitgtk.rb +++ b/Formula/w/webkitgtk.rb @@ -1,8 +1,8 @@ class Webkitgtk < Formula desc "GTK interface to WebKit" homepage "https:webkitgtk.org" - url "https:webkitgtk.orgreleaseswebkitgtk-2.46.3.tar.xz" - sha256 "85e09fa6ff9fea49678ba9975dbc64ea3242833f8f8a7d6a8937b2f292fcb28d" + url "https:webkitgtk.orgreleaseswebkitgtk-2.46.4.tar.xz" + sha256 "0eff5f0ab0a2872ec87df62bc32e3289c8af625716ac71e94b298d74e0374176" license "GPL-3.0-or-later" livecheck do @@ -11,7 +11,7 @@ class Webkitgtk < Formula end bottle do - sha256 x86_64_linux: "4f35496689f3e08a5c79b508406cd5c53f0f7989bc2f22f202e5577d03474378" + sha256 x86_64_linux: "97e3ce5573824af8d67c5909cf490d3ebf6460a719a97ee2640897d99f3a6d70" end depends_on "cmake" => :build diff --git a/Formula/z/zmap.rb b/Formula/z/zmap.rb index 0c578df91..49856fa72 100644 --- a/Formula/z/zmap.rb +++ b/Formula/z/zmap.rb @@ -1,8 +1,8 @@ class Zmap < Formula desc "Network scanner for Internet-wide network studies" homepage "https:zmap.io" - url "https:github.comzmapzmaparchiverefstagsv4.2.0.tar.gz" - sha256 "2580e41fbb56b7576530b2cdcac6dd6b5e167197a6981e330d56cfb14b3d3ebf" + url "https:github.comzmapzmaparchiverefstagsv4.3.0.tar.gz" + sha256 "c3b44b5b4c5148fd328164674c73f9b39cbbfdec1a8f5fdddd49d07e06852ee9" license "Apache-2.0" head "https:github.comzmapzmap.git", branch: "main" @@ -12,14 +12,12 @@ class Zmap < Formula end bottle do - sha256 arm64_sequoia: "9dd056e4d7ffd52f2cdc9693b6276c793e7b53c115162a5d3dde6fa247418bd5" - sha256 arm64_sonoma: "2afb958e5cf1195c4b0abaf02499c47657f80ae9e0ae024cc5ac5735b8a19b49" - sha256 arm64_ventura: "0915eb108a040ac4521bff1c3bf74d7dbe5fdd50562c54ba577134e2a25e89c4" - sha256 arm64_monterey: "f87110cb0e2f53d0935111b38a9e7b575a471b951427822bb1d26ec622c7eae4" - sha256 sonoma: "9890a9e03db22305f92d73e61a2c446d351b7bbbff84cadaaeb769c617bc240e" - sha256 ventura: "447689ffb2bd5945168ce33f58e45ef25d815bc7849af63f03a189cb4ae3e7c9" - sha256 monterey: "97bfc7b9a702b867cc6a27e00d931d28abeb4f5022e41c2e19d3ef6b190f9d25" - sha256 x86_64_linux: "b60d5bcdec61a77e710f6803fa4fea8d77e16df4ff75615f03c919898c385dbb" + sha256 arm64_sequoia: "b4c68ccde2979edcd5b278fbf6e3592d8cc4fdf755c6e48d5931cb14af1a972d" + sha256 arm64_sonoma: "b5945796d4d8ff0bf8a0d3af23e600908acf937a1923e0d35be3e5f0805b5c1b" + sha256 arm64_ventura: "9c200c28851289882f157874dda8b9d34d1d76ff642c256b90d2545d7fc8fee7" + sha256 sonoma: "40b7868ed2343f5092b8039dee1b97936ca086d7877f9d9887852019f98c713a" + sha256 ventura: "e15a7e116ea6b1b47f262099b0648c4f3dee0000f6e6b26e15bf0a3b96f6c6c4" + sha256 x86_64_linux: "d4e8dea812dd7b13a02a27f74215170d5e29c9a0808d7f2e248513ab6a4348e5" end depends_on "byacc" => :build diff --git a/sync-sources.csv b/sync-sources.csv index 32c479823..fb0942789 100644 --- a/sync-sources.csv +++ b/sync-sources.csv @@ -92,6 +92,7 @@ Homebrew-homebrew-core/Formula/a/alexjs.rb, Homebrew/homebrew-core, 1 Homebrew-homebrew-core/Formula/a/algernon.rb, Homebrew/homebrew-core, 1 Homebrew-homebrew-core/Formula/a/algol68g.rb, Homebrew/homebrew-core, 0 Homebrew-homebrew-core/Formula/a/ali.rb, Homebrew/homebrew-core, 1 +Homebrew-homebrew-core/Formula/a/aliae.rb, Homebrew/homebrew-core, 1 Homebrew-homebrew-core/Formula/a/aliddns.rb, Homebrew/homebrew-core, 1 Homebrew-homebrew-core/Formula/a/align.rb, Homebrew/homebrew-core, 0 Homebrew-homebrew-core/Formula/a/aliyun-cli.rb, Homebrew/homebrew-core, 1 @@ -1502,6 +1503,7 @@ Homebrew-homebrew-core/Formula/d/duff.rb, Homebrew/homebrew-core, 1 Homebrew-homebrew-core/Formula/d/dufs.rb, Homebrew/homebrew-core, 1 Homebrew-homebrew-core/Formula/d/dug.rb, Homebrew/homebrew-core, 1 Homebrew-homebrew-core/Formula/d/duktape.rb, Homebrew/homebrew-core, 1 +Homebrew-homebrew-core/Formula/d/dum.rb, Homebrew/homebrew-core, 1 Homebrew-homebrew-core/Formula/d/dumb.rb, Homebrew/homebrew-core, 1 Homebrew-homebrew-core/Formula/d/dump1090-mutability.rb, Homebrew/homebrew-core, 0 Homebrew-homebrew-core/Formula/d/dumpling.rb, Homebrew/homebrew-core, 1 @@ -1958,6 +1960,7 @@ Homebrew-homebrew-core/Formula/f/fuego.rb, Homebrew/homebrew-core, 0 Homebrew-homebrew-core/Formula/f/func-e.rb, Homebrew/homebrew-core, 1 Homebrew-homebrew-core/Formula/f/funcoeszz.rb, Homebrew/homebrew-core, 0 Homebrew-homebrew-core/Formula/f/functionalplus.rb, Homebrew/homebrew-core, 1 +Homebrew-homebrew-core/Formula/f/funzzy.rb, Homebrew/homebrew-core, 1 Homebrew-homebrew-core/Formula/f/fuse-emulator.rb, Homebrew/homebrew-core, 0 Homebrew-homebrew-core/Formula/f/fuse-overlayfs.rb, Homebrew/homebrew-core, 1 Homebrew-homebrew-core/Formula/f/fuse-zip.rb, Homebrew/homebrew-core, 0 @@ -2111,7 +2114,7 @@ Homebrew-homebrew-core/Formula/g/gist.rb, Homebrew/homebrew-core, 1 Homebrew-homebrew-core/Formula/g/gistit.rb, Homebrew/homebrew-core, 1 Homebrew-homebrew-core/Formula/g/git-absorb.rb, Homebrew/homebrew-core, 1 Homebrew-homebrew-core/Formula/g/git-annex-remote-rclone.rb, Homebrew/homebrew-core, 1 -Homebrew-homebrew-core/Formula/g/git-annex.rb, Homebrew/homebrew-core, 0 +Homebrew-homebrew-core/Formula/g/git-annex.rb, Homebrew/homebrew-core, 1 Homebrew-homebrew-core/Formula/g/git-appraise.rb, Homebrew/homebrew-core, 1 Homebrew-homebrew-core/Formula/g/git-archive-all.rb, Homebrew/homebrew-core, 1 Homebrew-homebrew-core/Formula/g/git-big-picture.rb, Homebrew/homebrew-core, 1 @@ -3283,6 +3286,7 @@ Homebrew-homebrew-core/Formula/l/livekit-cli.rb, Homebrew/homebrew-core, 1 Homebrew-homebrew-core/Formula/l/livekit.rb, Homebrew/homebrew-core, 1 Homebrew-homebrew-core/Formula/l/lizard-analyzer.rb, Homebrew/homebrew-core, 0 Homebrew-homebrew-core/Formula/l/lizard.rb, Homebrew/homebrew-core, 1 +Homebrew-homebrew-core/Formula/l/lla.rb, Homebrew/homebrew-core, 1 Homebrew-homebrew-core/Formula/l/llama.cpp.rb, Homebrew/homebrew-core, 1 Homebrew-homebrew-core/Formula/l/lld.rb, Homebrew/homebrew-core, 1 Homebrew-homebrew-core/Formula/l/lldpd.rb, Homebrew/homebrew-core, 1 @@ -5579,6 +5583,7 @@ Homebrew-homebrew-core/Formula/r/rqlite.rb, Homebrew/homebrew-core, 1 Homebrew-homebrew-core/Formula/r/rrdtool.rb, Homebrew/homebrew-core, 1 Homebrew-homebrew-core/Formula/r/rsc_2fa.rb, Homebrew/homebrew-core, 1 Homebrew-homebrew-core/Formula/r/rsgain.rb, Homebrew/homebrew-core, 1 +Homebrew-homebrew-core/Formula/r/rshijack.rb, Homebrew/homebrew-core, 1 Homebrew-homebrew-core/Formula/r/rslint.rb, Homebrew/homebrew-core, 1 Homebrew-homebrew-core/Formula/r/rsnapshot.rb, Homebrew/homebrew-core, 1 Homebrew-homebrew-core/Formula/r/rst-lint.rb, Homebrew/homebrew-core, 1 @@ -7600,6 +7605,7 @@ Homebrew-homebrew-cask/Casks/b/beardedspice.rb, Homebrew/homebrew-cask, 1 Homebrew-homebrew-cask/Casks/b/beardie.rb, Homebrew/homebrew-cask, 1 Homebrew-homebrew-cask/Casks/b/beast2.rb, Homebrew/homebrew-cask, 1 Homebrew-homebrew-cask/Casks/b/beatunes.rb, Homebrew/homebrew-cask, 0 +Homebrew-homebrew-cask/Casks/b/beaver-notes.rb, Homebrew/homebrew-cask, 1 Homebrew-homebrew-cask/Casks/b/bee.rb, Homebrew/homebrew-cask, 0 Homebrew-homebrew-cask/Casks/b/beekeeper-studio.rb, Homebrew/homebrew-cask, 1 Homebrew-homebrew-cask/Casks/b/beeper.rb, Homebrew/homebrew-cask, 0 @@ -10738,6 +10744,7 @@ Homebrew-homebrew-cask/Casks/font/font-s/font-sitara.rb, Homebrew/homebrew-cask, Homebrew-homebrew-cask/Casks/font/font-s/font-six-caps.rb, Homebrew/homebrew-cask, 1 Homebrew-homebrew-cask/Casks/font/font-s/font-sixtyfour-convergence.rb, Homebrew/homebrew-cask, 1 Homebrew-homebrew-cask/Casks/font/font-s/font-sixtyfour.rb, Homebrew/homebrew-cask, 1 +Homebrew-homebrew-cask/Casks/font/font-s/font-sketchybar-app-font.rb, Homebrew/homebrew-cask, 1 Homebrew-homebrew-cask/Casks/font/font-s/font-skranji.rb, Homebrew/homebrew-cask, 1 Homebrew-homebrew-cask/Casks/font/font-s/font-slabo-13px.rb, Homebrew/homebrew-cask, 1 Homebrew-homebrew-cask/Casks/font/font-s/font-slabo-27px.rb, Homebrew/homebrew-cask, 1 @@ -11448,6 +11455,7 @@ Homebrew-homebrew-cask/Casks/i/iriunwebcam.rb, Homebrew/homebrew-cask, 0 Homebrew-homebrew-cask/Casks/i/irpf2023.rb, Homebrew/homebrew-cask, 0 Homebrew-homebrew-cask/Casks/i/irpf2024.rb, Homebrew/homebrew-cask, 0 Homebrew-homebrew-cask/Casks/i/isabelle.rb, Homebrew/homebrew-cask, 0 +Homebrew-homebrew-cask/Casks/i/ishare.rb, Homebrew/homebrew-cask, 1 Homebrew-homebrew-cask/Casks/i/ishowu-instant.rb, Homebrew/homebrew-cask, 0 Homebrew-homebrew-cask/Casks/i/ishowu.rb, Homebrew/homebrew-cask, 0 Homebrew-homebrew-cask/Casks/i/isimulator.rb, Homebrew/homebrew-cask, 1 @@ -12161,7 +12169,7 @@ Homebrew-homebrew-cask/Casks/m/moneywiz.rb, Homebrew/homebrew-cask, 0 Homebrew-homebrew-cask/Casks/m/mongodb-compass-isolated-edition.rb, Homebrew/homebrew-cask, 0 Homebrew-homebrew-cask/Casks/m/mongodb-compass-readonly.rb, Homebrew/homebrew-cask, 0 Homebrew-homebrew-cask/Casks/m/mongodb-compass.rb, Homebrew/homebrew-cask, 0 -Homebrew-homebrew-cask/Casks/m/mongodb-compass@beta.rb, Homebrew/homebrew-cask, 1 +Homebrew-homebrew-cask/Casks/m/mongodb-compass@beta.rb, Homebrew/homebrew-cask, 0 Homebrew-homebrew-cask/Casks/m/mongodb-realm-studio.rb, Homebrew/homebrew-cask, 1 Homebrew-homebrew-cask/Casks/m/mongodbpreferencepane.rb, Homebrew/homebrew-cask, 1 Homebrew-homebrew-cask/Casks/m/mongotron.rb, Homebrew/homebrew-cask, 1 @@ -14159,6 +14167,7 @@ Homebrew-homebrew-cask/Casks/w/webpack-dashboard.rb, Homebrew/homebrew-cask, 1 Homebrew-homebrew-cask/Casks/w/webplotdigitizer.rb, Homebrew/homebrew-cask, 0 Homebrew-homebrew-cask/Casks/w/webpquicklook.rb, Homebrew/homebrew-cask, 1 Homebrew-homebrew-cask/Casks/w/webrecorder-player.rb, Homebrew/homebrew-cask, 1 +Homebrew-homebrew-cask/Casks/w/website-audit.rb, Homebrew/homebrew-cask, 0 Homebrew-homebrew-cask/Casks/w/website-watchman.rb, Homebrew/homebrew-cask, 0 Homebrew-homebrew-cask/Casks/w/webstorm.rb, Homebrew/homebrew-cask, 0 Homebrew-homebrew-cask/Casks/w/webtorrent.rb, Homebrew/homebrew-cask, 1 @@ -14363,6 +14372,7 @@ Homebrew-homebrew-cask/Casks/z/zed@preview.rb, Homebrew/homebrew-cask, 0 Homebrew-homebrew-cask/Casks/z/zeebe-modeler.rb, Homebrew/homebrew-cask, 1 Homebrew-homebrew-cask/Casks/z/zeitgeist.rb, Homebrew/homebrew-cask, 1 Homebrew-homebrew-cask/Casks/z/zen-browser.rb, Homebrew/homebrew-cask, 1 +Homebrew-homebrew-cask/Casks/z/zen-browser@twilight.rb, Homebrew/homebrew-cask, 1 Homebrew-homebrew-cask/Casks/z/zenbeats.rb, Homebrew/homebrew-cask, 0 Homebrew-homebrew-cask/Casks/z/zenmap.rb, Homebrew/homebrew-cask, 0 Homebrew-homebrew-cask/Casks/z/zenmate-vpn.rb, Homebrew/homebrew-cask, 0