git-lfs: update to 3.4.1
This commit is contained in:
committed by
مهدي شينون (Mehdi Chinoune)
parent
d76b8cf00d
commit
0ef575da8f
@@ -3,26 +3,25 @@
|
||||
_realname=git-lfs
|
||||
pkgbase=mingw-w64-${_realname}
|
||||
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
|
||||
pkgver=3.4.0
|
||||
pkgver=3.4.1
|
||||
pkgsrc=${_realname}-${pkgver}
|
||||
pkgrel=1
|
||||
arch=(any)
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||
pkgdesc="An open source Git extension for versioning large files (mingw-w64)"
|
||||
url="https://git-lfs.github.com/"
|
||||
license=('spdx:MIT')
|
||||
options=('!strip')
|
||||
depends=("git")
|
||||
makedepends=("unzip"
|
||||
"patch"
|
||||
"${MINGW_PACKAGE_PREFIX}-go"
|
||||
#"${MINGW_PACKAGE_PREFIX}-ruby"
|
||||
)
|
||||
options=('!strip')
|
||||
source=("${pkgsrc}.tar.gz::https://github.com/git-lfs/git-lfs/releases/download/v${pkgver}/${_realname}-v${pkgver}.tar.gz"
|
||||
"https://github.com/git-lfs/git-lfs/commit/de6a135d731b9e98ca9da043f346794ea6bc4ecb.patch")
|
||||
# Extract sources ourselves (avoid bsdtar failure in pull #2406)
|
||||
noextract=(${pkgsrc}.tar.gz)
|
||||
sha256sums=('d65795242550a9ed823979282cc3572a7b221f9be3440b9bf3a1d6d81c51a416'
|
||||
sha256sums=('89acbe51799c5d7bdf6d8e6704fcd1a07735ee7d1ed67a0bc646a5d9a9d1099f'
|
||||
'e095c7cbbc5a7409988b569903738bbea9b30127f40afb711b45a6dd60cab44e')
|
||||
|
||||
prepare() {
|
||||
|
||||
Reference in New Issue
Block a user