Skip to content

Commit

Permalink
ahungry-emacs 1.4.0
Browse files Browse the repository at this point in the history
Closes #643.

Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
  • Loading branch information
dunn committed Jul 5, 2017
1 parent e358954 commit 97c771e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Formula/ahungry-emacs.rb
Expand Up @@ -3,15 +3,16 @@
class AhungryEmacs < EmacsFormula
desc "Bright and bold color theme for Emacs"
homepage "https://github.com/ahungry/color-theme-ahungry"
url "https://elpa.gnu.org/packages/ahungry-theme-1.3.0.tar"
sha256 "3813f48b606edb2a713b6483a57d05f5f0aa38114b796e3a2b742da201565fdc"
url "https://elpa.gnu.org/packages/ahungry-theme-1.4.0.tar"
sha256 "441bb1019358293ab323897504801a1ef47324f3a7f90b24102e00ebaa0813d9"
head "https://github.com/ahungry/color-theme-ahungry.git"

depends_on :emacs => "24.1"

def install
byte_compile Dir["*.el"]
elisp.install Dir["*.el"], Dir["*.elc"]
byte_compile "ahungry-theme.el", "color-theme-ahungry.el"
elisp.install "ahungry-theme.el", "color-theme-ahungry.el",
"ahungry-theme.elc", "color-theme-ahungry.elc"
end

test do
Expand Down

0 comments on commit 97c771e

Please sign in to comment.