Skip to content

Commit

Permalink
Updated at 2023-10-23T01:20:39.113Z
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 23, 2023
1 parent 3775b75 commit 1cf97de
Show file tree
Hide file tree
Showing 230 changed files with 1,807 additions and 1,712 deletions.
23 changes: 17 additions & 6 deletions Casks/anki-beta.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,29 @@
cask "anki-beta" do
arch arm: "apple", intel: "intel"

version "2.1.66+beta1_46915605"
sha256 arm: "ede7a97f4e5b1aa03d6e834020909061d8f8afcee0cbc3a17034dc1de1d3e884",
intel: "4ad62b8c275f93032ba5fdf85a05afb15b11cace5ea6c6712261477d93542a3d"
version "23.10,rc1"
sha256 arm: "ba305ead0f62d06beea022e0d0b2f49ac9e19264e5a2b06162e997d0580019fd",
intel: "752a2594409af21bd963f259d162d474a966631bc26eaa4ef239f3e104ae4b31"

url "https://apps.ankiweb.net/downloads/beta/anki-#{version}-mac-#{arch}-qt6.dmg"
url "https://ghproxy.com/https://github.com/ankitects/anki/releases/download/#{version.delete(",")}/anki-#{version.csv.first}-mac-#{arch}-qt6.dmg",
verified: "github.com/ankitects/anki/"
name "Anki Beta"
desc "Memory training application"
homepage "https://apps.ankiweb.net/"

