Skip to content

Commit

Permalink
update 2025-01-28 04:21:18
Browse files Browse the repository at this point in the history
  • Loading branch information
kenzok8 committed Jan 27, 2025
1 parent 1232519 commit 92952fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions alist/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=alist
PKG_VERSION:=3.41.0
PKG_WEB_VERSION:=3.41.0
PKG_VERSION:=3.42.0
PKG_WEB_VERSION:=3.42.0
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/alist-org/alist/tar.gz/v$(PKG_VERSION)?
PKG_HASH:=0336a1c0089d558e7e3efd0337e51e9c45bc80f22ee8a71103e12417a7d647a2
PKG_HASH:=e9d0370c6bbeaf7e3d25b8865b000892bcc1d61f3604b744b6778ba46281dc9a

PKG_LICENSE:=GPL-3.0
PKG_LICENSE_FILE:=LICENSE
Expand All @@ -23,7 +23,7 @@ define Download/$(PKG_NAME)-web
FILE:=$(PKG_NAME)-web-$(PKG_WEB_VERSION).tar.gz
URL_FILE:=dist.tar.gz
URL:=https://github.com/alist-org/alist-web/releases/download/$(PKG_WEB_VERSION)/
HASH:=7fbc3e83874fca15eb6590aad2c09cd6eb4f15aa7febe2b25a961ea56ba5265b
Hash:685dd13b4da39e253085d82fd11074f051b1cbc40238479421763b3d2e49b2f0
endef

PKG_BUILD_DEPENDS:=golang/host
Expand Down

0 comments on commit 92952fc

Please sign in to comment.