mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
[lilac] updated to 2.18.0-1
This commit is contained in:
parent
080f5816bc
commit
f12733c310
2 changed files with 8 additions and 8 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = filebrowser-bin
|
||||
pkgdesc = Web File Manager which can be used as a middleware or standalone app.
|
||||
pkgver = 2.17.2
|
||||
pkgver = 2.18.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/filebrowser/filebrowser
|
||||
install = filebrowser-bin.install
|
||||
|
|
@ -15,9 +15,9 @@ pkgbase = filebrowser-bin
|
|||
sha256sums = 79a1fdb1f0b26f211242f1fdb6f3478a56890a721fe324ea7ade2e8f9a351b38
|
||||
sha256sums = 8a423af0707ac37b15ca425ec097b3d98aecd08238f7599ae9dfcce31c8cbb32
|
||||
sha256sums = 1fc20cab3a7d67d7997126a98dd151a362dc4600201ca37fd608b959d25985db
|
||||
source_x86_64 = linux-amd64-filebrowser-2.17.2.tar.gz::https://github.com/filebrowser/filebrowser/releases/download/v2.17.2/linux-amd64-filebrowser.tar.gz
|
||||
sha256sums_x86_64 = 0bc43fc6d429ab0ed76b267aa4771faaf15e1588abf946991c703aa795c7c6cd
|
||||
source_aarch64 = linux-aarch64-filebrowser-2.17.2.tar.gz::https://github.com/filebrowser/filebrowser/releases/download/v2.17.2/linux-arm64-filebrowser.tar.gz
|
||||
sha256sums_aarch64 = cb678b90dff0dcdd350c0c5997ea5a9d98d1fd2fbad09830f4f45837ffe62833
|
||||
source_x86_64 = linux-amd64-filebrowser-2.18.0.tar.gz::https://github.com/filebrowser/filebrowser/releases/download/v2.18.0/linux-amd64-filebrowser.tar.gz
|
||||
sha256sums_x86_64 = 09fac667a829aec4370208e887926bf4adb72c4b210259bfccf47ec6a8473977
|
||||
source_aarch64 = linux-aarch64-filebrowser-2.18.0.tar.gz::https://github.com/filebrowser/filebrowser/releases/download/v2.18.0/linux-arm64-filebrowser.tar.gz
|
||||
sha256sums_aarch64 = 8ebc0161256dea404a4bafe07ff779951d5b3c8b09c831a7ade6dfc11450143c
|
||||
|
||||
pkgname = filebrowser-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: axionl <axionl@aosc.io>
|
||||
# Contributor: Sherlock Holo <sherlockya(at)gmail.com>
|
||||
pkgname=filebrowser-bin
|
||||
pkgver=2.17.2
|
||||
pkgver=2.18.0
|
||||
pkgrel=1
|
||||
pkgdesc="Web File Manager which can be used as a middleware or standalone app."
|
||||
arch=('x86_64' 'aarch64')
|
||||
|
|
@ -20,8 +20,8 @@ source_aarch64=("linux-aarch64-filebrowser-${pkgver}.tar.gz::https://github.com/
|
|||
sha256sums=('79a1fdb1f0b26f211242f1fdb6f3478a56890a721fe324ea7ade2e8f9a351b38'
|
||||
'8a423af0707ac37b15ca425ec097b3d98aecd08238f7599ae9dfcce31c8cbb32'
|
||||
'1fc20cab3a7d67d7997126a98dd151a362dc4600201ca37fd608b959d25985db')
|
||||
sha256sums_x86_64=('0bc43fc6d429ab0ed76b267aa4771faaf15e1588abf946991c703aa795c7c6cd')
|
||||
sha256sums_aarch64=('cb678b90dff0dcdd350c0c5997ea5a9d98d1fd2fbad09830f4f45837ffe62833')
|
||||
sha256sums_x86_64=('09fac667a829aec4370208e887926bf4adb72c4b210259bfccf47ec6a8473977')
|
||||
sha256sums_aarch64=('8ebc0161256dea404a4bafe07ff779951d5b3c8b09c831a7ade6dfc11450143c')
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue