Skip to content

Commit

Permalink
helm 2.5.4
Browse files Browse the repository at this point in the history
Closes #592.

Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
  • Loading branch information
dunn committed Mar 31, 2017
1 parent 024f048 commit 5524e4b
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions Formula/helm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,11 @@
class Helm < EmacsFormula
desc "Emacs completion and selection narrowing framework"
homepage "https://emacs-helm.github.io/helm/"
url "https://github.com/emacs-helm/helm/archive/v2.5.0.tar.gz"
sha256 "6615237120270008a422a93b6db606e0a602c8a0244221214338c5a5db4745ed"
url "https://github.com/emacs-helm/helm/archive/v2.5.4.tar.gz"
sha256 "9a4c6bdd51d9d9100fc180e865447f045a63cc23b1a7fe525261ee6d54714243"
head "https://github.com/emacs-helm/helm.git"

bottle do
cellar :any_skip_relocation
sha256 "bfa745ae5d2b159d19c7fc0b3f2afc3a5eb7ac8006733e50e3911b172d413c2d" => :sierra
sha256 "838b1bf0a7cb4198cd34d31a313cdec549ece7c357bc2965eca6d6b20abd81ce" => :el_capitan
sha256 "838b1bf0a7cb4198cd34d31a313cdec549ece7c357bc2965eca6d6b20abd81ce" => :yosemite
end
bottle :disable

depends_on :emacs => "24.3"
depends_on "dunn/emacs/async-emacs"
Expand Down

0 comments on commit 5524e4b

Please sign in to comment.