|
|
|
@ -22,8 +22,8 @@
|
|
|
|
|
## |
|
|
|
|
|
|
|
|
|
# package version |
|
|
|
|
%define V_opkg 20150408 |
|
|
|
|
%define V_dist 20150408 |
|
|
|
|
%define V_opkg 20150417 |
|
|
|
|
%define V_dist 20150417 |
|
|
|
|
|
|
|
|
|
# package information |
|
|
|
|
Name: cfssl |
|
|
|
@ -36,7 +36,7 @@ Class: EVAL
|
|
|
|
|
Group: Network |
|
|
|
|
License: MIT |
|
|
|
|
Version: %{V_opkg} |
|
|
|
|
Release: 20150408 |
|
|
|
|
Release: 20150417 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: http://download.openpkg.org/components/versioned/cfssl/cfssl-%{V_dist}.tar.xz |
|
|
|
@ -58,7 +58,7 @@ PreReq: OpenPKG, openpkg >= 20120101
|
|
|
|
|
prog cfssl = { |
|
|
|
|
version = %{version} |
|
|
|
|
url = http://download.openpkg.org/components/versioned/cfssl/ |
|
|
|
|
regex = cfssl-(__VER__)\.tar\.gz |
|
|
|
|
regex = cfssl-(__VER__)\.tar\.xz |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
%prep |
|
|
|
|