mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
git-lfs: update to 3.4.1
- Update package URLs to the official ones Signed-off-by: krant <aleksey.vasilenko@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user