Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
multi-arch aegisub cask
Browse files Browse the repository at this point in the history
  • Loading branch information
NextFire committed Jun 1, 2024
1 parent 026eb4d commit d2ef99d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
9 changes: 6 additions & 3 deletions Casks/aegisub-japan7.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
cask "aegisub-japan7" do
version "51a77036"
sha256 "51a770366fe71b0d0745c6fe3a7eb12fae97e21c349c4a44318f0cafa074b1e2"
arch arm: "249474e9", intel: "47077133"

url "https://hikari.butaishoujo.moe/b/#{version}/Aegisub-3.2.2.dmg.zip",
version "76eaea2"
sha256 arm: "249474e933d06531a2840c0fe1123fb239fa5609b69ade812c13a6c393c119ac",
intel: "4707713363a30be1c96fcf86a65da9015250e2c4532d2f20fb33f68e47563603"

url "https://hikari.butaishoujo.moe/b/#{arch}/Aegisub-3.2.2.dmg.zip",
verified: "hikari.butaishoujo.moe/"
name "Aegisub-Japan7"
desc "Create and modify subtitles"
Expand Down
10 changes: 5 additions & 5 deletions update-casks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ interface Artifact {
}

const CASKS: Cask[] = [
{
name: "aegisub-japan7",
repo: "odrling/Aegisub",
filter: "macOS",
},
// {
// name: "aegisub-japan7",
// repo: "odrling/Aegisub",
// filter: "macOS",
// },
{
name: "syncplay-japan7",
repo: "odrling/syncplay",
Expand Down

0 comments on commit d2ef99d

Please sign in to comment.