Skip to content

Commit

Permalink
vimcal: use region-agnostic S3 URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Jun 12, 2024
1 parent 6655ef9 commit 73c83f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Casks/v/vimcal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
sha256 arm: "dcc17bbbef2693b24d5e70e90cd0f34db4ad742f0cd2da79741ddd69742c6e3d",
intel: "55a489342db24a1839bf9728597ce3420352c96fb59c60b950e00c5bb4c64167"

url "https://vimcal-#{host_suffix}.s3.us-west-1.amazonaws.com/Vimcal-#{version}#{arch}.dmg",
verified: "vimcal-#{host_suffix}.s3.us-west-1.amazonaws.com/"
url "https://vimcal-#{host_suffix}.s3.amazonaws.com/Vimcal-#{version}#{arch}.dmg",
verified: "vimcal-#{host_suffix}.s3.amazonaws.com/"
name "Vimcal"
desc "Calendar"
homepage "https://vimcal.com/"
Expand Down

0 comments on commit 73c83f4

Please sign in to comment.