Skip to content

Commit

Permalink
alist: bump to v3.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 5, 2024
1 parent fa2de7b commit c3d553d
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.29.1
PKG_WEB_VERSION:=3.29.0
PKG_VERSION:=3.30.0
PKG_WEB_VERSION:=3.30.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:=b7d1929d9aef511b263673dba8e5b787f695e1b4fa4555fe562f8060ee0bdea4
PKG_HASH:=68831d5177cdbae3ab294ce4263b4221c0ff687a72dd48a844d533ccb13c3efb

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:=ece9d3fd45f18eaa7376e5fc077ebeae8f67b7bcf6004a29ae58392bfc2a3d13
HASH:=04e160efc6e7169103cd424a39de0f1720e769aacc49dc0a2fcc3f1fcc6d0fee
endef

PKG_BUILD_DEPENDS:=golang/host
Expand Down

0 comments on commit c3d553d

Please sign in to comment.