Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mu: update to 1.4.7
@ 2020-05-24 22:56 emacsomancer
  2020-05-25  0:43 ` [PR PATCH] [Updated] " emacsomancer
  2020-05-26  0:26 ` [PR PATCH] [Merged]: " sgn
  0 siblings, 2 replies; 3+ messages in thread
From: emacsomancer @ 2020-05-24 22:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/emacsomancer/void-packages mu-1.4.7
https://github.com/void-linux/void-packages/pull/22275

mu: update to 1.4.7


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

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

From abf82043351aa98e71417dac8a0c27f9df2a4686 Mon Sep 17 00:00:00 2001
From: Benjamin Slade <slade@jnanam.net>
Date: Sun, 24 May 2020 16:55:07 -0600
Subject: [PATCH] mu: update to 1.4.7

---
 srcpkgs/mu/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/mu/template b/srcpkgs/mu/template
index abe2aa7135d..4af463d3650 100644
--- a/srcpkgs/mu/template
+++ b/srcpkgs/mu/template
@@ -1,7 +1,8 @@
 # Template file for 'mu'
 pkgname=mu
-version=1.4.6
+version=1.4.7
 revision=1
+wrksrc="${pkgname}-1-4.7"
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config texinfo glib-devel"
 makedepends="xapian-core-devel gmime3-devel libuuid-devel"
@@ -10,8 +11,8 @@ short_desc="Emacs-based tool for dealing with e-mail stored in the Maildir-forma
 maintainer="Benjamin Slade <slade@jnanam.net>"
 license="GPL-3.0-or-later"
 homepage="https://www.djcbsoftware.nl/code/mu/"
-distfiles="https://github.com/djcb/mu/archive/${version}.tar.gz"
-checksum=8a6afd9f22a21499610bc07a19ea2c4dbe21cc8a2ce7924569346a5ae4b46199
+distfiles="https://github.com/djcb/mu/archive/1,4.7.tar.gz"
+checksum=b35fb8b786b7cd2cf342ff87fc0cc59cbe4a3ef7c5e8258d6dbd00f7da5a5977
 
 if [ ! "$CROSS_BUILD" ]; then
 	subpackages="mu4e"

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

* Re: [PR PATCH] [Updated] mu: update to 1.4.7
  2020-05-24 22:56 [PR PATCH] mu: update to 1.4.7 emacsomancer
@ 2020-05-25  0:43 ` emacsomancer
  2020-05-26  0:26 ` [PR PATCH] [Merged]: " sgn
  1 sibling, 0 replies; 3+ messages in thread
From: emacsomancer @ 2020-05-25  0:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/emacsomancer/void-packages mu-1.4.7
https://github.com/void-linux/void-packages/pull/22275

mu: update to 1.4.7


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

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

From d45760f422db941f0a555d71ff30eff79980250a Mon Sep 17 00:00:00 2001
From: Benjamin Slade <slade@jnanam.net>
Date: Sun, 24 May 2020 16:55:07 -0600
Subject: [PATCH] mu: update to 1.4.7

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

diff --git a/srcpkgs/mu/template b/srcpkgs/mu/template
index abe2aa7135d..66fb379829c 100644
--- a/srcpkgs/mu/template
+++ b/srcpkgs/mu/template
@@ -1,6 +1,6 @@
 # Template file for 'mu'
 pkgname=mu
-version=1.4.6
+version=1.4.7
 revision=1
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config texinfo glib-devel"
@@ -10,8 +10,8 @@ short_desc="Emacs-based tool for dealing with e-mail stored in the Maildir-forma
 maintainer="Benjamin Slade <slade@jnanam.net>"
 license="GPL-3.0-or-later"
 homepage="https://www.djcbsoftware.nl/code/mu/"
-distfiles="https://github.com/djcb/mu/archive/${version}.tar.gz"
-checksum=8a6afd9f22a21499610bc07a19ea2c4dbe21cc8a2ce7924569346a5ae4b46199
+distfiles="https://github.com/djcb/${pkgname}/releases/download/1%2C4.7/${pkgname}-${version}.tar.xz"
+checksum=1556324b1bfa8ee080d23e3a3e9302ec9ee99a583679b43a03f24afb5cfa15a7
 
 if [ ! "$CROSS_BUILD" ]; then
 	subpackages="mu4e"

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

* Re: [PR PATCH] [Merged]: mu: update to 1.4.7
  2020-05-24 22:56 [PR PATCH] mu: update to 1.4.7 emacsomancer
  2020-05-25  0:43 ` [PR PATCH] [Updated] " emacsomancer
@ 2020-05-26  0:26 ` sgn
  1 sibling, 0 replies; 3+ messages in thread
From: sgn @ 2020-05-26  0:26 UTC (permalink / raw)
  To: ml

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

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

mu: update to 1.4.7
https://github.com/void-linux/void-packages/pull/22275

Description:


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

end of thread, other threads:[~2020-05-26  0:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-24 22:56 [PR PATCH] mu: update to 1.4.7 emacsomancer
2020-05-25  0:43 ` [PR PATCH] [Updated] " emacsomancer
2020-05-26  0:26 ` [PR PATCH] [Merged]: " sgn

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