mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to 1.11.0
This commit is contained in:
parent
9900276aaf
commit
bd9f191125
2 changed files with 11 additions and 9 deletions
11
.SRCINFO
11
.SRCINFO
|
|
@ -1,12 +1,13 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Wed Jan 9 11:56:02 UTC 2019
|
||||
pkgbase = filebrowser-bin
|
||||
pkgdesc = Web File Manager which can be used as a middleware or standalone app.
|
||||
pkgver = 1.10.0
|
||||
pkgrel = 2
|
||||
pkgver = 1.11.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/filebrowser/filebrowser
|
||||
install = filebrowser-bin.install
|
||||
arch = x86_64
|
||||
license = Apache
|
||||
depends = glibc
|
||||
provides = filebrowser
|
||||
conflicts = filebrowser
|
||||
source = filebrowser@.service
|
||||
|
|
@ -17,8 +18,8 @@ pkgbase = filebrowser-bin
|
|||
sha256sums = 211e8101821612d9c142ce05db565379845e735ec8f8891e3fa76111a65db799
|
||||
sha256sums = 82e9879a58d21f4ca4a28315f94ffdadfbbf461752e63252bf12b91de93bc9c8
|
||||
sha256sums = 1fc20cab3a7d67d7997126a98dd151a362dc4600201ca37fd608b959d25985db
|
||||
source_x86_64 = https://github.com/filebrowser/filebrowser/releases/download/v1.10.0/linux-amd64-filebrowser.tar.gz
|
||||
sha256sums_x86_64 = 939262a5190758250a14af9645a9183d5bf8e60520a3475f87f782175ec88c21
|
||||
source_x86_64 = https://github.com/filebrowser/filebrowser/releases/download/v1.11.0/linux-amd64-filebrowser.tar.gz
|
||||
sha256sums_x86_64 = 48ffb5fe1280672e1ef3a62caae4e7948d19ad9e8b90cc566579781fcd5f6b01
|
||||
|
||||
pkgname = filebrowser-bin
|
||||
|
||||
|
|
|
|||
9
PKGBUILD
9
PKGBUILD
|
|
@ -1,12 +1,13 @@
|
|||
# Maintainer: axionl <axionl@aosc.io>
|
||||
# Contributor: Sherlock Holo <sherlockya(at)gmail.com>
|
||||
pkgname=filebrowser-bin
|
||||
pkgver=1.10.0
|
||||
pkgrel=2
|
||||
pkgver=1.11.0
|
||||
pkgrel=1
|
||||
pkgdesc="Web File Manager which can be used as a middleware or standalone app."
|
||||
arch=('x86_64')
|
||||
url="https://github.com/filebrowser/filebrowser"
|
||||
license=('Apache')
|
||||
depends=('glibc')
|
||||
#depends=('glibc')
|
||||
provides=("filebrowser")
|
||||
conflicts=("filebrowser")
|
||||
install="$pkgname.install"
|
||||
|
|
@ -20,7 +21,7 @@ sha256sums=('a02170d454ca64905b1b5bfe00311afdac4da099eeb14f594e3be9d08bc07af9'
|
|||
'211e8101821612d9c142ce05db565379845e735ec8f8891e3fa76111a65db799'
|
||||
'82e9879a58d21f4ca4a28315f94ffdadfbbf461752e63252bf12b91de93bc9c8'
|
||||
'1fc20cab3a7d67d7997126a98dd151a362dc4600201ca37fd608b959d25985db')
|
||||
sha256sums_x86_64=('939262a5190758250a14af9645a9183d5bf8e60520a3475f87f782175ec88c21')
|
||||
sha256sums_x86_64=('48ffb5fe1280672e1ef3a62caae4e7948d19ad9e8b90cc566579781fcd5f6b01')
|
||||
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue