mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
New Version: feat: 6 bytes version of share link, close
This commit is contained in:
parent
a12dcccd8b
commit
08daeac6ea
2 changed files with 6 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 = 1.5.5
|
||||
pkgver = 1.6.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/filebrowser/filebrowser
|
||||
arch = x86_64
|
||||
|
|
@ -17,8 +17,8 @@ pkgbase = filebrowser-bin
|
|||
md5sums = d47072829df221f4ac29b9f299d964f0
|
||||
md5sums = 93513176e4f94536c504e5d5045e70f8
|
||||
md5sums = d92e60ee98664c54f68aa515a6169708
|
||||
source_x86_64 = linux-amd64-filebrowser.tar.gz::https://github.com/filebrowser/filebrowser/releases/download/v1.5.5/linux-amd64-filebrowser.tar.gz
|
||||
md5sums_x86_64 = 1d4be70957f490eb19b76771cf6a7463
|
||||
source_x86_64 = linux-amd64-filebrowser.tar.gz::https://github.com/filebrowser/filebrowser/releases/download/v1.6.0/linux-amd64-filebrowser.tar.gz
|
||||
md5sums_x86_64 = 7df03cc4e10493cbefbdb79e3fe7b50d
|
||||
|
||||
pkgname = filebrowser-bin
|
||||
|
||||
|
|
|
|||
5
PKGBUILD
5
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: axionl <axionl@aosc.io>
|
||||
pkgname=filebrowser-bin
|
||||
pkgver=1.5.5
|
||||
pkgver=1.6.0
|
||||
pkgrel=1
|
||||
pkgdesc="Web File Manager which can be used as a middleware or standalone app."
|
||||
arch=('x86_64')
|
||||
|
|
@ -21,7 +21,8 @@ md5sums=('8c32a68ea6e6c9079f989bf72bb37ba9'
|
|||
'd47072829df221f4ac29b9f299d964f0'
|
||||
'93513176e4f94536c504e5d5045e70f8'
|
||||
'd92e60ee98664c54f68aa515a6169708')
|
||||
md5sums_x86_64=('1d4be70957f490eb19b76771cf6a7463')
|
||||
md5sums_x86_64=('7df03cc4e10493cbefbdb79e3fe7b50d')
|
||||
|
||||
package() {
|
||||
dir="$srcdir"
|
||||
install -Dm644 filebrowser.service ${pkgdir}/usr/lib/systemd/system/filebrowser.service
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue