Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unpin openresty and update plan.sh #3781

Merged
merged 2 commits into from
Apr 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion omnibus_overrides.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
override :logrotate, version: "3.19.0"

# update `src/openresty-noroot/habitat/plan.sh` when updating this version.
override :openresty, version: "1.21.4.1rc1"
override :openresty, version: "1.25.3.1"
4 changes: 2 additions & 2 deletions src/openresty-noroot/habitat/plan.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
pkg_name=openresty-noroot
pkg_origin=chef
pkg_version=1.21.4.1rc1
pkg_version=1.25.3.1
pkg_description="Scalable Web Platform by Extending NGINX with Lua"
pkg_maintainer="The Chef Server Maintainers <support@chef.io>"
pkg_license=('BSD-2-Clause')
pkg_source=https://openresty.org/download/openresty-${pkg_version}.tar.gz
pkg_dirname=openresty-${pkg_version}
pkg_filename=openresty-${pkg_version}.tar.gz
pkg_upstream_url=http://openresty.org/
pkg_shasum=1cb216bc57a253149cb5c4b815bfe00e1c0713e7355774bbc26cf306d2ff632f
pkg_shasum=32ec1a253a5a13250355a075fe65b7d63ec45c560bbe213350f0992a57cd79df
pkg_deps=(
core/bzip2
core/coreutils
Expand Down
Loading