Skip to content

Commit 8f5f06b

Browse files
Updated sqitch version.
Signed-off-by: sreepuramsudheer <[email protected]>
1 parent d3edd31 commit 8f5f06b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

omnibus_overrides.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
override :perl, version: "5.34.0"
1111
override :redis, version: "5.0.14"
1212
override :runit, version: "2.1.1" #standalone upgrade is failing, Needs to be reverted to 2.1.2 after fixing the umbrella
13-
override :sqitch, version: "0.973"
13+
override :sqitch, version: "1.4.0"
1414

1515
override :logrotate, version: "3.19.0"
1616

src/bookshelf/habitat/plan.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pkg_deps=(
77
core/cacerts
88
core/coreutils
99
core/gcc-libs
10-
core/sqitch_pg
10+
core/sqitch
1111
)
1212
pkg_build_deps=(core/make core/git core/gcc)
1313
pkg_bin_dirs=(bin)

src/oc-id/habitat/plan.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pkg_origin=chef
33
pkg_maintainer="The Chef Server Maintainers <[email protected]>"
44
pkg_license=('Apache-2.0')
55
pkg_deps=(
6-
core/sqitch_pg
6+
core/sqitch
77
core/curl
88
core/node14
99
core/ruby31/3.1.6/20240912144513

src/oc_bifrost/habitat/plan.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pkg_deps=(
88
core/coreutils
99
core/curl
1010
core/gcc-libs
11-
core/sqitch_pg
11+
core/sqitch
1212
)
1313
pkg_build_deps=(core/make core/git core/gcc)
1414
pkg_bin_dirs=(bin)

src/oc_erchef/habitat/plan.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pkg_deps=(
1010
core/openssl
1111
core/gcc-libs
1212
core/ruby31/3.1.6/20240912144513
13-
core/sqitch_pg
13+
core/sqitch
1414
core/gecode
1515
core/libffi
1616
core/glibc

0 commit comments

Comments
 (0)