Skip to content

Commit

Permalink
update inklecate to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lincerely committed Apr 6, 2022
1 parent 244ff77 commit 3c08ae9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/inklecate.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class Inklecate < Formula
version "0.9.0"
version "1.0.0"
desc "Commandline interpreter for inkle's open source scripting language for writing interactive narrative"
homepage "https://github.com/inkle/ink"
url "#{homepage}/releases/download/#{version}/inklecate_mac.zip"
sha256 "ee1fd74a55df1f3c3607e9f51f5c0f9a7d9787aa52973189d085cc1b537e3dd0"
url "#{homepage}/releases/download/v#{version}/inklecate_mac.zip"
sha256 "b6f4dd1f95c180637ce193dbb5fa6d59aeafe49a2121a05b7822e6cbbaa6931f"

def install
bin.install "inklecate"
Expand Down

0 comments on commit 3c08ae9

Please sign in to comment.