Skip to content

Commit

Permalink
vifm 0.8.1
Browse files Browse the repository at this point in the history
https://github.com/vifm/vifm/releases/tag/v0.8.1

Closes Homebrew/legacy-homebrew#48186.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
  • Loading branch information
cfillion authored and DomT4 committed Jan 19, 2016
1 parent b3988bb commit f5ea62c
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions Formula/vifm.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class Vifm < Formula
desc "Ncurses based file manager with vi like keybindings"
homepage "https://vifm.info/"
url "https://downloads.sourceforge.net/project/vifm/vifm/vifm-0.8.tar.bz2"
mirror "https://github.com/vifm/vifm/releases/download/v0.8/vifm-0.8.tar.bz2"
sha256 "69eb6b50dcf462f4233ff987f0b6a295df08a27bc42577ebef725bfe58dbdeeb"
url "https://downloads.sourceforge.net/project/vifm/vifm/vifm-0.8.1.tar.bz2"
mirror "https://github.com/vifm/vifm/releases/download/v0.8.1/vifm-0.8.1.tar.bz2"
sha256 "9918ac96290f9bb2da0fdbd6e579af19de32d9eca41d0ceb5e2cb7cf08ebc379"

bottle do
revision 1
Expand All @@ -12,12 +12,6 @@ class Vifm < Formula
sha256 "032ed7e7c2256a7e352322b65e68fd220ce35d59ea9a558d2112df86275fbe45" => :mavericks
end

devel do
url "https://downloads.sourceforge.net/project/vifm/vifm/vifm-0.8.1-beta.tar.bz2"
mirror "https://github.com/vifm/vifm/releases/download/v0.8.1-beta/vifm-0.8.1-beta.tar.bz2"
sha256 "e0e3e4d7cc06ac75e4acdd1c03f1b91e433b0df3ef817024e27bdc268f32b80f"
end

head do
url "https://github.com/vifm/vifm.git"
depends_on "automake" => :build
Expand Down

0 comments on commit f5ea62c

Please sign in to comment.