Skip to content

Commit

Permalink
Update Cask URL (#1251)
Browse files Browse the repository at this point in the history
* Update Cask URL

* Update Cask URL

---------

Co-authored-by: Xinzhao Xu <[email protected]>
  • Loading branch information
shavit and iawia002 authored Jul 6, 2023
1 parent 99f8093 commit e8e6bd4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cask.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ description = """
"""

[darwin]
x86_64 = { url = "https://github.com/iawia002/lux/releases/download/v{version}/lux_{version}_macOS_64-bit.tar.gz" }
aarch64 = { url = "https://github.com/iawia002/lux/releases/download/v{version}/lux_{version}_macOS_ARM64.tar.gz" }
x86_64 = { url = "https://github.com/iawia002/lux/releases/download/v{version}/lux_{version}_Darwin_x86_64.tar.gz" }
aarch64 = { url = "https://github.com/iawia002/lux/releases/download/v{version}/lux_{version}_Darwin_arm64.tar.gz" }

[windows]
x86_64 = { url = "https://github.com/iawia002/lux/releases/download/v{version}/lux_{version}_Windows_64-bit.zip" }
x86_64 = { url = "https://github.com/iawia002/lux/releases/download/v{version}/lux_{version}_Windows_x86_64.zip" }

[linux]
x86_64 = { url = "https://github.com/iawia002/lux/releases/download/v{version}/lux_{version}_Linux_64-bit.tar.gz" }
aarch64 = { url = "https://github.com/iawia002/lux/releases/download/v{version}/lux_{version}_Linux_ARM64.tar.gz" }
x86_64 = { url = "https://github.com/iawia002/lux/releases/download/v{version}/lux_{version}_Linux_x86_64.tar.gz" }
aarch64 = { url = "https://github.com/iawia002/lux/releases/download/v{version}/lux_{version}_Linux_arm64.tar.gz" }

0 comments on commit e8e6bd4

Please sign in to comment.