Browse Source

update snapshot

master
parent
commit
72e6231441
  1. 8
      cfssl/cfssl.spec

8
cfssl/cfssl.spec

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

Loading…
Cancel
Save