-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0f257b3
commit 8aeb713
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,13 +7,13 @@ | |
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=alist | ||
PKG_VERSION:=3.38.0 | ||
PKG_WEB_VERSION:=3.38.0 | ||
PKG_VERSION:=3.39.1 | ||
PKG_WEB_VERSION:=3.39.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:=bc8983900786afdc2ac3d4a60d5e71a1e5db0c2c63f00190c728974ee266ce12 | ||
PKG_SOURCE_URL:=https://codeload.github.com/AlistGo/alist/tar.gz/v$(PKG_VERSION)? | ||
PKG_HASH:=f211a3b35b6c600a94dbee9041cb5e167284613be383c5944afef6b0b86ab330 | ||
|
||
PKG_LICENSE:=GPL-3.0 | ||
PKG_LICENSE_FILE:=LICENSE | ||
|
@@ -22,8 +22,8 @@ PKG_MAINTAINER:=sbwml <[email protected]> | |
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:=8c76d6863bc77e0b5da1cbae10b6cec2b3332fcb4e41f055747f4cc5ab04c06a | ||
URL:=https://github.com/AlistGo/alist-web/releases/download/$(PKG_WEB_VERSION)/ | ||
HASH:=59f5dae6fed76ca708b12a7a6323ef85cdee48861ffafb8864c785b7d7c36e89 | ||
endef | ||
|
||
PKG_BUILD_DEPENDS:=golang/host | ||
|
@@ -48,7 +48,7 @@ define Package/$(PKG_NAME) | |
CATEGORY:=Network | ||
SUBMENU:=Web Servers/Proxies | ||
TITLE:=A file list program that supports multiple storage | ||
URL:=https://alist.nn.ci/ | ||
URL:=http://www.alistgo.com | ||
DEPENDS:=$(GO_ARCH_DEPENDS) +ca-bundle | ||
endef | ||
|
||
|