mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
development/git-lfs: Updated for version 2.3.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d9b05d0698
commit
f6950879ae
4 changed files with 10 additions and 10 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=git-lfs
|
||||
VERSION=${VERSION:-2.3.0}
|
||||
VERSION=${VERSION:-2.3.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="git-lfs"
|
||||
VERSION="2.3.0"
|
||||
VERSION="2.3.2"
|
||||
HOMEPAGE="https://git-lfs.github.com/"
|
||||
DOWNLOAD="https://github.com/github/git-lfs/releases/download/v2.3.0/git-lfs-linux-386-2.3.0.tar.gz"
|
||||
MD5SUM="1912a11e984ddb3d73b57935ba490ba8"
|
||||
DOWNLOAD_x86_64="https://github.com/github/git-lfs/releases/download/v2.3.0/git-lfs-linux-amd64-2.3.0.tar.gz"
|
||||
MD5SUM_x86_64="5e2c2a73a307596fa7abfd8e3bb00786"
|
||||
DOWNLOAD="https://github.com/github/git-lfs/releases/download/v2.3.2/git-lfs-linux-386-2.3.2.tar.gz"
|
||||
MD5SUM="5972bc58f66ebaf56fc5de2738adb6af"
|
||||
DOWNLOAD_x86_64="https://github.com/github/git-lfs/releases/download/v2.3.2/git-lfs-linux-amd64-2.3.2.tar.gz"
|
||||
MD5SUM_x86_64="590d89a0ccb5745584465f199dfe4ea7"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Willy Sudiarto Raharjo"
|
||||
EMAIL="willysr@slackbuilds.org"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=letsencrypt
|
||||
SRCNAM=certbot
|
||||
VERSION=${VERSION:-0.18.2}
|
||||
VERSION=${VERSION:-0.19.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="letsencrypt"
|
||||
VERSION="0.18.2"
|
||||
VERSION="0.19.0"
|
||||
HOMEPAGE="https://letsencrypt.org/"
|
||||
DOWNLOAD="https://github.com/certbot/certbot/archive/v0.18.2/certbot-0.18.2.tar.gz"
|
||||
MD5SUM="3819627fabbbbd8902d455f28ea3a729"
|
||||
DOWNLOAD="https://github.com/certbot/certbot/archive/v0.19.0/certbot-0.19.0.tar.gz"
|
||||
MD5SUM="3eeaceb7fe5b514807d8b7f4af57edc1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="configobj mock python-requests pytz python2-pythondialog zope.component pyrfc3339 psutil python-parsedatetime python-configargparse werkzeug ndg_httpsclient python-augeas pyparsing"
|
||||
|
|
Loading…
Reference in a new issue