Skip to content

Commit

Permalink
alist: bump to v3.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 21, 2023
1 parent ff70952 commit 1d4382c
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.25.1
PKG_WEB_VERSION:=3.25.1
PKG_VERSION:=3.26.0
PKG_WEB_VERSION:=3.26.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:=d29ea9ea0bc0d6649a5cc4c589c977463cbf105ad7d5ad8fcfed3276520d3d4a
PKG_HASH:=6b3dbc24a9256ff55ec0670d8dc15184390f871bf4dc0589df722b83abb13fcd

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:=0074991fbb14e73435f91dce71be646312391930fcb48931bb953ff50c1bd6e9
HASH:=4c22a026c479318284f2e90aa218c436f428668c699fdee55d4a3e6a1add173a
endef

PKG_BUILD_DEPENDS:=golang/host
Expand Down

0 comments on commit 1d4382c

Please sign in to comment.