Skip to content

Commit

Permalink
wine: remove redundant devel block
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Jul 20, 2013
1 parent b5665e6 commit ccdb727
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions Library/Formula/wine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,16 @@ class WineMono < Formula
sha1 'dd349e72249ce5ff981be0e9dae33ac4a46a9f60'
end

# NOTE: when updating Wine, please check Wine-Gecko and Wine-Mono for updates
# https://wiki.winehq.org/Gecko
# https://wiki.winehq.org/Mono
class Wine < Formula
homepage 'https://winehq.org/'
url 'https://downloads.sourceforge.net/project/wine/Source/wine-1.6.tar.bz2'
sha256 'e1f130efbdcbfa211ca56ee03357ccd17a31443889b4feebdcb88248520b42ae'

head 'git:https://source.winehq.org/git/wine.git'

devel do
# NOTE: when updating Wine, please check if Wine-Gecko and Wine-Mono needs
# updating too
# * https://wiki.winehq.org/Gecko
# * https://wiki.winehq.org/Mono
url 'https://downloads.sourceforge.net/project/wine/Source/wine-1.6.tar.bz2'
sha256 'e1f130efbdcbfa211ca56ee03357ccd17a31443889b4feebdcb88248520b42ae'
end

env :std

# this tells Homebrew that dependencies must be built universal
Expand Down

0 comments on commit ccdb727

Please sign in to comment.