Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] autorestic: update to 1.7.10
@ 2024-01-15 10:41 realcharmer
  2024-03-12 14:33 ` [PR PATCH] [Updated] " realcharmer
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: realcharmer @ 2024-01-15 10:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/realcharmer/void-packages autorestic
https://github.com/void-linux/void-packages/pull/48218

autorestic: update to 1.7.10
- I built this PR locally for my native architecture, (x86_64-glibc)
- I tested the changes in this PR: **YES**

```
$ autorestic --version
autorestic version 1.7.10
$ autorestic check
Using config: 	 /home/em/.autorestic.yaml
Using env:	 /home/em/.autorestic.env
Using lock:	 /home/em/.autorestic.lock.yml
Everything is fine.
```


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

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

From 93d439704d01baad7988c9e9790bcb19d9fd38d1 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Mon, 15 Jan 2024 11:38:05 +0100
Subject: [PATCH] autorestic: update to 1.7.10

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

diff --git a/srcpkgs/autorestic/template b/srcpkgs/autorestic/template
index d9c8b4d937230..7fa612818f462 100644
--- a/srcpkgs/autorestic/template
+++ b/srcpkgs/autorestic/template
@@ -1,6 +1,6 @@
 # Template file for 'autorestic'
 pkgname=autorestic
-version=1.7.9
+version=1.7.10
 revision=1
 build_style=go
 go_import_path="github.com/cupcakearmy/autorestic"
@@ -11,4 +11,4 @@ license="Apache-2.0"
 homepage="https://autorestic.vercel.app/"
 changelog="https://github.com/cupcakearmy/autorestic/raw/master/CHANGELOG.md"
 distfiles="https://github.com/cupcakearmy/autorestic/archive/refs/tags/v${version}.tar.gz"
-checksum=e57bbc045edee4aabd850da2e61da9c18a6d12bd323866be1eb3edca4709b363
+checksum=6cea71c718f824a38c1018982649882d46aa612538ecb8259b3c2e538f473efb

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

* Re: [PR PATCH] [Updated] autorestic: update to 1.7.10
  2024-01-15 10:41 [PR PATCH] autorestic: update to 1.7.10 realcharmer
@ 2024-03-12 14:33 ` realcharmer
  2024-03-12 14:36 ` [PR PATCH] [Updated] autorestic: update to 1.8.0 realcharmer
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: realcharmer @ 2024-03-12 14:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/realcharmer/void-packages autorestic
https://github.com/void-linux/void-packages/pull/48218

autorestic: update to 1.7.10
- I built this PR locally for my native architecture, (x86_64-glibc)
- I tested the changes in this PR: **YES**

```
$ autorestic --version
autorestic version 1.7.10
$ autorestic check
Using config: 	 /home/em/.autorestic.yaml
Using env:	 /home/em/.autorestic.env
Using lock:	 /home/em/.autorestic.lock.yml
Everything is fine.
```


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

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

From 6a52d2cab97c32d4e771d88e770644d198401ca1 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Mon, 15 Jan 2024 11:38:05 +0100
Subject: [PATCH 1/2] autorestic: update to 1.7.10

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

diff --git a/srcpkgs/autorestic/template b/srcpkgs/autorestic/template
index d9c8b4d9372305..7fa612818f4621 100644
--- a/srcpkgs/autorestic/template
+++ b/srcpkgs/autorestic/template
@@ -1,6 +1,6 @@
 # Template file for 'autorestic'
 pkgname=autorestic
-version=1.7.9
+version=1.7.10
 revision=1
 build_style=go
 go_import_path="github.com/cupcakearmy/autorestic"
@@ -11,4 +11,4 @@ license="Apache-2.0"
 homepage="https://autorestic.vercel.app/"
 changelog="https://github.com/cupcakearmy/autorestic/raw/master/CHANGELOG.md"
 distfiles="https://github.com/cupcakearmy/autorestic/archive/refs/tags/v${version}.tar.gz"
-checksum=e57bbc045edee4aabd850da2e61da9c18a6d12bd323866be1eb3edca4709b363
+checksum=6cea71c718f824a38c1018982649882d46aa612538ecb8259b3c2e538f473efb

From 281d0c80a4b5d19a897eb999ccfd48363c9973e5 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 12 Mar 2024 15:33:23 +0100
Subject: [PATCH 2/2] autorestic: update to 1.8.0

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

diff --git a/srcpkgs/autorestic/template b/srcpkgs/autorestic/template
index 7fa612818f4621..58c55d63980310 100644
--- a/srcpkgs/autorestic/template
+++ b/srcpkgs/autorestic/template
@@ -1,6 +1,6 @@
 # Template file for 'autorestic'
 pkgname=autorestic
-version=1.7.10
+version=1.8.0
 revision=1
 build_style=go
 go_import_path="github.com/cupcakearmy/autorestic"
@@ -11,4 +11,4 @@ license="Apache-2.0"
 homepage="https://autorestic.vercel.app/"
 changelog="https://github.com/cupcakearmy/autorestic/raw/master/CHANGELOG.md"
 distfiles="https://github.com/cupcakearmy/autorestic/archive/refs/tags/v${version}.tar.gz"
-checksum=6cea71c718f824a38c1018982649882d46aa612538ecb8259b3c2e538f473efb
+checksum=a3174c795938b9d70a6af99d90c71083c228d82fc3c6a9961f8315ac12860f37

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

* Re: [PR PATCH] [Updated] autorestic: update to 1.8.0
  2024-01-15 10:41 [PR PATCH] autorestic: update to 1.7.10 realcharmer
  2024-03-12 14:33 ` [PR PATCH] [Updated] " realcharmer
