Skip to content

Commit 1d89595

Browse files
committed
Update to v0.9996.
1 parent 603eabe commit 1d89595

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

Formula/sqitch.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ def message
1414
end
1515

1616
homepage 'http://sqitch.org/'
17-
version '0.9995'
17+
version '0.9996'
1818
url "http://cpan.cpantesters.org/authors/id/D/DW/DWHEELER/App-Sqitch-#{stable.version}.tar.gz"
19-
sha256 'c29b4610ce43bd43ecfa39188f4cbb00b38c390136fcdd9984142efd99eba292'
19+
sha256 '864edde554e7cd6578e8fe2a4c17ea8eda82da878cdfd00fd9fb3c53f696fc1e'
2020
head 'https://github.com/theory/sqitch.git'
2121
depends_on Perl510
2222
depends_on 'sqitch_dependencies'

Formula/sqitch_dependencies.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
require 'formula'
22

33
class SqitchDependencies < Formula
4-
version '0.9995'
4+
version '0.9996'
55
url "https://fastapi.metacpan.org/v1/source/DWHEELER/App-Sqitch-#{stable.version}/META.json", :using => :nounzip
6-
sha256 '167857eb22f7893a02ac3886dfac67e30aa8b83e03a67bb217810de2abebe02e'
6+
sha256 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
77
homepage 'http://sqitch.org/'
88
depends_on 'cpanminus'
99
conflicts_with 'sqitch_maint_depends',

Formula/sqitch_firebird.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
class SqitchFirebird < Formula
44
homepage 'http://sqitch.org/'
5-
version '0.9995'
5+
version '0.9996'
66
depends_on 'sqitch'
77
# depends_on 'firebird' => :recommended
88

Formula/sqitch_maint_depends.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
require 'formula'
22

33
class SqitchMaintDepends < Formula
4-
version '0.9995'
4+
version '0.9996'
55
url "https://fastapi.metacpan.org/v1/source/DWHEELER/App-Sqitch-#{stable.version}/META.json", :using => :nounzip
6-
sha256 '167857eb22f7893a02ac3886dfac67e30aa8b83e03a67bb217810de2abebe02e'
6+
sha256 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
77
homepage 'http://sqitch.org/'
88
depends_on 'cpanminus'
99
conflicts_with 'sqitch_dependencies',

Formula/sqitch_mysql.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
class SqitchMysql < Formula
44
homepage 'http://sqitch.org/'
5-
version '0.9995'
5+
version '0.9996'
66
depends_on 'sqitch'
77
depends_on 'mysql' => :recommended
88

Formula/sqitch_oracle.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
class SqitchOracle < Formula
44
homepage 'http://sqitch.org/'
5-
version '0.9995'
5+
version '0.9996'
66
depends_on 'sqitch'
77

88
# Fool brew into not downloading anything by pointing it at its own README.

Formula/sqitch_pg.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
class SqitchPg < Formula
44
homepage 'http://sqitch.org/'
5-
version '0.9995'
5+
version '0.9996'
66
depends_on 'sqitch'
77
depends_on 'postgresql' => :recommended
88

Formula/sqitch_sqlite.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
class SqitchSqlite < Formula
44
homepage 'http://sqitch.org/'
5-
version '0.9995'
5+
version '0.9996'
66
depends_on 'sqitch'
77
depends_on 'sqlite'
88

Formula/sqitch_vertica.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
class SqitchVertica < Formula
44
homepage 'http://sqitch.org/'
5-
version '0.9995'
5+
version '0.9996'
66
depends_on 'sqitch'
77
# depends_on 'vertica-client'
88

0 commit comments

Comments
 (0)