mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
feat: readd caddy to this repo
This commit is contained in:
parent
987a58944d
commit
b831769a01
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 = 1.5.0
|
||||
pkgver = 1.5.2
|
||||
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.0/linux-amd64-filebrowser.tar.gz
|
||||
md5sums_x86_64 = 62c40a4f5da3a6fb8ae6a596a363f4f0
|
||||
source_x86_64 = linux-amd64-filebrowser.tar.gz::https://github.com/filebrowser/filebrowser/releases/download/v1.5.2/linux-amd64-filebrowser.tar.gz
|
||||
md5sums_x86_64 = 8835461bca3cc7d9141d436c310168a1
|
||||
|
||||
pkgname = filebrowser-bin
|
||||
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: axionl <axionl@aosc.io>
|
||||
pkgname=filebrowser-bin
|
||||
pkgver=1.5.0
|
||||
pkgver=1.5.2
|
||||
pkgrel=1
|
||||
pkgdesc="Web File Manager which can be used as a middleware or standalone app."
|
||||
arch=('x86_64')
|
||||
|
|
@ -21,7 +21,7 @@ md5sums=('8c32a68ea6e6c9079f989bf72bb37ba9'
|
|||
'd47072829df221f4ac29b9f299d964f0'
|
||||
'93513176e4f94536c504e5d5045e70f8'
|
||||
'd92e60ee98664c54f68aa515a6169708')
|
||||
md5sums_x86_64=('62c40a4f5da3a6fb8ae6a596a363f4f0')
|
||||
md5sums_x86_64=('8835461bca3cc7d9141d436c310168a1')
|
||||
|
||||
package() {
|
||||
dir="$srcdir"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue