Skip to content

Commit

Permalink
devel is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmoritz committed Jun 8, 2020
1 parent b0da5b0 commit a68d6c2
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions starcheat.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,11 @@ class Starcheat < Formula
include Language::Python::Virtualenv
desc "Starbound player save file editor"
homepage "https://github.com/wizzomafizzo/starcheat"
url "https://github.com/wizzomafizzo/starcheat.git",
:tag => "0.27.1",
:revision => "17dd471bc223d5c8a1a74f1e4a2eee035246ce36"
url "https://github.com/medeor413/starcheat.git",
:revision => "4994d3f8d9a254c8a762983424066915b326450c"
version "1.0"
head "https://github.com/wizzomafizzo/starcheat.git", :branch => "dev"

devel do
url "https://github.com/medeor413/starcheat.git"
version "1.0"
end

depends_on "freetype"
depends_on "jpeg"
depends_on "pyqt"
Expand Down

0 comments on commit a68d6c2

Please sign in to comment.