Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] restic: update to 0.16.2.
@ 2023-11-11 16:49 kaistian
  2023-11-11 16:52 ` [PR PATCH] [Updated] " kaistian
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: kaistian @ 2023-11-11 16:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kaistian/void-packages restic
https://github.com/void-linux/void-packages/pull/47163

restic: update to 0.16.2.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86-64-LIBC)

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

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

From ffa0b1399f08e5b2299c1d9bb92fc22aa8dcaf38 Mon Sep 17 00:00:00 2001
From: Kai Stian Olstad <void@olstad.com>
Date: Sat, 11 Nov 2023 17:40:55 +0100
Subject: [PATCH] restic: update to 0.16.2.

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

diff --git a/srcpkgs/restic/template b/srcpkgs/restic/template
index ec5cc2fc9fbe0..1064e867d6f3a 100644
--- a/srcpkgs/restic/template
+++ b/srcpkgs/restic/template
@@ -1,6 +1,6 @@
 # Template file for 'restic'
 pkgname=restic
-version=0.16.0
+version=0.16.2
 revision=2
 build_style=go
 go_import_path=github.com/restic/restic
@@ -12,7 +12,7 @@ license="BSD-2-Clause"
 homepage="https://restic.net/"
 changelog="https://raw.githubusercontent.com/restic/restic/master/CHANGELOG.md"
 distfiles="https://github.com/restic/restic/releases/download/v${version}/restic-${version}.tar.gz"
-checksum=b91f5ef6203a5c50a72943c21aaef336e1344f19a3afd35406c00f065db8a8b9
+checksum=88165b5b89b6064df37a9964d660f40ac62db51d6536e459db9aaea6f2b2fc11
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] restic: update to 0.16.2.
  2023-11-11 16:49 [PR PATCH] restic: update to 0.16.2 kaistian
@ 2023-11-11 16:52 ` kaistian
  2023-11-29 18:49 ` mhmdanas
  2023-12-01 12:57 ` [PR PATCH] [Merged]: " leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: kaistian @ 2023-11-11 16:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kaistian/void-packages restic
https://github.com/void-linux/void-packages/pull/47163

restic: update to 0.16.2.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86-64-LIBC)

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

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

From 23d7df5592e0ff050f27cf022c9b94e17e184499 Mon Sep 17 00:00:00 2001
From: Kai Stian Olstad <void@olstad.com>
Date: Sat, 11 Nov 2023 17:40:55 +0100
Subject: [PATCH] restic: update to 0.16.2.

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

diff --git a/srcpkgs/restic/template b/srcpkgs/restic/template
index ec5cc2fc9fbe0..d692f0b978ab7 100644
--- a/srcpkgs/restic/template
+++ b/srcpkgs/restic/template
@@ -1,7 +1,7 @@
 # Template file for 'restic'
 pkgname=restic
-version=0.16.0
-revision=2
+version=0.16.2
+revision=1
 build_style=go
 go_import_path=github.com/restic/restic
 go_package="${go_import_path}/cmd/restic"
@@ -12,7 +12,7 @@ license="BSD-2-Clause"
 homepage="https://restic.net/"
 changelog="https://raw.githubusercontent.com/restic/restic/master/CHANGELOG.md"
 distfiles="https://github.com/restic/restic/releases/download/v${version}/restic-${version}.tar.gz"
-checksum=b91f5ef6203a5c50a72943c21aaef336e1344f19a3afd35406c00f065db8a8b9
+checksum=88165b5b89b6064df37a9964d660f40ac62db51d6536e459db9aaea6f2b2fc11
 
 post_install() {
 	vlicense LICENSE

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

* Re: restic: update to 0.16.2.
  2023-11-11 16:49 [PR PATCH] restic: update to 0.16.2 kaistian
  2023-11-11 16:52 ` [PR PATCH] [Updated] " kaistian
@ 2023-11-29 18:49 ` mhmdanas
  2023-12-01 12:57 ` [PR PATCH] [Merged]: " leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: mhmdanas @ 2023-11-29 18:49 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/47163#issuecomment-1832507085

Comment:
Tested this without any issues.

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

* Re: [PR PATCH] [Merged]: restic: update to 0.16.2.
  2023-11-11 16:49 [PR PATCH] restic: update to 0.16.2 kaistian
  2023-11-11 16:52 ` [PR PATCH] [Updated] " kaistian
  2023-11-29 18:49 ` mhmdanas
@ 2023-12-01 12:57 ` leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: leahneukirchen @ 2023-12-01 12:57 UTC (permalink / raw)
  To: ml

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

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

restic: update to 0.16.2.
https://github.com/void-linux/void-packages/pull/47163

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

#### Local build testing
- I built this PR locally for my native architecture, (x86-64-LIBC)

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

end of thread, other threads:[~2023-12-01 12:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-11 16:49 [PR PATCH] restic: update to 0.16.2 kaistian
2023-11-11 16:52 ` [PR PATCH] [Updated] " kaistian
2023-11-29 18:49 ` mhmdanas
2023-12-01 12:57 ` [PR PATCH] [Merged]: " leahneukirchen

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