Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
formulae: various audit fixes
Browse files Browse the repository at this point in the history
Closes #44768.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
  • Loading branch information
apjanke authored and DomT4 committed Oct 9, 2015
1 parent 5c7c31f commit 1176224
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions Library/Formula/dub.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@ class Dub < Formula
homepage "http://code.dlang.org/about"
url "https://github.com/D-Programming-Language/dub/archive/v0.9.24.tar.gz"
sha256 "88fe9ff507d47cb74af685ad234158426219b7fdd7609de016fc6f5199def866"
head "https://github.com/D-Programming-Language/dub.git", :shallow => false

bottle do
sha256 "bf14b900869d28bc8140731ee81d04d9ee5b456603dea51353863bd76358f49d" => :el_capitan
sha256 "5cdd5f8c6729f3acf955afbd8d383daf196318bf1d2278085a28c28af00d33ce" => :yosemite
sha256 "33db147c048a39cad51569940ff489e015a08f3d17d0c299efcce89c064a8513" => :mavericks
end

head "https://github.com/D-Programming-Language/dub.git", :shallow => false

depends_on "pkg-config" => :build
depends_on "dmd" => :build

Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/duplicity.rb
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,6 @@ def install
end

test do
system bin/"duplicity", "--dry-run", "--no-encryption", testpath, "file:///#{testpath}/test"
system bin/"duplicity", "--dry-run", "--no-encryption", testpath, "file:///#{testpath}/test"
end
end
2 changes: 1 addition & 1 deletion Library/Formula/duti.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class Duti < Formula
desc "Select default apps for documents and URL schemes on OS X"
homepage "http://duti.org/"
head "https://github.com/moretension/duti.git"
url "https://github.com/moretension/duti/archive/duti-1.5.3.tar.gz"
sha256 "0e71b7398e01aedf9dde0ffe7fd5389cfe82aafae38c078240780e12a445b9fa"
head "https://github.com/moretension/duti.git"

bottle do
cellar :any_skip_relocation
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/dvdrtools.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Dvdrtools < Formula
desc "Fork of cdrtools DVD writer support"
homepage "https://savannah.nongnu.org/projects/dvdrtools/"
url "http://download.savannah.gnu.org/releases/dvdrtools/dvdrtools-0.2.1.tar.gz"
url "https://savannah.nongnu.org/download/dvdrtools/dvdrtools-0.2.1.tar.gz"
sha256 "053d0f277f69b183f9c8e8c8b09b94d5bb4a1de6d9b122c0e6c00cc6593dfb46"

bottle do
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/dvorak7min.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ class Dvorak7min < Formula
desc "Dvorak (simplified keyboard layout) typing tutor"
homepage "http://dvorak7min.sourcearchive.com/"
url "http://ftp.de.debian.org/debian/pool/main/d/dvorak7min/dvorak7min_1.6.1+repack.orig.tar.gz"
sha256 "4cdef8e4c8c74c28dacd185d1062bfa752a58447772627aded9ac0c87a3b8797"
version "1.6.1"
sha256 "4cdef8e4c8c74c28dacd185d1062bfa752a58447772627aded9ac0c87a3b8797"

bottle do
cellar :any
Expand Down

0 comments on commit 1176224

Please sign in to comment.