diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-08-20 20:11:25 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-08-20 20:22:59 +0000 |
commit | d05f8f47e0de82195b8b66a950a6eb0ea243e382 (patch) | |
tree | a14418694db3add79466bf2b6283edc2af8e18b3 /community/git-lfs | |
parent | fed3f7f792cd223bc3ed8b38dc6bcf40e5a84717 (diff) | |
download | aports-d05f8f47e0de82195b8b66a950a6eb0ea243e382.tar.bz2 aports-d05f8f47e0de82195b8b66a950a6eb0ea243e382.tar.xz |
community/git-lfs: upgrade to 2.8.0
Diffstat (limited to 'community/git-lfs')
-rw-r--r-- | community/git-lfs/APKBUILD | 8 | ||||
-rw-r--r-- | community/git-lfs/fix-test-locks.patch | 13 |
2 files changed, 3 insertions, 18 deletions
diff --git a/community/git-lfs/APKBUILD b/community/git-lfs/APKBUILD index 5ae31e334d..7dca7b7ef4 100644 --- a/community/git-lfs/APKBUILD +++ b/community/git-lfs/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Jakub Jirutka <jakub@jirutka.cz> # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=git-lfs -pkgver=2.7.2 -pkgrel=1 +pkgver=2.8.0 +pkgrel=0 pkgdesc="Git extension for versioning large files" url="https://git-lfs.github.io/" arch="all" @@ -13,7 +13,6 @@ checkdepends="bash coreutils git-daemon perl-utils" install="$pkgname.post-install $pkgname.pre-deinstall" subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/git-lfs/$pkgname/archive/v$pkgver.tar.gz - fix-test-locks.patch makefile-extra_go_flags.patch " @@ -54,6 +53,5 @@ cleanup_srcdir() { default_cleanup_srcdir } -sha512sums="cd71815eb418b7acaf077de4873ff49d332f71151c1212ca4fe3a2d0e079bad873894bb416488f272777153cc3422deecf17a849cd67f150b44eb094a09ae8be git-lfs-2.7.2.tar.gz -a551d99af1770ea1d1cd9ccc0fcbed6d7d79fe81da6d3dff2462473ee531b95ca36c7759e48ece5bff1162db3d4ca05b17dd59d5f5e355aef84297c36cb4acf2 fix-test-locks.patch +sha512sums="02a4b2a090de66e1a4ccf41aa219f1f843bf5db731122fc4e89886ae0a8a358df2b0f33a551d2d635a890464df0932c493e4d105cb7921ac8a839b7bcba2242a git-lfs-2.8.0.tar.gz 2d793da75b37324936407948fdb634ff4c510c4dd4d3575c2459b81a0a6eb8f2464f5066ae99e88d5bf69e357fd60354b9d9d53e062cb6ba709f5f3a39858466 makefile-extra_go_flags.patch" diff --git a/community/git-lfs/fix-test-locks.patch b/community/git-lfs/fix-test-locks.patch deleted file mode 100644 index fb4dd641df..0000000000 --- a/community/git-lfs/fix-test-locks.patch +++ /dev/null @@ -1,13 +0,0 @@ -This is probably a typo. I have no idea why it does not fail for upstream... - ---- a/t/t-locks.sh -+++ b/t/t-locks.sh -@@ -129,7 +129,7 @@ - - for i in $(seq 1 5); do - git lfs lock --json "h_$i.dat" | tee lock.log -- assert_server_lock "$reponame" "$(assert_lock "lock.log" "h_$1.dat")" -+ assert_server_lock "$reponame" "$(assert_lock "lock.log" "h_$i.dat")" - done - - # The server will return, at most, three locks at a time |