livecheck do
url "https://apps.ankiweb.net/downloads/beta/"
regex(/title=["']?anki[._-]?(\d+\.\d+.\d+\+(?:beta|rc)\d+_[a-f0-9]+)-mac(?:-#{arch})?(?:-qt\d+)?\.dmg["'\s>]/i)
url "https://github.com/ankitects/anki/releases"
regex(/(\d+(?:\.\d+)+)((?:beta|rc)(?:\w*))/i)
strategy :github_releases do |json, regex|
json.map do |release|
next unless release["prerelease"]

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

"#{match[1]},#{match[2]}"
end
end
end

conflicts_with cask: "anki"
Expand Down
6 changes: 3 additions & 3 deletions Casks/brave-browser-dev.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
arch arm: "arm64", intel: "x64"
folder = on_arch_conditional arm: "dev-arm64", intel: "dev"

version "1.60.90.0"
sha256 arm: "9782b28d3909f909d47bcc52ea4da1faae8a965570ca1f95dcf5bfb58db7511b",
intel: "3c8d5c38751018f1ecd6c0af7c23406a0f6992a60ed8626c8b8fa8cc760d09a9"
version "1.60.98.0"
sha256 arm: "424fa42134940a23f28ab7ab6d8792b1e98ecf1d5685696769a465bb320c4da8",
intel: "ae77e4f1f92f45f626c0dce8ba715d742790f9298e9ef03859845df7014223ce"

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

version "1.50.75"
sha256 arm: "4a3714ea98749d3523b4ab3c2740cca168db27665fd363f296198af2ab91c784",
intel: "70e51a7d36d64826f6c2bc03a1b3c54481aef128d62b44e7c2a50cf841afa265"
version "1.51.76"
sha256 arm: "1e7ee9547e8e7fdc6edbb2df36e9d18aa7670207d0712219e32d5161e227bf19",
intel: "92d963a6acb78ff7ee8bfa927c1fa628cacf71cc373fe8f36024273126b5f502"

url "https://ghproxy.com/https://github.com/sunner/ChatALL/releases/download/v#{version}/ChatALL-#{version}-mac-#{arch}.dmg"
name "ChatALL"
Expand Down
4 changes: 2 additions & 2 deletions Casks/c/chronos.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "chronos" do
version "6.0.3"
sha256 "a421ac7b38271fac4f1002045f9de26cb302255d4eb1a5772fdf1255eea0b0f5"
version "6.0.9"
sha256 "33fa8831337892c54b3048049da24918c5c3c60cbb284400b48cf5cb1d71a3da"

url "https://ghproxy.com/https://github.com/web-pal/chronos-timetracker/releases/download/v#{version}/Chronos-#{version}-mac.zip"
name "Chronos Timetracker"
Expand Down
6 changes: 3 additions & 3 deletions Casks/c/codux.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cask "codux" do
arch arm: "arm64", intel: "x64"

version "15.12.0"
sha256 arm: "2a6913e99c88f357e246fe9932d84c1fe7f69b7af340e94d33eb0810568af752",
intel: "bc68a270f2f5a7aa6e2f6179c96b9c4bda907058a6feaf692efbded1310edcd8"
version "15.13.0"
sha256 arm: "62becb8c027367dd59382dc00abedebd781f61a3be1c89829e948cde726fdf79",
intel: "68afa3ba2e7b6519fcdabc4170a0123b5c891916bb675a7dfb04ec87d8c0185c"

url "https://ghproxy.com/https://github.com/wixplosives/codux-versions/releases/download/#{version}/Codux-#{version}.#{arch}.dmg",
verified: "github.com/wixplosives/codux-versions/"
Expand Down
4 changes: 2 additions & 2 deletions Casks/c/copilot-for-xcode.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "copilot-for-xcode" do
version "0.25.0"
sha256 "80852a43790f75d94d3da988c15a777b598168a84085b3fdbc8d59efbeaef702"
version "0.26.0"
sha256 "f2884e8b0872b0b6de66ef88261405202677e60003123f14bec9007b0a13ab0f"

url "https://ghproxy.com/https://github.com/intitni/CopilotForXcode/releases/download/#{version}/Copilot.for.Xcode.app.zip"
name "Copilot for Xcode"
Expand Down
6 changes: 3 additions & 3 deletions Casks/c/cursor.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cask "cursor" do
arch arm: "arm64", intel: "x64"

version "0.12.3,231008c5ursm0oj"
sha256 arm: "a674e1d8dfd11ada3405c2bc5f5abc005f545e3a5f6d5c7debca54e4be97b312",
intel: "7ea69c70c294d4af50e33bb5fa8c80774e6aa8c4b4264e6f395fa68d48cb3159"
version "0.13.0,231022ptw6i4j42"
sha256 arm: "02d3f4285b393e350d051748c592e4d2c6c144a9dfe10ee7e800643eb0a8d7fd",
intel: "69f0ea1f7afdad5d296d32817dbe25c42f395669a7c0773f57f12ebeb1083a9d"

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/"
Expand Down
6 changes: 3 additions & 3 deletions Casks/d/dbeaver-community.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cask "dbeaver-community" do
arch arm: "aarch64", intel: "x86_64"

version "23.2.2"
sha256 arm: "10d4f01c1cbf9bc136842d311c55fa072c1e3a48d1f510fe7a6039b4c4e2e266",
intel: "5dc1e8ce7f243073bfd375e49f0a873c239a34d4908ba554e7f562a4f4fb86b7"
version "23.2.3"
sha256 arm: "b5b3e781e28f6d205566ac717f6cf2a0ee2c0409150c9f29a29516bc48e22fce",
intel: "7eea3b60f42949032d4b2f9c5098e7ad63f9519657d3f76b5b66218c426f19d9"

url "https://dbeaver.io/files/#{version}/dbeaver-ce-#{version}-macos-#{arch}.dmg"
name "DBeaver Community Edition"
Expand Down
2 changes: 1 addition & 1 deletion Casks/elephas-beta.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cask "elephas-beta" do
version "8.52,8.51"
version "8.53"
sha256 :no_check

url "https://assets.elephas.app/Elephas_beta.dmg"
Expand Down
4 changes: 2 additions & 2 deletions Casks/f/floorp.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "floorp" do
version "11.4.1"
sha256 "48673f21fa3e7f1f59ffa145fa2d3077e39a8c8a381068e090f07d1c97eca78e"
version "11.5.0"
sha256 "bcd85cbf3cd2db8b1988d5a86f74e2089eca370c80dd37e05e85d5b348d823f9"

url "https://ghproxy.com/https://github.com/Floorp-Projects/Floorp/releases/download/v#{version}/floorp-macOS-universal.dmg",
verified: "github.com/Floorp-Projects/Floorp/"
Expand Down
4 changes: 2 additions & 2 deletions Casks/font-gnu-unifont.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "font-gnu-unifont" do
version "15.1.02"
sha256 "7631dbfb21614ca25a0f15ef74b60a50abda1798376bc36cbb7ea53c25ff123a"
version "15.1.03"
sha256 "00c0f33256ef3899d1370a54f368f73e13ebd5b60fcbfd8e5c51e50f43cd21c3"

url "https://ftpmirror.gnu.org/unifont/unifont-#{version}/unifont-#{version}.tar.gz",
verified: "ftpmirror.gnu.org/unifont/"
Expand Down
4 changes: 2 additions & 2 deletions Casks/font-iosevka-aile.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "font-iosevka-aile" do
version "27.2.1"
sha256 "f804a0205659189c70e8584c1c984b781c9d9e9c364585e21c8d84e1f90eee9a"
version "27.3.1"
sha256 "f9cfb7597173a994f411d0de8ca77f4f629b2ea60052e2479562a9a1de4c85de"

url "https://ghproxy.com/https://github.com/be5invis/Iosevka/releases/download/v#{version}/ttc-iosevka-aile-#{version}.zip"
name "Iosevka Aile"
Expand Down
4 changes: 2 additions & 2 deletions Casks/font-iosevka-curly-slab.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "font-iosevka-curly-slab" do
version "27.2.1"
sha256 "b56536d648ad7467aa801301c9dff17272dcadb61d0d59813b6b35ec81b6e74d"
version "27.3.1"
sha256 "12c4b92b40a9c048d8d2d006378449b84173ff6d37d52cfbc08087c09c5363c6"

url "https://ghproxy.com/https://github.com/be5invis/Iosevka/releases/download/v#{version}/ttc-iosevka-curly-slab-#{version}.zip"
name "Iosevka Curly Slab"
Expand Down
4 changes: 2 additions & 2 deletions Casks/font-iosevka-curly.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "font-iosevka-curly" do
version "27.2.1"
sha256 "e01a7e5e3c385bdd071aa757bb238af5c3fcdb7ad8a12ad4c69c669b5d9cf189"
version "27.3.1"
sha256 "ccc8640825ab8262f20a956d3fff1d0a094a38d0280ba5de1f3ec92f98c863db"

url "https://ghproxy.com/https://github.com/be5invis/Iosevka/releases/download/v#{version}/ttc-iosevka-curly-#{version}.zip"
name "Iosevka Curly"
Expand Down
4 changes: 2 additions & 2 deletions Casks/font-iosevka-etoile.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "font-iosevka-etoile" do
version "27.2.1"
sha256 "f19d897e9522b395a10f277624de176aab43c9f99bdc932afc798a445ba7108c"
version "27.3.1"
sha256 "0854c8db2f4daa96f407b48e2368afb445416a2cf16b0de86cffb8cbbdf6da99"

url "https://ghproxy.com/https://github.com/be5invis/Iosevka/releases/download/v#{version}/ttc-iosevka-etoile-#{version}.zip"
name "Iosevka Etoile"
Expand Down
4 changes: 2 additions & 2 deletions Casks/font-iosevka-slab.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "font-iosevka-slab" do
version "27.2.1"
sha256 "495f481ca14e0ff60e035baca542069584de75a8271106e77392d1ae8533ab9e"
version "27.3.1"
sha256 "386acb72233b51d6030d616496a7aa66e82bc0f3d83a0b52b3d55cf77f5d7af6"

url "https://ghproxy.com/https://github.com/be5invis/Iosevka/releases/download/v#{version}/ttc-iosevka-slab-#{version}.zip"
name "Iosevka Slab"
Expand Down
4 changes: 2 additions & 2 deletions Casks/font-iosevka-ss01.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "font-iosevka-ss01" do
version "27.2.1"
sha256 "d6eb42eec5cb3f3b995d175ef12e655d41084ef19a72e454a3e2e25755edaf2d"
version "27.3.1"
sha256 "86afce6bb9c0e82c25c5bae0349aec7ae2b8059aa49c4be21295c4659b0af4df"

url "https://ghproxy.com/https://github.com/be5invis/Iosevka/releases/download/v#{version}/ttc-iosevka-ss01-#{version}.zip"
name "Iosevka SS01"
Expand Down
4 changes: 2 additions & 2 deletions Casks/font-iosevka-ss02.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "font-iosevka-ss02" do
version "27.2.1"
sha256 "3597f65e3005247d1e61a8e6f6385bcee4801dbc1e0588f01dd4c98174de3f06"
version "27.3.1"
sha256 "81b6a60d8f13bc56f17c6567c1bf1650c1c00e1e8fc4ef00ef9130b3cccb3b64"

url "https://ghproxy.com/https://github.com/be5invis/Iosevka/releases/download/v#{version}/ttc-iosevka-ss02-#{version}.zip"
name "Iosevka SS02"
Expand Down
4 changes: 2 additions & 2 deletions Casks/font-iosevka-ss03.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "font-iosevka-ss03" do
version "27.2.1"
sha256 "f403edb2ca39b60d2208d6a03ae3bde2acfc4c691b4a32b6c0eecef66b99a001"
version "27.3.1"
sha256 "1b78268f3330050d29e1efb9ee7ab886887d432dfb74108846ae7ed9c182e665"

url "https://ghproxy.com/https://github.com/be5invis/Iosevka/releases/download/v#{version}/ttc-iosevka-ss03-#{version}.zip"
name "Iosevka SS03"
Expand Down
4 changes: 2 additions & 2 deletions Casks/font-iosevka-ss04.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "font-iosevka-ss04" do
version "27.2.1"
sha256 "8cb73d26910ca505eb982b1c3e384a74fc83f18568b06805c679567c5b5895e8"
version "27.3.1"
sha256 "b7778784126f3a1352cb1907770d48c5eda356c15b37703aeff899e9ddeb2099"

url "https://ghproxy.com/https://github.com/be5invis/Iosevka/releases/download/v#{version}/ttc-iosevka-ss04-#{version}.zip"
name "Iosevka SS04"
Expand Down
4 changes: 2 additions & 2 deletions Casks/font-iosevka-ss05.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "font-iosevka-ss05" do
version "27.2.1"
sha256 "7f914d7bb22a39f34071c7db4755e22fd405ad471ff29fb5a3dd2f60bbe81e16"
version "27.3.1"
sha256 "1b1acb4583b27f58e5c598abcd4440dec0994d3fdc5b811a854dbccf20c071fd"

url "https://ghproxy.com/https://github.com/be5invis/Iosevka/releases/download/v#{version}/ttc-iosevka-ss05-#{version}.zip"
name "Iosevka SS05"
Expand Down
4 changes: 2 additions & 2 deletions Casks/font-iosevka-ss06.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "font-iosevka-ss06" do
version "27.2.1"
sha256 "2ddd6305c39ecf12deb4078f22f900adf7bd907fbbb6a28971df7d5f40a0d220"
version "27.3.1"
sha256 "75983058795912a7762bb378c09fd97f7e1b979e56ddfa438f145f11d0e12009"

url "https://ghproxy.com/https://github.com/be5invis/Iosevka/releases/download/v#{version}/ttc-iosevka-ss06-#{version}.zip"
name "Iosevka SS06"
Expand Down
4 changes: 2 additions & 2 deletions Casks/font-iosevka-ss07.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "font-iosevka-ss07" do
version "27.2.1"
sha256 "03e8e25d4dd94f5dd2f6a1abafbfd5ffc7e74f7a545be609f2e2ad455a05588e"
version "27.3.1"
sha256 "f0862b356ca9e17bd4eece982acd8ad4a6df83262b48a34491b773cedaccf17c"

url "https://ghproxy.com/https://github.com/be5invis/Iosevka/releases/download/v#{version}/ttc-iosevka-ss07-#{version}.zip"
name "Iosevka SS07"
Expand Down
4 changes: 2 additions & 2 deletions Casks/font-iosevka-ss08.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "font-iosevka-ss08" do
version "27.2.1"
sha256 "b35fdd2c15a8abef7435c04513b802d15eddba1c2953ecdc34e22bc6fe5f4cca"
version "27.3.1"
sha256 "7158ae1425a5dfdeb84be433516b65c62cfa13bc02054947ab464bcb6415a1c9"

url "https://ghproxy.com/https://github.com/be5invis/Iosevka/releases/download/v#{version}/ttc-iosevka-ss08-#{version}.zip"
name "Iosevka SS08"
Expand Down
4 changes: 2 additions & 2 deletions Casks/font-iosevka-ss09.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "font-iosevka-ss09" do
version "27.2.1"
sha256 "986e6f3f7246db464c60b222f968f33a841e4d39c3fe5bbffe9525df1a9a31da"
version "27.3.1"
sha256 "bb751062acc032180c9c3f59b60a67e9d60de635801164fecf250c2566eeef7d"

url "https://ghproxy.com/https://github.com/be5invis/Iosevka/releases/download/v#{version}/ttc-iosevka-ss09-#{version}.zip"
name "Iosevka SS09"
Expand Down
4 changes: 2 additions & 2 deletions Casks/font-iosevka-ss10.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "font-iosevka-ss10" do
version "27.2.1"
sha256 "dd263f3072242c9f51f57fab7a70e2844bb17a01b64679dae044683b325eb3ee"
version "27.3.1"
sha256 "d36849fd33b17a5cd9f7137aec78cd342b090dd69c2115d02756177ced83ba92"

url "https://ghproxy.com/https://github.com/be5invis/Iosevka/releases/download/v#{version}/ttc-iosevka-ss10-#{version}.zip"
name "Iosevka SS10"
Expand Down
4 changes: 2 additions & 2 deletions Casks/font-iosevka-ss11.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "font-iosevka-ss11" do
version "27.2.1"
sha256 "081b3d3b6b8332dad8844efea078606f0330b503c7e6597f3e26303c4ca8d562"
version "27.3.1"
sha256 "3e42fdb2edf42a4179adb7b75b820e783a17cb06d6375f6d6b9b2cd2f672e892"

url "https://ghproxy.com/https://github.com/be5invis/Iosevka/releases/download/v#{version}/ttc-iosevka-ss11-#{version}.zip"
name "Iosevka SS11"
Expand Down
4 changes: 2 additions & 2 deletions Casks/font-iosevka-ss12.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "font-iosevka-ss12" do
version "27.2.1"
sha256 "055132c3d4319ea0df45d247fc0d98dd2ca217c6858eb998b6076e10bce81b5d"
version "27.3.1"
sha256 "efe9ef00da90ab03124579b979187b0524860ebeed25b127d6a7cf56810b57e4"

url "https://ghproxy.com/https://github.com/be5invis/Iosevka/releases/download/v#{version}/ttc-iosevka-ss12-#{version}.zip"
name "Iosevka SS12"
Expand Down
4 changes: 2 additions & 2 deletions Casks/font-iosevka-ss13.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "font-iosevka-ss13" do
version "27.2.1"
sha256 "df79a0fbccf9b7cd7e7e6a777a4fda6fd54c9d0745c9d2b487c67352a0439957"
version "27.3.1"
sha256 "03212e1f5b54e55730430143fde8fe1f4f84ddc8d0c214c0cc886cf509172a2b"

url "https://ghproxy.com/https://github.com/be5invis/Iosevka/releases/download/v#{version}/ttc-iosevka-ss13-#{version}.zip"
name "Iosevka SS13"
Expand Down
4 changes: 2 additions & 2 deletions Casks/font-iosevka-ss14.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "font-iosevka-ss14" do
version "27.2.1"
sha256 "f1d8f2083a11bba726fc89755637309ae54926a403dee7a4f3a5b9e6fc3eff61"
version "27.3.1"
sha256 "2c60df7bbba356b67eb15dd736743577d81b834825e183a33e3f3bb546a815fb"

url "https://ghproxy.com/https://github.com/be5invis/Iosevka/releases/download/v#{version}/ttc-iosevka-ss14-#{version}.zip"
name "Iosevka SS14"
Expand Down
4 changes: 2 additions & 2 deletions Casks/font-iosevka-ss15.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "font-iosevka-ss15" do
version "27.2.1"
sha256 "1c10cf847d96bb2a01391beb4ac430cda69209284d719e7dbcd65b74c6068c78"
version "27.3.1"
sha256 "ad2c19404b9c43845dd20477ceb1f42f5b38e63c87f58c070606287ef1df04f9"

url "https://ghproxy.com/https://github.com/be5invis/Iosevka/releases/download/v#{version}/ttc-iosevka-ss15-#{version}.zip"
name "Iosevka SS15"
Expand Down
4 changes: 2 additions & 2 deletions Casks/font-iosevka-ss16.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "font-iosevka-ss16" do
version "27.2.1"
sha256 "8758aa247774354a85ca76d2706091e988ce3ff5d6b4f1d263b094e136100f34"
version "27.3.1"
sha256 "eaa5a0dd4ae1399a356943cc6cf6d1c96296ec6c63406d082d32c53534e95f33"

url "https://ghproxy.com/https://github.com/be5invis/Iosevka/releases/download/v#{version}/ttc-iosevka-ss16-#{version}.zip"
name "Iosevka SS16"
Expand Down
4 changes: 2 additions & 2 deletions Casks/font-iosevka-ss17.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "font-iosevka-ss17" do
version "27.2.1"
sha256 "a8141e0305f9aad49b5fd049cf4a23380850293984a3705eb32ba33180a8ed64"
version "27.3.1"
sha256 "f95bc9c8a5d155995c98665ee6a44a3e0732a4ab3d8ad6ded78d869e51bea651"

url "https://ghproxy.com/https://github.com/be5invis/Iosevka/releases/download/v#{version}/ttc-iosevka-ss17-#{version}.zip"
name "Iosevka SS17"
Expand Down
4 changes: 2 additions & 2 deletions Casks/font-iosevka-ss18.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "font-iosevka-ss18" do
version "27.2.1"
sha256 "1a090180523bb44e350ec41ce4eaed7cd559893bc3c44be83e114ae629498bc0"
version "27.3.1"
sha256 "ead0fea6cef6d8e50d8101112338291a143b17c78f762f351e55819d0439e8a4"

url "https://ghproxy.com/https://github.com/be5invis/Iosevka/releases/download/v#{version}/ttc-iosevka-ss18-#{version}.zip"
name "Iosevka SS18"
Expand Down
4 changes: 2 additions & 2 deletions Casks/font-iosevka.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "font-iosevka" do
version "27.2.1"
sha256 "d8290e7468ca5d06811a36ad0b177afac303ea893acc09b8c2c158e3ae08be59"
version "27.3.1"
sha256 "a18b0c282a8a4b22414486e746f015f87c4c41c3d1c3c45525a12393d3602450"

url "https://ghproxy.com/https://github.com/be5invis/Iosevka/releases/download/v#{version}/ttc-iosevka-#{version}.zip"
name "Iosevka"
Expand Down
4 changes: 2 additions & 2 deletions Casks/font-lxgw-fasmartgothic.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "font-lxgw-fasmartgothic" do
version "1.106"
sha256 "11bde2cf9194a2ff32f23c44bcac65d8b0989f52608629099f7099bf6e5582b4"
version "1.107"
sha256 "819cf9ca018e98eec0f4084f8a1cc0a246892face95465868895718e222a4df3"

url "https://ghproxy.com/https://github.com/lxgw/LxgwNeoXiHei/releases/download/v#{version}/LXGWFasmartGothic.ttf"
name "LXGW FasmartGothic"
Expand Down
4 changes: 2 additions & 2 deletions Casks/font-lxgw-neoxihei.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "font-lxgw-neoxihei" do
version "1.106"
sha256 "01710ea14f60be69756ea8cf4d857e9a685518b1b847a987f1efe1df0420c92a"
version "1.107"
sha256 "adfc600ccc38b17ccdedf5d92397092ddb9122c9d0ce46811c1727342eb4bac2"

url "https://ghproxy.com/https://github.com/lxgw/LxgwNeoXiHei/releases/download/v#{version}/LXGWNeoXiHei.ttf"
name "LXGW NeoXiHei"
Expand Down
5 changes: 3 additions & 2 deletions Casks/font-playpen-sans.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
version :latest
sha256 :no_check

url "https://github.com/google/fonts/raw/main/ofl/playpensans/PlaypenSans%5Bwght%5D.ttf"
url "https://github.com/google/fonts/raw/main/ofl/playpensans/PlaypenSans%5Bwght%5D.ttf",
verified: "github.com/google/fonts/"
name "Playpen Sans"
desc "Variable font with a weight range from thin to extrabold"
homepage "https://github.com/TypeTogether/Playpen-Sans"
homepage "https://fonts.google.com/specimen/Playpen+Sans"

font "PlaypenSans[wght].ttf"

Expand Down
Loading

0 comments on commit 1cf97de

Please sign in to comment.