Skip to content

Commit

Permalink
alist: Update to 3.22.1
Browse files Browse the repository at this point in the history
Signed-off-by: ImmortalWrt AutoUpdate Bot <[email protected]>
  • Loading branch information
immortalwrt-bot authored and 1715173329 committed Jul 18, 2023
1 parent 794f576 commit 0e3e8e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions net/alist/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=alist
PKG_VERSION:=3.20.1
PKG_VERSION:=3.22.1
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:=c30e6dfdb0e39615bfcecb17da3a9a643054c6f0eb819d5f45148d2cd0ce2955
PKG_HASH:=d7ca163b972aa861ed4dde2fb37065ffa10bccc5273d88accfcfb633bf079fa7

PKG_LICENSE:=AGPL-3.0-only
PKG_LICENSE_FILES:=LICENSE
Expand All @@ -36,13 +36,13 @@ define Package/alist
DEPENDS:=$(GO_ARCH_DEPENDS) +ca-bundle +fuse-utils
endef

WEB_VERSION:=3.20.0
WEB_VERSION:=3.22.0
WEB_FILE:=$(PKG_NAME)-web-$(WEB_VERSION).tar.gz
define Download/alist-web
URL:=https://github.com/alist-org/alist-web/releases/download/$(WEB_VERSION)/
URL_FILE:=dist.tar.gz
FILE:=$(WEB_FILE)
HASH:=4c97a04bbbac092f15ae475a30f61935a739617c50f2c520f54d08826694661e
HASH:=aff30e21c90ec3a456ccb29b5bd09bbac8a90f6074b7851a7613f062e74dad45
endef

define Build/Prepare
Expand Down

0 comments on commit 0e3e8e1

Please sign in to comment.