Browse Source
git-lfs: update to 2.9.0
%ci:reset-backlog
emacs-27
Leonid Plyushch
5 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with
2 additions and
5 deletions
-
packages/git-lfs/build.sh
|
|
@ -2,14 +2,11 @@ TERMUX_PKG_HOMEPAGE=https://git-lfs.github.com/ |
|
|
|
TERMUX_PKG_DESCRIPTION="Git extension for versioning large files" |
|
|
|
TERMUX_PKG_LICENSE="MIT" |
|
|
|
TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com>" |
|
|
|
TERMUX_PKG_VERSION=2.8.0 |
|
|
|
TERMUX_PKG_REVISION=1 |
|
|
|
TERMUX_PKG_VERSION=2.9.0 |
|
|
|
TERMUX_PKG_SRCURL=https://github.com/git-lfs/git-lfs/archive/v$TERMUX_PKG_VERSION.tar.gz |
|
|
|
TERMUX_PKG_SHA256=10b476bb8862ebceddc6f0a55f5fb63e2c1e5bed6554f6e3b207dd0155a196ad |
|
|
|
TERMUX_PKG_SHA256=f1963ad88747577ffeeb854649aeacaa741c59be74683da4d46b129a72d111b7 |
|
|
|
|
|
|
|
termux_step_make() { |
|
|
|
echo 'replace github.com/git-lfs/go-ntlm v0.0.0-20190307203151-c5056e7fa066 => github.com/git-lfs/go-ntlm c5056e7fa066' >> $TERMUX_PKG_SRCDIR/go.mod |
|
|
|
|
|
|
|
termux_setup_golang |
|
|
|
export GOPATH=$TERMUX_PKG_BUILDDIR |
|
|
|
|
|
|
|