diff options
author | krant <aleksey.vasilenko@gmail.com> | 2024-02-06 10:11:47 +0200 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2024-02-07 13:55:38 -0800 |
commit | ecc8d1207660c8bab7ded83796b58d2d4c26303c (patch) | |
tree | 7e860a5260170f13d8c7464a1a17a6594c7f7844 /net/git-lfs/Makefile | |
parent | fb3d67801e07c4bd3d971136c049d8f02b7e360e (diff) |
git-lfs: update to 3.4.1
- Update package URLs to the official ones
Signed-off-by: krant <aleksey.vasilenko@gmail.com>
Diffstat (limited to 'net/git-lfs/Makefile')
-rw-r--r-- | net/git-lfs/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/git-lfs/Makefile b/net/git-lfs/Makefile index 2576bb6b0..5a412d07c 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 <jan.pavlinec1@gmail.com> 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 |