Skip to content

Commit

Permalink
alist: Update to 3.37.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 committed Sep 9, 2024
1 parent 815f984 commit 3e1488f
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.36.0
PKG_VERSION:=3.37.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:=809072becc16613755c33286c5b19539f81dcb2b40f0c4cd4838c4614946c874
PKG_HASH:=528a967fc26d3d74c33c4efc2baa8cf5a64e82c167c582e749724fcefae10ce5

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

WEB_VERSION:=3.36.0
WEB_VERSION:=3.37.1
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:=b997d3ecf92f447cc1daca9b1ae9b9dc3f28445589db3dc054174ecc15a600a9
HASH:=0ca1fceb5291c59d5b5dcc0f3e871eac96485d39abce8495f1eb510cc12bccf6
endef

define Build/Prepare
Expand Down

0 comments on commit 3e1488f

Please sign in to comment.