alist-web-bin/3.31.0-1: update

This commit is contained in:
Puqns67 2024-02-24 00:42:31 +08:00
parent ef161fe8ab
commit d3935ff866
Signed by: Puqns67
GPG Key ID: 9669DF042554F536
2 changed files with 16 additions and 3 deletions

View File

@ -0,0 +1,13 @@
pkgbase = alist-web-bin
pkgdesc = 🗂️ The front end of Alist V3 (A file list/WebDAV program that supports multiple storages, powered by Gin and Solidjs)
pkgver = 3.31.0
pkgrel = 1
url = https://github.com/alist-org/alist-web
arch = any
license = AGPL-3.0-or-later
provides = alist-web
conflicts = alist-web
source = alist-web-bin-3.31.0-dist.tar.gz::https://github.com/alist-org/alist-web/releases/download/3.31.0/dist.tar.gz
b2sums = 66c61b55e24794064a31887bd47f5b4c4d1c69eda0c3fca9a6715275298af8d32efcec0e7e098f032029fa065584fa0c58fc293b8b09b600fc1ee99d20e7aa89
pkgname = alist-web-bin

View File

@ -1,8 +1,8 @@
# Maintainer: Puqns67 <me@puqns67.icu> # Maintainer: Puqns67 <me@puqns67.icu>
pkgname='alist-web-bin' pkgname='alist-web-bin'
pkgver=3.30.0 pkgver=3.31.0
pkgrel=2 pkgrel=1
pkgdesc=' 🗂️ The front end of Alist V3 (A file list/WebDAV program that supports multiple storages, powered by Gin and Solidjs)' pkgdesc=' 🗂️ The front end of Alist V3 (A file list/WebDAV program that supports multiple storages, powered by Gin and Solidjs)'
url="https://github.com/alist-org/alist-web" url="https://github.com/alist-org/alist-web"
license=('AGPL-3.0-or-later') license=('AGPL-3.0-or-later')
@ -12,7 +12,7 @@ conflicts=("${pkgname%-bin}")
source=("${pkgname}-${pkgver}-dist.tar.gz"::"${url}/releases/download/${pkgver}/dist.tar.gz") source=("${pkgname}-${pkgver}-dist.tar.gz"::"${url}/releases/download/${pkgver}/dist.tar.gz")
sha512sums=('01c6efdab39f70148c2babf33689d13e6d5920139353ebd0d6f1f1bc17a329e25c767d1e07dc9f8074ae00985180a233416314af894a208321f2675ba60a625f') b2sums=('66c61b55e24794064a31887bd47f5b4c4d1c69eda0c3fca9a6715275298af8d32efcec0e7e098f032029fa065584fa0c58fc293b8b09b600fc1ee99d20e7aa89')
package() { package() {
install -dm755 "${pkgdir}/usr/share" install -dm755 "${pkgdir}/usr/share"