mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
s3fs-fuse: update to 1.84.
This commit is contained in:
parent
cab48f63a8
commit
5ad2dee15e
1 changed files with 5 additions and 5 deletions
|
@ -1,17 +1,17 @@
|
|||
# Template file for 's3fs-fuse'
|
||||
pkgname=s3fs-fuse
|
||||
version=1.83
|
||||
revision=3
|
||||
version=1.84
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-openssl ac_cv_file__git=no"
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
makedepends="libressl-devel libcurl-devel fuse-devel libxml2-devel"
|
||||
makedepends="fuse-devel libcurl-devel libxml2-devel"
|
||||
short_desc="FUSE-based file system backed by Amazon S3"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2.1"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/s3fs-fuse/s3fs-fuse/wiki"
|
||||
distfiles="https://github.com/s3fs-fuse/s3fs-fuse/archive/v${version}.tar.gz"
|
||||
checksum=8f060accef304c1e5adde0c9d6976a3a69fd9935444a4985517c6cefa86b34ef
|
||||
checksum=39b844fe94b44af48ab8d57645a0a3fd9a64486bb54413ba7f928111cb4093a3
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue