Skip to content

Commit

Permalink
alist: bump to v3.39.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gitea-action committed Nov 3, 2024
1 parent 0f257b3 commit 8aeb713
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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.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
Expand All @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 8aeb713

Please sign in to comment.