Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] wine: Update to 8.15
@ 2023-09-02 17:17 fvalasiad
  2023-09-02 22:40 ` [PR PATCH] [Updated] wine: update " fvalasiad
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: fvalasiad @ 2023-09-02 17:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fvalasiad/void-packages wine
https://github.com/void-linux/void-packages/pull/45882

wine: Update to 8.15
@Hoshpak 

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

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

From b35c48d05260d0f74905823ba30d11931d9473fb Mon Sep 17 00:00:00 2001
From: Fotios Valasiadis <fvalasiad@gmail.com>
Date: Sat, 2 Sep 2023 19:48:03 +0300
Subject: [PATCH] wine: Update to 8.15

Signed-off-by: Fotios Valasiadis <fvalasiad@gmail.com>
---
 srcpkgs/wine/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/wine/template b/srcpkgs/wine/template
index 13cffbf5ea3fb..47917e239ab33 100644
--- a/srcpkgs/wine/template
+++ b/srcpkgs/wine/template
@@ -1,7 +1,7 @@
 # Template file for 'wine'
 pkgname=wine
-version=8.14
-revision=2
+version=8.15
+revision=1
 _pkgver=${version/r/-r}
 create_wrksrc=yes
 build_wrksrc=wine-${_pkgver}
@@ -13,8 +13,8 @@ license="LGPL-2.1-or-later"
 homepage="http://www.winehq.org/"
 distfiles="https://dl.winehq.org/wine/source/${version%.*}.x/wine-${_pkgver}.tar.xz
  https://github.com/wine-staging/wine-staging/archive/v${_pkgver}.tar.gz"
-checksum="e1836ef66b1825fa9da042830c0495b2ac394815443643466979ee89fdd7faf4
- c544541e4b29fd304a875400cad73b4f14d5ce61fb74a909d4a7c62cdfa77047"
+checksum="ed8fae61784bca6475accc78eff26a9ec6b08001a7ae1698d52e25f9c2d422da
+ 1f3ec7e3f5dee62ec156dc39293f3b3d48e604fd4d5ca53d416f9fbb13094907"
 
 build_options="mingw staging xshm"
 build_options_default="mingw xshm"

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

* Re: [PR PATCH] [Updated] wine: update to 8.15
  2023-09-02 17:17 [PR PATCH] wine: Update to 8.15 fvalasiad
@ 2023-09-02 22:40 ` fvalasiad
  2023-09-02 22:46 ` fvalasiad
  2023-09-03 10:19 ` [PR PATCH] [Merged]: " Hoshpak
  2 siblings, 0 replies; 4+ messages in thread
From: fvalasiad @ 2023-09-02 22:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fvalasiad/void-packages wine
https://github.com/void-linux/void-packages/pull/45882

wine: update to 8.15
@Hoshpak 

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

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

From d45d7917b5cbe7e511052076a0aa3f2c81298467 Mon Sep 17 00:00:00 2001
From: Fotios Valasiadis <fvalasiad@gmail.com>
Date: Sat, 2 Sep 2023 19:48:03 +0300
Subject: [PATCH] wine: update to 8.15

Signed-off-by: Fotios Valasiadis <fvalasiad@gmail.com>
---
 srcpkgs/wine/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/wine/template b/srcpkgs/wine/template
index 13cffbf5ea3fb..47917e239ab33 100644
--- a/srcpkgs/wine/template
+++ b/srcpkgs/wine/template
@@ -1,7 +1,7 @@
 # Template file for 'wine'
 pkgname=wine
-version=8.14
-revision=2
+version=8.15
+revision=1
 _pkgver=${version/r/-r}
 create_wrksrc=yes
 build_wrksrc=wine-${_pkgver}
@@ -13,8 +13,8 @@ license="LGPL-2.1-or-later"
 homepage="http://www.winehq.org/"
 distfiles="https://dl.winehq.org/wine/source/${version%.*}.x/wine-${_pkgver}.tar.xz
  https://github.com/wine-staging/wine-staging/archive/v${_pkgver}.tar.gz"
-checksum="e1836ef66b1825fa9da042830c0495b2ac394815443643466979ee89fdd7faf4
- c544541e4b29fd304a875400cad73b4f14d5ce61fb74a909d4a7c62cdfa77047"
+checksum="ed8fae61784bca6475accc78eff26a9ec6b08001a7ae1698d52e25f9c2d422da
+ 1f3ec7e3f5dee62ec156dc39293f3b3d48e604fd4d5ca53d416f9fbb13094907"
 
 build_options="mingw staging xshm"
 build_options_default="mingw xshm"

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

* Re: wine: update to 8.15
  2023-09-02 17:17 [PR PATCH] wine: Update to 8.15 fvalasiad
  2023-09-02 22:40 ` [PR PATCH] [Updated] wine: update " fvalasiad
@ 2023-09-02 22:46 ` fvalasiad
  2023-09-03 10:19 ` [PR PATCH] [Merged]: " Hoshpak
  2 siblings, 0 replies; 4+ messages in thread
From: fvalasiad @ 2023-09-02 22:46 UTC (permalink / raw)
  To: ml

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

New comment by fvalasiad on void-packages repository

https://github.com/void-linux/void-packages/pull/45882#issuecomment-1703957324

Comment:
@Hoshpak  my bad, will that do?

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

* Re: [PR PATCH] [Merged]: wine: update to 8.15
  2023-09-02 17:17 [PR PATCH] wine: Update to 8.15 fvalasiad
  2023-09-02 22:40 ` [PR PATCH] [Updated] wine: update " fvalasiad
  2023-09-02 22:46 ` fvalasiad
@ 2023-09-03 10:19 ` Hoshpak
  2 siblings, 0 replies; 4+ messages in thread
From: Hoshpak @ 2023-09-03 10:19 UTC (permalink / raw)
  To: ml

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

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

wine: update to 8.15
https://github.com/void-linux/void-packages/pull/45882

Description:
@Hoshpak 

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

end of thread, other threads:[~2023-09-03 10:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-02 17:17 [PR PATCH] wine: Update to 8.15 fvalasiad
2023-09-02 22:40 ` [PR PATCH] [Updated] wine: update " fvalasiad
2023-09-02 22:46 ` fvalasiad
2023-09-03 10:19 ` [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).