Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] unrar: update to 7.0.8.
@ 2024-05-15  6:25 skmpz
  2024-05-15 11:00 ` Zapeth
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: skmpz @ 2024-05-15  6:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/skmpz/void-packages unrar-7.0.8
https://github.com/void-linux/void-packages/pull/50354

unrar: update to 7.0.8.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 392562df5c62ac034be946ddb88eed89d7050029 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Wed, 15 May 2024 08:50:06 +0300
Subject: [PATCH] unrar: update to 7.0.8.

---
 srcpkgs/unrar/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/unrar/template b/srcpkgs/unrar/template
index c8a86f5d6b4efb..4d8cd77e4252bc 100644
--- a/srcpkgs/unrar/template
+++ b/srcpkgs/unrar/template
@@ -1,13 +1,14 @@
 # Template file for 'unrar'
 pkgname=unrar
-version=6.2.12
+version=7.0.8
 revision=1
+archs="x86_64* i686*"
 short_desc="Unarchiver for .rar files (non-free version)"
 maintainer="skmpz <dem.procopiou@gmail.com>"
 license="custom:freeware"
 homepage="https://www.rarlab.com/rar_add.htm"
 distfiles="https://www.rarlab.com/rar/unrarsrc-${version}.tar.gz"
-checksum=a008b5f949bca9bb4ffa1bebbfc8b3c14b89df10a10354809b845232d5f582e5
+checksum=f68b6a0bb16cbc7e157652542966ee64ca66ae3958273a64128484c51f1b768d
 repository=nonfree
 
 do_build() {

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

* Re: unrar: update to 7.0.8.
  2024-05-15  6:25 [PR PATCH] unrar: update to 7.0.8 skmpz
@ 2024-05-15 11:00 ` Zapeth
  2024-05-15 12:47 ` skmpz
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Zapeth @ 2024-05-15 11:00 UTC (permalink / raw)
  To: ml

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

New comment by Zapeth on void-packages repository

https://github.com/void-linux/void-packages/pull/50354#issuecomment-2112209360

Comment:
7.0.9 was released three days ago, if you want to use the newest version

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

* Re: unrar: update to 7.0.8.
  2024-05-15  6:25 [PR PATCH] unrar: update to 7.0.8 skmpz
  2024-05-15 11:00 ` Zapeth
@ 2024-05-15 12:47 ` skmpz
  2024-05-15 12:54 ` [PR PATCH] [Updated] " skmpz
  2024-05-17  5:55 ` [PR PATCH] [Merged]: unrar: update to 7.0.9 sgn
  3 siblings, 0 replies; 5+ messages in thread
From: skmpz @ 2024-05-15 12:47 UTC (permalink / raw)
  To: ml

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

New comment by skmpz on void-packages repository

https://github.com/void-linux/void-packages/pull/50354#issuecomment-2112430825

Comment:
you're right, let me bump

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

* Re: [PR PATCH] [Updated] unrar: update to 7.0.8.
  2024-05-15  6:25 [PR PATCH] unrar: update to 7.0.8 skmpz
  2024-05-15 11:00 ` Zapeth
  2024-05-15 12:47 ` skmpz
@ 2024-05-15 12:54 ` skmpz
  2024-05-17  5:55 ` [PR PATCH] [Merged]: unrar: update to 7.0.9 sgn
  3 siblings, 0 replies; 5+ messages in thread
From: skmpz @ 2024-05-15 12:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/skmpz/void-packages unrar-7.0.8
https://github.com/void-linux/void-packages/pull/50354

unrar: update to 7.0.8.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From c021c2485f16e56fbd4c9945dfc7152d4fbe97b3 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Wed, 15 May 2024 08:50:06 +0300
Subject: [PATCH] unrar: update to 7.0.9.

---
 srcpkgs/unrar/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/unrar/template b/srcpkgs/unrar/template
index c8a86f5d6b4efb..105c51b84bf33b 100644
--- a/srcpkgs/unrar/template
+++ b/srcpkgs/unrar/template
@@ -1,13 +1,14 @@
 # Template file for 'unrar'
 pkgname=unrar
-version=6.2.12
+version=7.0.9
 revision=1
+archs="x86_64* i686*"
 short_desc="Unarchiver for .rar files (non-free version)"
 maintainer="skmpz <dem.procopiou@gmail.com>"
 license="custom:freeware"
 homepage="https://www.rarlab.com/rar_add.htm"
 distfiles="https://www.rarlab.com/rar/unrarsrc-${version}.tar.gz"
-checksum=a008b5f949bca9bb4ffa1bebbfc8b3c14b89df10a10354809b845232d5f582e5
+checksum=505c13f9e4c54c01546f2e29b2fcc2d7fabc856a060b81e5cdfe6012a9198326
 repository=nonfree
 
 do_build() {

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

* Re: [PR PATCH] [Merged]: unrar: update to 7.0.9.
  2024-05-15  6:25 [PR PATCH] unrar: update to 7.0.8 skmpz
                   ` (2 preceding siblings ...)
  2024-05-15 12:54 ` [PR PATCH] [Updated] " skmpz
@ 2024-05-17  5:55 ` sgn
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2024-05-17  5:55 UTC (permalink / raw)
  To: ml

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

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

unrar: update to 7.0.9.
https://github.com/void-linux/void-packages/pull/50354

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2024-05-17  5:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-15  6:25 [PR PATCH] unrar: update to 7.0.8 skmpz
2024-05-15 11:00 ` Zapeth
2024-05-15 12:47 ` skmpz
2024-05-15 12:54 ` [PR PATCH] [Updated] " skmpz
2024-05-17  5:55 ` [PR PATCH] [Merged]: unrar: update to 7.0.9 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).