|
|
|
@ -23,7 +23,7 @@
|
|
|
|
|
|
|
|
|
|
# package version |
|
|
|
|
%define V_opkg 0.6.7 |
|
|
|
|
%define V_dist 20200122 |
|
|
|
|
%define V_dist 20200125 |
|
|
|
|
|
|
|
|
|
# package information |
|
|
|
|
Name: supervisord-go |
|
|
|
@ -36,7 +36,7 @@ Class: EVAL
|
|
|
|
|
Group: System |
|
|
|
|
License: MIT |
|
|
|
|
Version: %{V_opkg}.%{V_dist} |
|
|
|
|
Release: 20200122 |
|
|
|
|
Release: 20200125 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: http://download.openpkg.org/components/versioned/supervisord/supervisord-%{V_dist}.tar.xz |
|
|
|
@ -58,7 +58,7 @@ Provides: supervisord = %{version}
|
|
|
|
|
prog supervisord-go:release = { |
|
|
|
|
version = %{V_opkg} |
|
|
|
|
url = https://github.com/ochinchina/supervisord/releases |
|
|
|
|
regex = v(__VER__)\.tar\.gz |
|
|
|
|
regex = v(\d+\.\d+\.\d+)\.tar\.gz |
|
|
|
|
} |
|
|
|
|
prog supervisord-go:snapshot = { |
|
|
|
|
version = %{V_dist} |
|
|
|
|