Skip to content

Commit c95a809

Browse files
[┐∵]┘GitLab Dependency Botbalasankarc
authored andcommitted
Update nginx-module-vts from 0.1.18 to 0.2.0
Changelog: changed
1 parent cc44623 commit c95a809

File tree

2 files changed

+1
-30
lines changed

2 files changed

+1
-30
lines changed

config/patches/nginx-module-vts/fix-compile-errors-in-gcc-11.patch

Lines changed: 0 additions & 25 deletions
This file was deleted.

config/software/nginx-module-vts.rb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
require "#{Omnibus::Config.project_root}/lib/gitlab/version"
2020

2121
name 'nginx-module-vts'
22-
version = Gitlab::Version.new('nginx-module-vts', '0.1.18')
22+
version = Gitlab::Version.new('nginx-module-vts', '0.2.2')
2323
default_version version.print
2424

2525
license 'BSD-2-Clause'
@@ -29,8 +29,4 @@
2929

3030
source git: version.remote
3131

32-
build do
33-
patch source: 'fix-compile-errors-in-gcc-11.patch'
34-
end
35-
3632
# This is a source-only package for nginx.

0 commit comments

Comments
 (0)