Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update Jamulus 3.9.0 -> 3.9.1
@ 2022-10-28 14:12 38github
  2022-10-30 19:39 ` classabbyamp
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: 38github @ 2022-10-28 14:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/38github/void-packages patch-2
https://github.com/void-linux/void-packages/pull/40204

Update Jamulus 3.9.0 -> 3.9.1
Updated version and checksum. Built correctly and runs.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64 (Glibc)


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

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

From 6d5dd18ad925aec0a7c1fd18bcd1b62b558988ad Mon Sep 17 00:00:00 2001
From: 38github <18294149+38github@users.noreply.github.com>
Date: Fri, 28 Oct 2022 16:09:38 +0200
Subject: [PATCH] Update template

Updated version and checksum. Built correctly and runs.
---
 srcpkgs/jamulus/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/jamulus/template b/srcpkgs/jamulus/template
index c7be91e1e414..7b88826342b5 100644
--- a/srcpkgs/jamulus/template
+++ b/srcpkgs/jamulus/template
@@ -1,6 +1,6 @@
 # Template file for 'jamulus'
 pkgname=jamulus
-version=3.9.0
+version=3.9.1
 revision=1
 _version=r${version//./_}
 wrksrc=${pkgname}-${_version}
@@ -13,4 +13,4 @@ maintainer="astralchan <astral@astralchan.xyz>"
 license="GPL-2.0-or-later"
 homepage="https://jamulus.io"
 distfiles="https://github.com/corrados/jamulus/archive/${_version}.tar.gz"
-checksum=742b1954111c55b39ea7b2863c762d6731359e2b4793ef2409b150096fb196a5
+checksum=758381a92ff7b264534773b71b6bf8e098bbeb6d693efdc2916609f2ff842889

^ permalink raw reply	[flat|nested] 11+ messages in thread
* [PR PATCH] jamulus: update to 3.9.1
@ 2023-03-10  9:49 astralchan
  2023-06-11  2:09 ` github-actions
  0 siblings, 1 reply; 11+ messages in thread
From: astralchan @ 2023-03-10  9:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/astralchan/void-packages jamulus
https://github.com/void-linux/void-packages/pull/42687

jamulus: update to 3.9.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

supersedes [#40204](https://github.com/void-linux/void-packages/pull/40204)


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

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

From 44a94f1d0efb10e00e2049a3e04c780a77c514a1 Mon Sep 17 00:00:00 2001
From: astral <astral@astralchan.xyz>
Date: Fri, 10 Mar 2023 02:47:30 -0700
Subject: [PATCH] jamulus: update to 3.9.1

---
 srcpkgs/jamulus/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/jamulus/template b/srcpkgs/jamulus/template
index db577f6dd83a..7e6e8289b87f 100644
--- a/srcpkgs/jamulus/template
+++ b/srcpkgs/jamulus/template
@@ -1,6 +1,6 @@
 # Template file for 'jamulus'
 pkgname=jamulus
-version=3.9.0
+version=3.9.1
 revision=1
 _version=r${version//./_}
 build_style=qmake
@@ -12,4 +12,4 @@ maintainer="astralchan <astral@astralchan.xyz>"
 license="GPL-2.0-or-later"
 homepage="https://jamulus.io"
 distfiles="https://github.com/corrados/jamulus/archive/${_version}.tar.gz"
-checksum=742b1954111c55b39ea7b2863c762d6731359e2b4793ef2409b150096fb196a5
+checksum=758381a92ff7b264534773b71b6bf8e098bbeb6d693efdc2916609f2ff842889

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

end of thread, other threads:[~2023-06-11  2:09 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-28 14:12 [PR PATCH] Update Jamulus 3.9.0 -> 3.9.1 38github
2022-10-30 19:39 ` classabbyamp
2022-10-31  0:35 ` jamulus: update to 3.9.1 38github
2022-10-31  1:16 ` classabbyamp
2022-11-02 22:35 ` [PR PATCH] [Updated] " 38github
2022-11-02 23:00 ` paper42
2022-11-03 11:09 ` [PR PATCH] [Closed]: " 38github
2022-11-13  0:02 ` 38github
2023-03-10  9:44 ` astralchan
2023-03-10  9:56 ` astralchan
2023-03-10  9:49 [PR PATCH] " astralchan
2023-06-11  2:09 ` github-actions

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