Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] fuse-archivemount: update to 0.9.1
@ 2020-05-02 10:22 4ricci
  2020-05-02 10:27 ` [PR PATCH] [Updated] " 4ricci
  2020-05-02 14:25 ` [PR PATCH] [Merged]: " Hoshpak
  0 siblings, 2 replies; 3+ messages in thread
From: 4ricci @ 2020-05-02 10:22 UTC (permalink / raw)
  To: ml

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

There is a new pull request by 4ricci against master on the void-packages repository

https://github.com/4ricci/void-packages fuse-archivemount
https://github.com/void-linux/void-packages/pull/21543

fuse-archivemount: update to 0.9.1


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

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

From aebfb0b6dd945833586f4cdee4fc0b6d5a9d429d Mon Sep 17 00:00:00 2001
From: 4ricci <52817765+4ricci@users.noreply.github.com>
Date: Sat, 2 May 2020 12:20:19 +0200
Subject: [PATCH] fuse-archivemount: update to 0.9.1

---
 srcpkgs/fuse-archivemount/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/fuse-archivemount/template b/srcpkgs/fuse-archivemount/template
index 04abcb3b91e..b30a6d1eeb8 100644
--- a/srcpkgs/fuse-archivemount/template
+++ b/srcpkgs/fuse-archivemount/template
@@ -1,6 +1,6 @@
 # Template file for 'fuse-archivemount'
 pkgname=fuse-archivemount
-version=0.8.12
+version=0.9.1
 revision=1
 wrksrc="${pkgname/fuse-/}-${version}"
 build_style=gnu-configure
@@ -9,6 +9,6 @@ makedepends="fuse-devel libarchive-devel"
 short_desc="Mounts an archive for access as a file system"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.0-or-later"
-homepage="http://www.cybernoia.de/software/archivemount/"
-distfiles="${homepage}/${pkgname/fuse-/}-${version}.tar.gz"
-checksum=247e475539b84e6d2a13083fd6df149995560ff1ea92fe9fdbfc87569943cb89
+homepage="https://www.cybernoia.de/software/archivemount.html"
+distfiles="https://www.cybernoia.de/software/archivemount/${pkgname/fuse-/}-${version}.tar.gz"
+checksum=c529b981cacb19541b48ddafdafb2ede47a40fcaf16c677c1e2cd198b159c5b3

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

* Re: [PR PATCH] [Updated] fuse-archivemount: update to 0.9.1
  2020-05-02 10:22 [PR PATCH] fuse-archivemount: update to 0.9.1 4ricci
@ 2020-05-02 10:27 ` 4ricci
  2020-05-02 14:25 ` [PR PATCH] [Merged]: " Hoshpak
  1 sibling, 0 replies; 3+ messages in thread
From: 4ricci @ 2020-05-02 10:27 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by 4ricci against master on the void-packages repository

https://github.com/4ricci/void-packages fuse-archivemount
https://github.com/void-linux/void-packages/pull/21543

fuse-archivemount: update to 0.9.1


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

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

From 37c00f74c3e29ab5760183dffe959066379f1f45 Mon Sep 17 00:00:00 2001
From: 4ricci <52817765+4ricci@users.noreply.github.com>
Date: Sat, 2 May 2020 12:20:19 +0200
Subject: [PATCH] fuse-archivemount: update to 0.9.1

---
 srcpkgs/fuse-archivemount/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/fuse-archivemount/template b/srcpkgs/fuse-archivemount/template
index 04abcb3b91e..0be674795f5 100644
--- a/srcpkgs/fuse-archivemount/template
+++ b/srcpkgs/fuse-archivemount/template
@@ -1,6 +1,6 @@
 # Template file for 'fuse-archivemount'
 pkgname=fuse-archivemount
-version=0.8.12
+version=0.9.1
 revision=1
 wrksrc="${pkgname/fuse-/}-${version}"
 build_style=gnu-configure
@@ -9,6 +9,6 @@ makedepends="fuse-devel libarchive-devel"
 short_desc="Mounts an archive for access as a file system"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.0-or-later"
-homepage="http://www.cybernoia.de/software/archivemount/"
-distfiles="${homepage}/${pkgname/fuse-/}-${version}.tar.gz"
-checksum=247e475539b84e6d2a13083fd6df149995560ff1ea92fe9fdbfc87569943cb89
+homepage="https://www.cybernoia.de/software/archivemount.html"
+distfiles="${homepage/.html/}/${pkgname/fuse-/}-${version}.tar.gz"
+checksum=c529b981cacb19541b48ddafdafb2ede47a40fcaf16c677c1e2cd198b159c5b3

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

* Re: [PR PATCH] [Merged]: fuse-archivemount: update to 0.9.1
  2020-05-02 10:22 [PR PATCH] fuse-archivemount: update to 0.9.1 4ricci
  2020-05-02 10:27 ` [PR PATCH] [Updated] " 4ricci
@ 2020-05-02 14:25 ` Hoshpak
  1 sibling, 0 replies; 3+ messages in thread
From: Hoshpak @ 2020-05-02 14:25 UTC (permalink / raw)
  To: ml

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

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

fuse-archivemount: update to 0.9.1
https://github.com/void-linux/void-packages/pull/21543

Description:


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

end of thread, other threads:[~2020-05-02 14:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-02 10:22 [PR PATCH] fuse-archivemount: update to 0.9.1 4ricci
2020-05-02 10:27 ` [PR PATCH] [Updated] " 4ricci
2020-05-02 14:25 ` [PR PATCH] [Merged]: " Hoshpak

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).