Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] fuse3: update to 3.8.0.
@ 2019-11-04 23:31 voidlinux-github
  2019-11-05 20:36 ` [PR PATCH] [Updated] " voidlinux-github
  2019-11-06  7:06 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 2 replies; 3+ messages in thread
From: voidlinux-github @ 2019-11-04 23:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 312 bytes --]

There is a new pull request by ailiop-git against master on the void-packages repository

https://github.com/ailiop-git/void-packages fuse3
https://github.com/void-linux/void-packages/pull/16125

fuse3: update to 3.8.0.


A patch file from https://github.com/void-linux/void-packages/pull/16125.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fuse3-16125.patch --]
[-- Type: text/x-diff, Size: 1273 bytes --]

From 9029d7c2c1a712c534c15f9f3fe835818af10509 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Tue, 5 Nov 2019 00:30:09 +0100
Subject: [PATCH] fuse3: update to 3.8.0.

---
 srcpkgs/fuse3/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/fuse3/template b/srcpkgs/fuse3/template
index 87ca26bb94e..35c8b962346 100644
--- a/srcpkgs/fuse3/template
+++ b/srcpkgs/fuse3/template
@@ -1,6 +1,6 @@
 # Template file for 'fuse3'
 pkgname=fuse3
-version=3.7.0
+version=3.8.0
 revision=1
 wrksrc="fuse-${version}"
 build_style=meson
@@ -8,11 +8,11 @@ configure_args="--sbindir=bin -Db_lto=false -Duseroot=false"
 hostmakedepends="pkg-config"
 makedepends="eudev-libudev-devel"
 short_desc="Filesystem in Userspace 3.x"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://github.com/libfuse/libfuse"
 distfiles="https://github.com/libfuse/libfuse/releases/download/fuse-${version}/fuse-${version}.tar.xz"
-checksum=3aea4766da5e2751aba82e8f77047d5d3c412bc3c298e4ec9532e59d7bd73a7a
+checksum=4a464f6df782a1dca1f7e85bf64ff6ece9547b389557aae4160371cb1c898d61
 conf_files="/etc/fuse.conf"
 
 post_install() {

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] fuse3: update to 3.8.0.
  2019-11-04 23:31 [PR PATCH] fuse3: update to 3.8.0 voidlinux-github
@ 2019-11-05 20:36 ` voidlinux-github
  2019-11-06  7:06 ` [PR PATCH] [Merged]: " voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-11-05 20:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 317 bytes --]

There is an updated pull request by ailiop-git against master on the void-packages repository

https://github.com/ailiop-git/void-packages fuse3
https://github.com/void-linux/void-packages/pull/16125

fuse3: update to 3.8.0.


A patch file from https://github.com/void-linux/void-packages/pull/16125.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fuse3-16125.patch --]
[-- Type: text/x-diff, Size: 1273 bytes --]

From 8114b67dc72cc2e3ec954ba6731920896544a551 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Tue, 5 Nov 2019 00:30:09 +0100
Subject: [PATCH] fuse3: update to 3.8.0.

---
 srcpkgs/fuse3/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/fuse3/template b/srcpkgs/fuse3/template
index 87ca26bb94e..35c8b962346 100644
--- a/srcpkgs/fuse3/template
+++ b/srcpkgs/fuse3/template
@@ -1,6 +1,6 @@
 # Template file for 'fuse3'
 pkgname=fuse3
-version=3.7.0
+version=3.8.0
 revision=1
 wrksrc="fuse-${version}"
 build_style=meson
@@ -8,11 +8,11 @@ configure_args="--sbindir=bin -Db_lto=false -Duseroot=false"
 hostmakedepends="pkg-config"
 makedepends="eudev-libudev-devel"
 short_desc="Filesystem in Userspace 3.x"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://github.com/libfuse/libfuse"
 distfiles="https://github.com/libfuse/libfuse/releases/download/fuse-${version}/fuse-${version}.tar.xz"
-checksum=3aea4766da5e2751aba82e8f77047d5d3c412bc3c298e4ec9532e59d7bd73a7a
+checksum=4a464f6df782a1dca1f7e85bf64ff6ece9547b389557aae4160371cb1c898d61
 conf_files="/etc/fuse.conf"
 
 post_install() {

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: fuse3: update to 3.8.0.
  2019-11-04 23:31 [PR PATCH] fuse3: update to 3.8.0 voidlinux-github
  2019-11-05 20:36 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-11-06  7:06 ` voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-11-06  7:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 157 bytes --]

There's a merged pull request on the void-packages repository

fuse3: update to 3.8.0.
https://github.com/void-linux/void-packages/pull/16125

Description:


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-11-06  7:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-04 23:31 [PR PATCH] fuse3: update to 3.8.0 voidlinux-github
2019-11-05 20:36 ` [PR PATCH] [Updated] " voidlinux-github
2019-11-06  7:06 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).