Skip to content

Commit

Permalink
Bump version 0.5.0
Browse files Browse the repository at this point in the history
Closes #9.

Signed-off-by: Matt Pruitt <matt@guitsaru.com>
  • Loading branch information
guitsaru committed Jan 25, 2022
1 parent e01fe32 commit 692fc64
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Formula/smaug.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
class Smaug < Formula
desc "Manages your DragonRuby Game Toolkit projects"
homepage "https://github.com/ereborstudios/smaug"
url "https://github.com/ereborstudios/smaug/archive/v0.4.0.tar.gz"
sha256 "79d86aa9b97188225682daefe78276fa14d4a6505e1b2e32a32e278269baabc4"
url "https://github.com/ereborstudios/smaug/archive/v0.5.0.tar.gz"
sha256 "1f7403246a4d490e525edb278aa7928a337f88d2ef496374c9e0d9c57129ad14"
license "AGPL-3.0-or-later"

bottle do
root_url "https://github.com/ereborstudios/homebrew-tap/releases/download/smaug-0.4.0"
sha256 cellar: :any, big_sur: "bf8e6263686e35b225d62de747bbe3a2bd7b99a87919f1a0e114f26e51ca66b2"
end

depends_on "rust" => :build
depends_on "openssl@1.1"

Expand Down

0 comments on commit 692fc64

Please sign in to comment.