Skip to content

Commit

Permalink
alist: Update to 3.34.0
Browse files Browse the repository at this point in the history
Signed-off-by: ImmortalWrt AutoUpdate Bot <github-bot@immortalwrt.org>
(cherry picked from commit 75a12c2)
  • Loading branch information
immortalwrt-bot authored and 1715173329 committed May 3, 2024
1 parent 09b5457 commit cab60eb
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.33.0
PKG_VERSION:=3.34.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:=28aea1ddae1f394b9d66ca95cf25ab86cf30cce94544783ce7ea440f15d95f77
PKG_HASH:=843d6ccc74210d6541d0c976c4b396381ca98a855a9c75b2e753e94c7f78cbad

PKG_LICENSE:=AGPL-3.0-only
PKG_LICENSE_FILES:=LICENSE
Expand Down Expand Up @@ -46,13 +46,13 @@ define Package/alist/conffiles
/etc/config/alist
endef

WEB_VERSION:=3.33.0
WEB_VERSION:=3.34.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:=50ae0539720bce7c470ac6bc47216b0e103e73636ee3a9b4b9364e2b52ca93f6
HASH:=82a634c20df88b0ce385d029d0a23a8047b825273621d08c276232fb3309442c
endef

define Build/Prepare
Expand Down

0 comments on commit cab60eb

Please sign in to comment.