Skip to content

Commit

Permalink
alist: bump to v3.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 4, 2023
1 parent e21b777 commit fe5e7e8
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.19.0
PKG_WEB_VERSION:=3.19.0
PKG_VERSION:=3.20.0
PKG_WEB_VERSION:=3.20.0
PKG_RELEASE:=2

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:=77080f88dc789253c46efaf7adc141a9d7250d477653db7270941b35d14f82ab
PKG_HASH:=657801b4e785e79f2d6ce861390e7c451caabc17d287a9f5f9a90265400e9f4e

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:=5f8d00dc2b805e69630e5f00878bd45571f19250675738348fef274a2d9e8d9d
HASH:=4c97a04bbbac092f15ae475a30f61935a739617c50f2c520f54d08826694661e
endef

PKG_BUILD_DEPENDS:=golang/host
Expand Down

0 comments on commit fe5e7e8

Please sign in to comment.