Skip to content

Commit

Permalink
alist: bump to v3.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gitea-action committed Oct 11, 2024
1 parent f9e12b6 commit 0f257b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.37.4
PKG_WEB_VERSION:=3.37.1
PKG_VERSION:=3.38.0
PKG_WEB_VERSION:=3.38.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:=0f2c54aba7ddcfd7df3e959ce40709bbd88bf4eb9b0436079db879c8eb25b51b
PKG_HASH:=bc8983900786afdc2ac3d4a60d5e71a1e5db0c2c63f00190c728974ee266ce12

PKG_LICENSE:=GPL-3.0
PKG_LICENSE_FILE:=LICENSE
Expand All @@ -23,7 +23,7 @@ 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:=0ca1fceb5291c59d5b5dcc0f3e871eac96485d39abce8495f1eb510cc12bccf6
HASH:=8c76d6863bc77e0b5da1cbae10b6cec2b3332fcb4e41f055747f4cc5ab04c06a
endef

PKG_BUILD_DEPENDS:=golang/host
Expand Down

0 comments on commit 0f257b3

Please sign in to comment.