mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
update by lilac
This commit is contained in:
parent
a5ba3da6bd
commit
6ebb0fec11
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = filebrowser-bin
|
||||
pkgdesc = Web File Manager which can be used as a middleware or standalone app.
|
||||
pkgver = 2.0.7
|
||||
pkgver = 2.0.8
|
||||
pkgrel = 1
|
||||
url = https://github.com/filebrowser/filebrowser
|
||||
install = filebrowser-bin.install
|
||||
|
|
@ -14,8 +14,8 @@ pkgbase = filebrowser-bin
|
|||
sha256sums = 79a1fdb1f0b26f211242f1fdb6f3478a56890a721fe324ea7ade2e8f9a351b38
|
||||
sha256sums = 8a423af0707ac37b15ca425ec097b3d98aecd08238f7599ae9dfcce31c8cbb32
|
||||
sha256sums = 1fc20cab3a7d67d7997126a98dd151a362dc4600201ca37fd608b959d25985db
|
||||
source_x86_64 = linux-amd64-filebrowser-2.0.7.tar.gz::https://github.com/filebrowser/filebrowser/releases/download/v2.0.7/linux-amd64-filebrowser.tar.gz
|
||||
sha256sums_x86_64 = 3710c1d9659b4caafc58d69257421131c3e05619e22e1b01c3d04c45c201f348
|
||||
source_x86_64 = linux-amd64-filebrowser-2.0.8.tar.gz::https://github.com/filebrowser/filebrowser/releases/download/v2.0.8/linux-amd64-filebrowser.tar.gz
|
||||
sha256sums_x86_64 = 92d69273ba1424f859044efd19852170b192f68754b3f5a70db2c791a33e1dba
|
||||
|
||||
pkgname = filebrowser-bin
|
||||
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: axionl <axionl@aosc.io>
|
||||
# Contributor: Sherlock Holo <sherlockya(at)gmail.com>
|
||||
pkgname=filebrowser-bin
|
||||
pkgver=2.0.7
|
||||
pkgver=2.0.8
|
||||
pkgrel=1
|
||||
pkgdesc="Web File Manager which can be used as a middleware or standalone app."
|
||||
arch=('x86_64')
|
||||
|
|
@ -20,7 +20,7 @@ source_x86_64=(linux-amd64-filebrowser-$pkgver.tar.gz::https://github.com/filebr
|
|||
sha256sums=('79a1fdb1f0b26f211242f1fdb6f3478a56890a721fe324ea7ade2e8f9a351b38'
|
||||
'8a423af0707ac37b15ca425ec097b3d98aecd08238f7599ae9dfcce31c8cbb32'
|
||||
'1fc20cab3a7d67d7997126a98dd151a362dc4600201ca37fd608b959d25985db')
|
||||
sha256sums_x86_64=('3710c1d9659b4caafc58d69257421131c3e05619e22e1b01c3d04c45c201f348')
|
||||
sha256sums_x86_64=('92d69273ba1424f859044efd19852170b192f68754b3f5a70db2c791a33e1dba')
|
||||
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue