Browse Source

upgrading package: nexus 3.30.0 -> 3.34.0

master
parent
commit
345a2bbc44
  1. 10
      nexus/nexus.spec

10
nexus/nexus.spec

@ -22,9 +22,9 @@
## ##
# package version # package version
%define V_opkg 3.30.0 %define V_opkg 3.34.0
%define V_dist 3.30.0-01 %define V_dist 3.34.0-01
%define V_subdir 3.30.0-01 %define V_subdir 3.34.0-01
# package information # package information
Name: nexus Name: nexus
@ -37,7 +37,7 @@ Class: PLUS
Group: Database Group: Database
License: AGPL License: AGPL
Version: %{V_opkg} Version: %{V_opkg}
Release: 20210401 Release: 20210902
# list of sources # list of sources
Source0: http://download.sonatype.com/nexus/3/nexus-%{V_dist}-unix.tar.gz Source0: http://download.sonatype.com/nexus/3/nexus-%{V_dist}-unix.tar.gz
@ -59,7 +59,7 @@ PreReq: OpenPKG, openpkg >= 20160101, java, JAVA-JDK
%track %track
prog nexus = { prog nexus = {
version = %{V_dist} version = %{V_dist}
url = https://www.sonatype.com/download-oss-sonatype url = https://www.sonatype.com/products/repository-oss-download
regex = nexus-(\d+\.\d+\.\d+-\d+)-unix\.tar\.gz regex = nexus-(\d+\.\d+\.\d+-\d+)-unix\.tar\.gz
} }

Loading…
Cancel
Save