From ecc8d1207660c8bab7ded83796b58d2d4c26303c Mon Sep 17 00:00:00 2001 From: krant Date: Tue, 6 Feb 2024 10:11:47 +0200 Subject: [PATCH] git-lfs: update to 3.4.1 - Update package URLs to the official ones Signed-off-by: krant --- net/git-lfs/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/net/git-lfs/Makefile b/net/git-lfs/Makefile index 2576bb6b0d..5a412d07cc 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.0.1 +PKG_VERSION:=3.4.1 PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://codeload.github.com/git-lfs/git-lfs/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=ea47feff8cf10855393dd20f22a7168c462043c7a654a5fd0546af0a9d28a3a2 +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_MAINTAINER:=Jan Pavlinec PKG_LICENSE:=MIT @@ -32,7 +32,7 @@ define Package/git-lfs SECTION:=net CATEGORY:=Network TITLE:=Git Large File Storage - URL:=https://git-lfs.github.com + URL:=https://git-lfs.com DEPENDS:=$(GO_ARCH_DEPENDS) +git endef -- 2.30.2