Skip to content

Commit

Permalink
bgpq3 0.1.31, 0.1.32-rc5 (devel)
Browse files Browse the repository at this point in the history
  • Loading branch information
dunn committed Aug 8, 2015
1 parent cc12655 commit 7948844
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Formula/bgpq3.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Bgpq3 < Formula
desc "bgp filtering automation for Cisco and Juniper routers"
homepage "http://snar.spb.ru/prog/bgpq3/"
url "https://github.com/snar/bgpq3/archive/v0.1.30.tar.gz"
sha256 "f54a285568c66deae9ad22fd647300fb5f4160426d63f35638c0be8b8b2c8cd0"
url "https://github.com/snar/bgpq3/archive/v0.1.31.tar.gz"
sha256 "839da59b153b2c748ca021d742cb9da248681e323f380e614ac546b796fbe71b"
head "https://github.com/snar/bgpq3.git"

bottle do
Expand All @@ -12,6 +12,12 @@ class Bgpq3 < Formula
sha256 "f3ba1d27e86678f9159da82b47e7597e829f4a9b6e847f63cd9b212909e986ca" => :mountain_lion
end

devel do
url "https://github.com/snar/bgpq3/archive/0.1.32-rc5.tar.gz"
sha256 "80da4ff47cc527f6c2d33eb39e41a11a75e71f85d94ce5e8206d9c6c87107c19"
version "0.1.32-rc5"
end

# Makefile: upstream has been informed of the patch through email (multiple
# times) but no plans yet to incorporate it https://github.com/snar/bgpq3/pull/2
# there was discussion about this patch for 0.1.18 and 0.1.19 as well
Expand Down

0 comments on commit 7948844

Please sign in to comment.