diff options
Diffstat (limited to 'net/git-lfs')
-rw-r--r-- | net/git-lfs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/git-lfs/Makefile b/net/git-lfs/Makefile index 5a412d07c..3c2b43205 100644 --- a/net/git-lfs/Makefile +++ b/net/git-lfs/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=git-lfs -PKG_VERSION:=3.4.1 +PKG_VERSION:=3.5.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/git-lfs/git-lfs/releases/download/v$(PKG_VERSION) -PKG_HASH:=89acbe51799c5d7bdf6d8e6704fcd1a07735ee7d1ed67a0bc646a5d9a9d1099f +PKG_HASH:=fc19c7316e80a6ef674aa4e1863561c1263cd4ce0588b9989e4be9461664d752 PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec1@gmail.com> PKG_LICENSE:=MIT |