Browse Source

fix tracking

master
parent
commit
dc9467f9b6
  1. 4
      letsencrypt/letsencrypt.spec

4
letsencrypt/letsencrypt.spec

@ -36,7 +36,7 @@ Class: EVAL
Group: Cryptography Group: Cryptography
License: Apache License: Apache
Version: %{V_opkg} Version: %{V_opkg}
Release: 20160305 Release: 20160306
# list of sources # list of sources
Source0: https://github.com/letsencrypt/letsencrypt/archive/v%{V_dist}.tar.gz Source0: https://github.com/letsencrypt/letsencrypt/archive/v%{V_dist}.tar.gz
@ -57,7 +57,7 @@ PreReq: python-setup, python-util, python-www, python-time, python-dialog,
prog letsencrypt = { prog letsencrypt = {
version = %{V_dist} version = %{V_dist}
url = https://github.com/letsencrypt/letsencrypt/releases url = https://github.com/letsencrypt/letsencrypt/releases
regex = v(\d+\.\d+\.\d+.)\.tar\.gz regex = v(\d+\.\d+\.\d+)\.tar\.gz
} }
%prep %prep

Loading…
Cancel
Save