Skip to content

Commit

Permalink
alist: bump to v3.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sbwml committed Apr 27, 2023
1 parent 8805cf7 commit 5055007
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.16.1
PKG_WEB_VERSION:=3.16.1
PKG_VERSION:=3.16.2
PKG_WEB_VERSION:=3.16.2
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:=c127321f4e9dfeb877c1060067d8b6323b676fbecc500462d2ee1c313bf46e59
PKG_HASH:=10e552a1f48e1e18296bf815f1330bd56a3bcd3723b2494610041b67d21bbd63

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:=0d3414a9e36bd3abf29082c6e70a5aafd31d0a57ef5a8754367f1602455547dd
HASH:=d733195cb6848756aff2d85393330b66b549472a77547d4003ca50199caf4db4
endef

PKG_BUILD_DEPENDS:=golang/host
Expand Down

0 comments on commit 5055007

Please sign in to comment.