@ 2024-03-12 14:36 ` realcharmer
  2024-03-12 14:36 ` realcharmer
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: realcharmer @ 2024-03-12 14:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/realcharmer/void-packages autorestic
https://github.com/void-linux/void-packages/pull/48218

autorestic: update to 1.8.0
- I built this PR locally for my native architecture, (x86_64-glibc)
- I tested the changes in this PR: **YES**

```
$ autorestic --version
autorestic version 1.7.10
$ autorestic check
Using config: 	 /home/em/.autorestic.yaml
Using env:	 /home/em/.autorestic.env
Using lock:	 /home/em/.autorestic.lock.yml
Everything is fine.
```


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

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

From f78abfc895a8d7941f53f086906d14ff4be622bf Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 12 Mar 2024 15:33:23 +0100
Subject: [PATCH] autorestic: update to 1.8.0

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

diff --git a/srcpkgs/autorestic/template b/srcpkgs/autorestic/template
index d9c8b4d9372305..58c55d63980310 100644
--- a/srcpkgs/autorestic/template
+++ b/srcpkgs/autorestic/template
@@ -1,6 +1,6 @@
 # Template file for 'autorestic'
 pkgname=autorestic
-version=1.7.9
+version=1.8.0
 revision=1
 build_style=go
 go_import_path="github.com/cupcakearmy/autorestic"
@@ -11,4 +11,4 @@ license="Apache-2.0"
 homepage="https://autorestic.vercel.app/"
 changelog="https://github.com/cupcakearmy/autorestic/raw/master/CHANGELOG.md"
 distfiles="https://github.com/cupcakearmy/autorestic/archive/refs/tags/v${version}.tar.gz"
-checksum=e57bbc045edee4aabd850da2e61da9c18a6d12bd323866be1eb3edca4709b363
+checksum=a3174c795938b9d70a6af99d90c71083c228d82fc3c6a9961f8315ac12860f37

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

* Re: autorestic: update to 1.8.0
  2024-01-15 10:41 [PR PATCH] autorestic: update to 1.7.10 realcharmer
  2024-03-12 14:33 ` [PR PATCH] [Updated] " realcharmer
  2024-03-12 14:36 ` [PR PATCH] [Updated] autorestic: update to 1.8.0 realcharmer
@ 2024-03-12 14:36 ` realcharmer
  2024-03-12 14:37 ` realcharmer
  2024-03-12 14:46 ` [PR PATCH] [Merged]: " cinerea0
  4 siblings, 0 replies; 6+ messages in thread
From: realcharmer @ 2024-03-12 14:36 UTC (permalink / raw)
  To: ml

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

New comment by realcharmer on void-packages repository

https://github.com/void-linux/void-packages/pull/48218#issuecomment-1991800712

Comment:
Updated to version `1.8.0`.

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

* Re: autorestic: update to 1.8.0
  2024-01-15 10:41 [PR PATCH] autorestic: update to 1.7.10 realcharmer
                   ` (2 preceding siblings ...)
  2024-03-12 14:36 ` realcharmer
@ 2024-03-12 14:37 ` realcharmer
  2024-03-12 14:46 ` [PR PATCH] [Merged]: " cinerea0
  4 siblings, 0 replies; 6+ messages in thread
From: realcharmer @ 2024-03-12 14:37 UTC (permalink / raw)
  To: ml

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

New comment by realcharmer on void-packages repository

https://github.com/void-linux/void-packages/pull/48218#issuecomment-1991800712

Comment:
Updated to version `1.8.0`.

```
$ autorestic --version
autorestic version 1.8.0
$ autorestic check
Using config: 	 /home/em/.autorestic.yaml
Using env:	 /home/em/.autorestic.env
Using lock:	 /home/em/.autorestic.lock.yml
Everything is fine.
```

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

* Re: [PR PATCH] [Merged]: autorestic: update to 1.8.0
  2024-01-15 10:41 [PR PATCH] autorestic: update to 1.7.10 realcharmer
                   ` (3 preceding siblings ...)
  2024-03-12 14:37 ` realcharmer
@ 2024-03-12 14:46 ` cinerea0
  4 siblings, 0 replies; 6+ messages in thread
From: cinerea0 @ 2024-03-12 14:46 UTC (permalink / raw)
  To: ml

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

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

autorestic: update to 1.8.0
https://github.com/void-linux/void-packages/pull/48218

Description:
- I built this PR locally for my native architecture, (x86_64-glibc)
- I tested the changes in this PR: **YES**

```
$ autorestic --version
autorestic version 1.7.10
$ autorestic check
Using config: 	 /home/em/.autorestic.yaml
Using env:	 /home/em/.autorestic.env
Using lock:	 /home/em/.autorestic.lock.yml
Everything is fine.
```


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

end of thread, other threads:[~2024-03-12 14:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-15 10:41 [PR PATCH] autorestic: update to 1.7.10 realcharmer
2024-03-12 14:33 ` [PR PATCH] [Updated] " realcharmer
2024-03-12 14:36 ` [PR PATCH] [Updated] autorestic: update to 1.8.0 realcharmer
2024-03-12 14:36 ` realcharmer
2024-03-12 14:37 ` realcharmer
2024-03-12 14:46 ` [PR PATCH] [Merged]: " cinerea0

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