Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: steamguard-cli-0.7.0
@ 2023-03-12 22:12 filiprojek
  2023-03-13  8:02 ` [PR REVIEW] " realcharmer
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: filiprojek @ 2023-03-12 22:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/filiprojek/void-packages steamguard-cli
https://github.com/void-linux/void-packages/pull/42732

New package: steamguard-cli-0.7.0
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures:
  - x86_64-musl


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

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

From c1db201ae0d6f4b75548a9f1777c22c4ea26c455 Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Sun, 12 Mar 2023 22:19:37 +0100
Subject: [PATCH] New package: steamguard-cli-0.7.0

---
 srcpkgs/steamguard-cli/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/steamguard-cli/template

diff --git a/srcpkgs/steamguard-cli/template b/srcpkgs/steamguard-cli/template
new file mode 100644
index 000000000000..cb0494e2c527
--- /dev/null
+++ b/srcpkgs/steamguard-cli/template
@@ -0,0 +1,12 @@
+# Template file for 'steamguard-cli'
+pkgname=steamguard-cli
+version=0.7.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+short_desc="A linux utility for generating 2FA codes for Steam and managing Steam trade confirmations."
+maintainer="Filip Rojek <filip@filiprojek.cz>"
+license="GPL-3.0-only"
+homepage="https://github.com/dyc3/steamguard-cli"
+distfiles="https://github.com/dyc3/steamguard-cli/archive/v${version}/steamguard-cli-${version}.tar.gz"
+checksum=fae8e6b842443c544ee32a4f46bdf49280aa81cb8c443aa45e4c012b9bcef848

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

* Re: [PR REVIEW] New package: steamguard-cli-0.7.0
  2023-03-12 22:12 [PR PATCH] New package: steamguard-cli-0.7.0 filiprojek
@ 2023-03-13  8:02 ` realcharmer
  2023-03-13  9:20 ` [PR PATCH] [Updated] " filiprojek
                   ` (18 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: realcharmer @ 2023-03-13  8:02 UTC (permalink / raw)
  To: ml

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

New review comment by realcharmer on void-packages repository

https://github.com/void-linux/void-packages/pull/42732#discussion_r1133556448

Comment:
This isn't going to pass the linter, because the description is too long. It has to have 72 characters at most. My suggestion is something similar to "Utility for Steam 2FA and for managing trade confirmations" at 59 characters.

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

* Re: [PR PATCH] [Updated] New package: steamguard-cli-0.7.0
  2023-03-12 22:12 [PR PATCH] New package: steamguard-cli-0.7.0 filiprojek
  2023-03-13  8:02 ` [PR REVIEW] " realcharmer
@ 2023-03-13  9:20 ` filiprojek
  2023-06-12  2:05 ` github-actions
                   ` (17 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: filiprojek @ 2023-03-13  9:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/filiprojek/void-packages steamguard-cli
https://github.com/void-linux/void-packages/pull/42732

New package: steamguard-cli-0.7.0
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures:
  - x86_64-musl


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

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

From d45fff0671f5f210baa175dbc66ef84f17ae2bfc Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Sun, 12 Mar 2023 22:19:37 +0100
Subject: [PATCH] New package: steamguard-cli-0.7.0

---
 srcpkgs/steamguard-cli/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/steamguard-cli/template

diff --git a/srcpkgs/steamguard-cli/template b/srcpkgs/steamguard-cli/template
new file mode 100644
index 000000000000..cd82fd6c686b
--- /dev/null
+++ b/srcpkgs/steamguard-cli/template
@@ -0,0 +1,12 @@
+# Template file for 'steamguard-cli'
+pkgname=steamguard-cli
+version=0.7.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+short_desc="Utility for Steam 2FA and for managing trade confirmations"
+maintainer="Filip Rojek <filip@filiprojek.cz>"
+license="GPL-3.0-only"
+homepage="https://github.com/dyc3/steamguard-cli"
+distfiles="https://github.com/dyc3/steamguard-cli/archive/v${version}/steamguard-cli-${version}.tar.gz"
+checksum=fae8e6b842443c544ee32a4f46bdf49280aa81cb8c443aa45e4c012b9bcef848

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

* Re: New package: steamguard-cli-0.7.0
  2023-03-12 22:12 [PR PATCH] New package: steamguard-cli-0.7.0 filiprojek
  2023-03-13  8:02 ` [PR REVIEW] " realcharmer
  2023-03-13  9:20 ` [PR PATCH] [Updated] " filiprojek
@ 2023-06-12  2:05 ` github-actions
  2023-06-12  6:08 ` realcharmer
                   ` (16 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: github-actions @ 2023-06-12  2:05 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/42732#issuecomment-1586465567

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: New package: steamguard-cli-0.7.0
  2023-03-12 22:12 [PR PATCH] New package: steamguard-cli-0.7.0 filiprojek
                   ` (2 preceding siblings ...)
  2023-06-12  2:05 ` github-actions
@ 2023-06-12  6:08 ` realcharmer
  2023-06-12 21:50 ` [PR PATCH] [Updated] " filiprojek
                   ` (15 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: realcharmer @ 2023-06-12  6:08 UTC (permalink / raw)
  To: ml

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

New comment by realcharmer on void-packages repository

https://github.com/void-linux/void-packages/pull/42732#issuecomment-1586649112

Comment:
This should be bumped to 0.7.1.

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

* Re: [PR PATCH] [Updated] New package: steamguard-cli-0.7.0
  2023-03-12 22:12 [PR PATCH] New package: steamguard-cli-0.7.0 filiprojek
                   ` (3 preceding siblings ...)
  2023-06-12  6:08 ` realcharmer
@ 2023-06-12 21:50 ` filiprojek
  2023-06-12 22:27 ` filiprojek
                   ` (14 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: filiprojek @ 2023-06-12 21:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/filiprojek/void-packages steamguard-cli
https://github.com/void-linux/void-packages/pull/42732

New package: steamguard-cli-0.7.0
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures:
  - x86_64-musl


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

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

From 89d361002a9c428d536eeb6fc799fbd669a091a2 Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Sun, 12 Mar 2023 22:19:37 +0100
Subject: [PATCH 1/2] New package: steamguard-cli-0.7.0

---
 srcpkgs/steamguard-cli/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/steamguard-cli/template

diff --git a/srcpkgs/steamguard-cli/template b/srcpkgs/steamguard-cli/template
new file mode 100644
index 000000000000..cd82fd6c686b
--- /dev/null
+++ b/srcpkgs/steamguard-cli/template
@@ -0,0 +1,12 @@
+# Template file for 'steamguard-cli'
+pkgname=steamguard-cli
+version=0.7.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+short_desc="Utility for Steam 2FA and for managing trade confirmations"
+maintainer="Filip Rojek <filip@filiprojek.cz>"
+license="GPL-3.0-only"
+homepage="https://github.com/dyc3/steamguard-cli"
+distfiles="https://github.com/dyc3/steamguard-cli/archive/v${version}/steamguard-cli-${version}.tar.gz"
+checksum=fae8e6b842443c544ee32a4f46bdf49280aa81cb8c443aa45e4c012b9bcef848

From 8a3f0e4f4194c844a7f51ea785197872f4d530c8 Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Mon, 12 Jun 2023 23:44:34 +0200
Subject: [PATCH 2/2] steamguard-cli: update to 0.7.1

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

diff --git a/srcpkgs/steamguard-cli/template b/srcpkgs/steamguard-cli/template
index cd82fd6c686b..8586e4ce65b4 100644
--- a/srcpkgs/steamguard-cli/template
+++ b/srcpkgs/steamguard-cli/template
@@ -1,12 +1,11 @@
 # Template file for 'steamguard-cli'
 pkgname=steamguard-cli
-version=0.7.0
+version=0.7.1
 revision=1
 build_style=cargo
-hostmakedepends="pkg-config"
 short_desc="Utility for Steam 2FA and for managing trade confirmations"
 maintainer="Filip Rojek <filip@filiprojek.cz>"
 license="GPL-3.0-only"
 homepage="https://github.com/dyc3/steamguard-cli"
 distfiles="https://github.com/dyc3/steamguard-cli/archive/v${version}/steamguard-cli-${version}.tar.gz"
-checksum=fae8e6b842443c544ee32a4f46bdf49280aa81cb8c443aa45e4c012b9bcef848
+checksum=22ab02a3032e28636c265e5e0552ee319b4256079a07c5a4e83698d1465574ea

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

* Re: [PR PATCH] [Updated] New package: steamguard-cli-0.7.0
  2023-03-12 22:12 [PR PATCH] New package: steamguard-cli-0.7.0 filiprojek
                   ` (4 preceding siblings ...)
  2023-06-12 21:50 ` [PR PATCH] [Updated] " filiprojek
@ 2023-06-12 22:27 ` filiprojek
  2023-07-09  8:42 ` [PR PATCH] [Updated] New package: steamguard-cli-0.7.1 filiprojek
                   ` (13 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: filiprojek @ 2023-06-12 22:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/filiprojek/void-packages steamguard-cli
https://github.com/void-linux/void-packages/pull/42732

New package: steamguard-cli-0.7.0
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures:
  - x86_64-musl


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

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

From 89d361002a9c428d536eeb6fc799fbd669a091a2 Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Sun, 12 Mar 2023 22:19:37 +0100
Subject: [PATCH 1/2] New package: steamguard-cli-0.7.0

---
 srcpkgs/steamguard-cli/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/steamguard-cli/template

diff --git a/srcpkgs/steamguard-cli/template b/srcpkgs/steamguard-cli/template
new file mode 100644
index 000000000000..cd82fd6c686b
--- /dev/null
+++ b/srcpkgs/steamguard-cli/template
@@ -0,0 +1,12 @@
+# Template file for 'steamguard-cli'
+pkgname=steamguard-cli
+version=0.7.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+short_desc="Utility for Steam 2FA and for managing trade confirmations"
+maintainer="Filip Rojek <filip@filiprojek.cz>"
+license="GPL-3.0-only"
+homepage="https://github.com/dyc3/steamguard-cli"
+distfiles="https://github.com/dyc3/steamguard-cli/archive/v${version}/steamguard-cli-${version}.tar.gz"
+checksum=fae8e6b842443c544ee32a4f46bdf49280aa81cb8c443aa45e4c012b9bcef848

From 7ac1ff4e289ce66daae1c1c56ea5086470ade948 Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Mon, 12 Jun 2023 23:44:34 +0200
Subject: [PATCH 2/2] steamguard-cli: update to 0.7.1

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

diff --git a/srcpkgs/steamguard-cli/template b/srcpkgs/steamguard-cli/template
index cd82fd6c686b..e091a46508da 100644
--- a/srcpkgs/steamguard-cli/template
+++ b/srcpkgs/steamguard-cli/template
@@ -1,6 +1,6 @@
 # Template file for 'steamguard-cli'
 pkgname=steamguard-cli
-version=0.7.0
+version=0.7.1
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -9,4 +9,4 @@ maintainer="Filip Rojek <filip@filiprojek.cz>"
 license="GPL-3.0-only"
 homepage="https://github.com/dyc3/steamguard-cli"
 distfiles="https://github.com/dyc3/steamguard-cli/archive/v${version}/steamguard-cli-${version}.tar.gz"
-checksum=fae8e6b842443c544ee32a4f46bdf49280aa81cb8c443aa45e4c012b9bcef848
+checksum=22ab02a3032e28636c265e5e0552ee319b4256079a07c5a4e83698d1465574ea

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

* Re: [PR PATCH] [Updated] New package: steamguard-cli-0.7.1
  2023-03-12 22:12 [PR PATCH] New package: steamguard-cli-0.7.0 filiprojek
                   ` (5 preceding siblings ...)
  2023-06-12 22:27 ` filiprojek
@ 2023-07-09  8:42 ` filiprojek
  2023-07-09 13:29 ` New package: steamguard-cli-0.10.1 filiprojek
                   ` (12 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: filiprojek @ 2023-07-09  8:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/filiprojek/void-packages steamguard-cli
https://github.com/void-linux/void-packages/pull/42732

New package: steamguard-cli-0.7.1
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures:
  - x86_64-musl


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

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

From faae76211b2b7c77ccfae502f4d91d138f365cc4 Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Sun, 12 Mar 2023 22:19:37 +0100
Subject: [PATCH 1/3] New package: steamguard-cli-0.7.0

---
 srcpkgs/steamguard-cli/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/steamguard-cli/template

diff --git a/srcpkgs/steamguard-cli/template b/srcpkgs/steamguard-cli/template
new file mode 100644
index 000000000000..cd82fd6c686b
--- /dev/null
+++ b/srcpkgs/steamguard-cli/template
@@ -0,0 +1,12 @@
+# Template file for 'steamguard-cli'
+pkgname=steamguard-cli
+version=0.7.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+short_desc="Utility for Steam 2FA and for managing trade confirmations"
+maintainer="Filip Rojek <filip@filiprojek.cz>"
+license="GPL-3.0-only"
+homepage="https://github.com/dyc3/steamguard-cli"
+distfiles="https://github.com/dyc3/steamguard-cli/archive/v${version}/steamguard-cli-${version}.tar.gz"
+checksum=fae8e6b842443c544ee32a4f46bdf49280aa81cb8c443aa45e4c012b9bcef848

From b52edeeefe2839e20a6df6552f02a9a9dc2d93db Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Mon, 12 Jun 2023 23:44:34 +0200
Subject: [PATCH 2/3] steamguard-cli: update to 0.7.1

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

diff --git a/srcpkgs/steamguard-cli/template b/srcpkgs/steamguard-cli/template
index cd82fd6c686b..e091a46508da 100644
--- a/srcpkgs/steamguard-cli/template
+++ b/srcpkgs/steamguard-cli/template
@@ -1,6 +1,6 @@
 # Template file for 'steamguard-cli'
 pkgname=steamguard-cli
-version=0.7.0
+version=0.7.1
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -9,4 +9,4 @@ maintainer="Filip Rojek <filip@filiprojek.cz>"
 license="GPL-3.0-only"
 homepage="https://github.com/dyc3/steamguard-cli"
 distfiles="https://github.com/dyc3/steamguard-cli/archive/v${version}/steamguard-cli-${version}.tar.gz"
-checksum=fae8e6b842443c544ee32a4f46bdf49280aa81cb8c443aa45e4c012b9bcef848
+checksum=22ab02a3032e28636c265e5e0552ee319b4256079a07c5a4e83698d1465574ea

From 49d6c3020ceafeddd71dcf9a2c4b4e54e2202ade Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Sun, 9 Jul 2023 10:41:29 +0200
Subject: [PATCH 3/3] steamguard-cli: update to 0.10.1

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

diff --git a/srcpkgs/steamguard-cli/template b/srcpkgs/steamguard-cli/template
index e091a46508da..59c676e13c2f 100644
--- a/srcpkgs/steamguard-cli/template
+++ b/srcpkgs/steamguard-cli/template
@@ -1,6 +1,6 @@
 # Template file for 'steamguard-cli'
 pkgname=steamguard-cli
-version=0.7.1
+version=0.10.1
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -9,4 +9,4 @@ maintainer="Filip Rojek <filip@filiprojek.cz>"
 license="GPL-3.0-only"
 homepage="https://github.com/dyc3/steamguard-cli"
 distfiles="https://github.com/dyc3/steamguard-cli/archive/v${version}/steamguard-cli-${version}.tar.gz"
-checksum=22ab02a3032e28636c265e5e0552ee319b4256079a07c5a4e83698d1465574ea
+checksum=7f01fbcca0fd7014d5688dee8442bcfaeb5e95f09c848800338db64c2ce2c16b

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

* Re: New package: steamguard-cli-0.10.1
  2023-03-12 22:12 [PR PATCH] New package: steamguard-cli-0.7.0 filiprojek
                   ` (6 preceding siblings ...)
  2023-07-09  8:42 ` [PR PATCH] [Updated] New package: steamguard-cli-0.7.1 filiprojek
@ 2023-07-09 13:29 ` filiprojek
  2023-07-10 10:17 ` [PR PATCH] [Updated] " filiprojek
                   ` (11 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: filiprojek @ 2023-07-09 13:29 UTC (permalink / raw)
  To: ml

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

New comment by filiprojek on void-packages repository

https://github.com/void-linux/void-packages/pull/42732#issuecomment-1627716654

Comment:
updated to 0.10.1, just a version bump

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

* Re: [PR PATCH] [Updated] New package: steamguard-cli-0.10.1
  2023-03-12 22:12 [PR PATCH] New package: steamguard-cli-0.7.0 filiprojek
                   ` (7 preceding siblings ...)
  2023-07-09 13:29 ` New package: steamguard-cli-0.10.1 filiprojek
@ 2023-07-10 10:17 ` filiprojek
  2023-07-10 10:34 ` filiprojek
                   ` (10 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: filiprojek @ 2023-07-10 10:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/filiprojek/void-packages steamguard-cli
https://github.com/void-linux/void-packages/pull/42732

New package: steamguard-cli-0.10.1
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures:
  - x86_64-musl


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

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

From faae76211b2b7c77ccfae502f4d91d138f365cc4 Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Sun, 12 Mar 2023 22:19:37 +0100
Subject: [PATCH 1/4] New package: steamguard-cli-0.7.0

---
 srcpkgs/steamguard-cli/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/steamguard-cli/template

diff --git a/srcpkgs/steamguard-cli/template b/srcpkgs/steamguard-cli/template
new file mode 100644
index 000000000000..cd82fd6c686b
--- /dev/null
+++ b/srcpkgs/steamguard-cli/template
@@ -0,0 +1,12 @@
+# Template file for 'steamguard-cli'
+pkgname=steamguard-cli
+version=0.7.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+short_desc="Utility for Steam 2FA and for managing trade confirmations"
+maintainer="Filip Rojek <filip@filiprojek.cz>"
+license="GPL-3.0-only"
+homepage="https://github.com/dyc3/steamguard-cli"
+distfiles="https://github.com/dyc3/steamguard-cli/archive/v${version}/steamguard-cli-${version}.tar.gz"
+checksum=fae8e6b842443c544ee32a4f46bdf49280aa81cb8c443aa45e4c012b9bcef848

From b52edeeefe2839e20a6df6552f02a9a9dc2d93db Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Mon, 12 Jun 2023 23:44:34 +0200
Subject: [PATCH 2/4] steamguard-cli: update to 0.7.1

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

diff --git a/srcpkgs/steamguard-cli/template b/srcpkgs/steamguard-cli/template
index cd82fd6c686b..e091a46508da 100644
--- a/srcpkgs/steamguard-cli/template
+++ b/srcpkgs/steamguard-cli/template
@@ -1,6 +1,6 @@
 # Template file for 'steamguard-cli'
 pkgname=steamguard-cli
-version=0.7.0
+version=0.7.1
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -9,4 +9,4 @@ maintainer="Filip Rojek <filip@filiprojek.cz>"
 license="GPL-3.0-only"
 homepage="https://github.com/dyc3/steamguard-cli"
 distfiles="https://github.com/dyc3/steamguard-cli/archive/v${version}/steamguard-cli-${version}.tar.gz"
-checksum=fae8e6b842443c544ee32a4f46bdf49280aa81cb8c443aa45e4c012b9bcef848
+checksum=22ab02a3032e28636c265e5e0552ee319b4256079a07c5a4e83698d1465574ea

From 49d6c3020ceafeddd71dcf9a2c4b4e54e2202ade Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Sun, 9 Jul 2023 10:41:29 +0200
Subject: [PATCH 3/4] steamguard-cli: update to 0.10.1

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

diff --git a/srcpkgs/steamguard-cli/template b/srcpkgs/steamguard-cli/template
index e091a46508da..59c676e13c2f 100644
--- a/srcpkgs/steamguard-cli/template
+++ b/srcpkgs/steamguard-cli/template
@@ -1,6 +1,6 @@
 # Template file for 'steamguard-cli'
 pkgname=steamguard-cli
-version=0.7.1
+version=0.10.1
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -9,4 +9,4 @@ maintainer="Filip Rojek <filip@filiprojek.cz>"
 license="GPL-3.0-only"
 homepage="https://github.com/dyc3/steamguard-cli"
 distfiles="https://github.com/dyc3/steamguard-cli/archive/v${version}/steamguard-cli-${version}.tar.gz"
-checksum=22ab02a3032e28636c265e5e0552ee319b4256079a07c5a4e83698d1465574ea
+checksum=7f01fbcca0fd7014d5688dee8442bcfaeb5e95f09c848800338db64c2ce2c16b

From 01da862ff310417f6e2e7ed353dda343af0d6063 Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Mon, 10 Jul 2023 12:17:04 +0200
Subject: [PATCH 4/4] steamguard-cli: update to 0.10.2

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

diff --git a/srcpkgs/steamguard-cli/template b/srcpkgs/steamguard-cli/template
index 59c676e13c2f..115cac7e00a4 100644
--- a/srcpkgs/steamguard-cli/template
+++ b/srcpkgs/steamguard-cli/template
@@ -1,6 +1,6 @@
 # Template file for 'steamguard-cli'
 pkgname=steamguard-cli
-version=0.10.1
+version=0.10.2
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -9,4 +9,4 @@ maintainer="Filip Rojek <filip@filiprojek.cz>"
 license="GPL-3.0-only"
 homepage="https://github.com/dyc3/steamguard-cli"
 distfiles="https://github.com/dyc3/steamguard-cli/archive/v${version}/steamguard-cli-${version}.tar.gz"
-checksum=7f01fbcca0fd7014d5688dee8442bcfaeb5e95f09c848800338db64c2ce2c16b
+checksum=cc82cc5619595d539170632557e06b52496355385f72b50094dd6d16fb262631

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

* Re: New package: steamguard-cli-0.10.1
  2023-03-12 22:12 [PR PATCH] New package: steamguard-cli-0.7.0 filiprojek
                   ` (8 preceding siblings ...)
  2023-07-10 10:17 ` [PR PATCH] [Updated] " filiprojek
@ 2023-07-10 10:34 ` filiprojek
  2023-08-26  9:18 ` [PR PATCH] [Updated] New package: steamguard-cli-0.10.2 filiprojek
                   ` (9 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: filiprojek @ 2023-07-10 10:34 UTC (permalink / raw)
  To: ml

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

New comment by filiprojek on void-packages repository

https://github.com/void-linux/void-packages/pull/42732#issuecomment-1628677604

Comment:
bumped to 0.10.2

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

* Re: [PR PATCH] [Updated] New package: steamguard-cli-0.10.2
  2023-03-12 22:12 [PR PATCH] New package: steamguard-cli-0.7.0 filiprojek
                   ` (9 preceding siblings ...)
  2023-07-10 10:34 ` filiprojek
@ 2023-08-26  9:18 ` filiprojek
  2023-08-26  9:19 ` New package: steamguard-cli-0.11.0 filiprojek
                   ` (8 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: filiprojek @ 2023-08-26  9:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/filiprojek/void-packages steamguard-cli
https://github.com/void-linux/void-packages/pull/42732

New package: steamguard-cli-0.10.2
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures:
  - x86_64-musl


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

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

From 1f5f6254da041df827c4a42a998938d82dbff876 Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Sun, 12 Mar 2023 22:19:37 +0100
Subject: [PATCH 1/5] New package: steamguard-cli-0.7.0

---
 srcpkgs/steamguard-cli/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/steamguard-cli/template

diff --git a/srcpkgs/steamguard-cli/template b/srcpkgs/steamguard-cli/template
new file mode 100644
index 0000000000000..cd82fd6c686b5
--- /dev/null
+++ b/srcpkgs/steamguard-cli/template
@@ -0,0 +1,12 @@
+# Template file for 'steamguard-cli'
+pkgname=steamguard-cli
+version=0.7.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+short_desc="Utility for Steam 2FA and for managing trade confirmations"
+maintainer="Filip Rojek <filip@filiprojek.cz>"
+license="GPL-3.0-only"
+homepage="https://github.com/dyc3/steamguard-cli"
+distfiles="https://github.com/dyc3/steamguard-cli/archive/v${version}/steamguard-cli-${version}.tar.gz"
+checksum=fae8e6b842443c544ee32a4f46bdf49280aa81cb8c443aa45e4c012b9bcef848

From 54554f0bb3794baea73b7d6af1326d6cf374a5c1 Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Mon, 12 Jun 2023 23:44:34 +0200
Subject: [PATCH 2/5] steamguard-cli: update to 0.7.1

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

diff --git a/srcpkgs/steamguard-cli/template b/srcpkgs/steamguard-cli/template
index cd82fd6c686b5..e091a46508da4 100644
--- a/srcpkgs/steamguard-cli/template
+++ b/srcpkgs/steamguard-cli/template
@@ -1,6 +1,6 @@
 # Template file for 'steamguard-cli'
 pkgname=steamguard-cli
-version=0.7.0
+version=0.7.1
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -9,4 +9,4 @@ maintainer="Filip Rojek <filip@filiprojek.cz>"
 license="GPL-3.0-only"
 homepage="https://github.com/dyc3/steamguard-cli"
 distfiles="https://github.com/dyc3/steamguard-cli/archive/v${version}/steamguard-cli-${version}.tar.gz"
-checksum=fae8e6b842443c544ee32a4f46bdf49280aa81cb8c443aa45e4c012b9bcef848
+checksum=22ab02a3032e28636c265e5e0552ee319b4256079a07c5a4e83698d1465574ea

From 9927e3b871e098a72624747568d48eefe7c5e754 Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Sun, 9 Jul 2023 10:41:29 +0200
Subject: [PATCH 3/5] steamguard-cli: update to 0.10.1

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

diff --git a/srcpkgs/steamguard-cli/template b/srcpkgs/steamguard-cli/template
index e091a46508da4..59c676e13c2f5 100644
--- a/srcpkgs/steamguard-cli/template
+++ b/srcpkgs/steamguard-cli/template
@@ -1,6 +1,6 @@
 # Template file for 'steamguard-cli'
 pkgname=steamguard-cli
-version=0.7.1
+version=0.10.1
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -9,4 +9,4 @@ maintainer="Filip Rojek <filip@filiprojek.cz>"
 license="GPL-3.0-only"
 homepage="https://github.com/dyc3/steamguard-cli"
 distfiles="https://github.com/dyc3/steamguard-cli/archive/v${version}/steamguard-cli-${version}.tar.gz"
-checksum=22ab02a3032e28636c265e5e0552ee319b4256079a07c5a4e83698d1465574ea
+checksum=7f01fbcca0fd7014d5688dee8442bcfaeb5e95f09c848800338db64c2ce2c16b

From f54c89d939619371df712a35fead1eceb4163cc6 Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Mon, 10 Jul 2023 12:17:04 +0200
Subject: [PATCH 4/5] steamguard-cli: update to 0.10.2

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

diff --git a/srcpkgs/steamguard-cli/template b/srcpkgs/steamguard-cli/template
index 59c676e13c2f5..115cac7e00a42 100644
--- a/srcpkgs/steamguard-cli/template
+++ b/srcpkgs/steamguard-cli/template
@@ -1,6 +1,6 @@
 # Template file for 'steamguard-cli'
 pkgname=steamguard-cli
-version=0.10.1
+version=0.10.2
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -9,4 +9,4 @@ maintainer="Filip Rojek <filip@filiprojek.cz>"
 license="GPL-3.0-only"
 homepage="https://github.com/dyc3/steamguard-cli"
 distfiles="https://github.com/dyc3/steamguard-cli/archive/v${version}/steamguard-cli-${version}.tar.gz"
-checksum=7f01fbcca0fd7014d5688dee8442bcfaeb5e95f09c848800338db64c2ce2c16b
+checksum=cc82cc5619595d539170632557e06b52496355385f72b50094dd6d16fb262631

From ee262ffe6a114f82b531f40af9f83dfefe7c1d55 Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Sat, 26 Aug 2023 10:43:12 +0200
Subject: [PATCH 5/5] steamguard-cli: update to 0.11.0

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

diff --git a/srcpkgs/steamguard-cli/template b/srcpkgs/steamguard-cli/template
index 115cac7e00a42..89b4eb5664e6a 100644
--- a/srcpkgs/steamguard-cli/template
+++ b/srcpkgs/steamguard-cli/template
@@ -1,6 +1,6 @@
 # Template file for 'steamguard-cli'
 pkgname=steamguard-cli
-version=0.10.2
+version=0.11.0
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -9,4 +9,4 @@ maintainer="Filip Rojek <filip@filiprojek.cz>"
 license="GPL-3.0-only"
 homepage="https://github.com/dyc3/steamguard-cli"
 distfiles="https://github.com/dyc3/steamguard-cli/archive/v${version}/steamguard-cli-${version}.tar.gz"
-checksum=cc82cc5619595d539170632557e06b52496355385f72b50094dd6d16fb262631
+checksum=602e6001ca597e36625134423c93f452a302e005714027e29b0dd4cc464b895d

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

* Re: New package: steamguard-cli-0.11.0
  2023-03-12 22:12 [PR PATCH] New package: steamguard-cli-0.7.0 filiprojek
                   ` (10 preceding siblings ...)
  2023-08-26  9:18 ` [PR PATCH] [Updated] New package: steamguard-cli-0.10.2 filiprojek
@ 2023-08-26  9:19 ` filiprojek
  2023-09-09 15:29 ` [PR PATCH] [Updated] " filiprojek
                   ` (7 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: filiprojek @ 2023-08-26  9:19 UTC (permalink / raw)
  To: ml

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

New comment by filiprojek on void-packages repository

https://github.com/void-linux/void-packages/pull/42732#issuecomment-1694239686

Comment:
bumped to 0.11.0

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

* Re: [PR PATCH] [Updated] New package: steamguard-cli-0.11.0
  2023-03-12 22:12 [PR PATCH] New package: steamguard-cli-0.7.0 filiprojek
                   ` (11 preceding siblings ...)
  2023-08-26  9:19 ` New package: steamguard-cli-0.11.0 filiprojek
@ 2023-09-09 15:29 ` filiprojek
  2023-09-09 16:11 ` New package: steamguard-cli-0.12.0 filiprojek
                   ` (6 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: filiprojek @ 2023-09-09 15:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/filiprojek/void-packages steamguard-cli
https://github.com/void-linux/void-packages/pull/42732

New package: steamguard-cli-0.11.0
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures:
  - x86_64-musl


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

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

From b2bd0730256c57b4bdfab24515b27875f5be31a4 Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Sun, 12 Mar 2023 22:19:37 +0100
Subject: [PATCH 1/6] New package: steamguard-cli-0.7.0

---
 srcpkgs/steamguard-cli/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/steamguard-cli/template

diff --git a/srcpkgs/steamguard-cli/template b/srcpkgs/steamguard-cli/template
new file mode 100644
index 0000000000000..cd82fd6c686b5
--- /dev/null
+++ b/srcpkgs/steamguard-cli/template
@@ -0,0 +1,12 @@
+# Template file for 'steamguard-cli'
+pkgname=steamguard-cli
+version=0.7.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+short_desc="Utility for Steam 2FA and for managing trade confirmations"
+maintainer="Filip Rojek <filip@filiprojek.cz>"
+license="GPL-3.0-only"
+homepage="https://github.com/dyc3/steamguard-cli"
+distfiles="https://github.com/dyc3/steamguard-cli/archive/v${version}/steamguard-cli-${version}.tar.gz"
+checksum=fae8e6b842443c544ee32a4f46bdf49280aa81cb8c443aa45e4c012b9bcef848

From 1be485ddf32a1084933cb18fe72d00eebe5976aa Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Mon, 12 Jun 2023 23:44:34 +0200
Subject: [PATCH 2/6] steamguard-cli: update to 0.7.1

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

diff --git a/srcpkgs/steamguard-cli/template b/srcpkgs/steamguard-cli/template
index cd82fd6c686b5..e091a46508da4 100644
--- a/srcpkgs/steamguard-cli/template
+++ b/srcpkgs/steamguard-cli/template
@@ -1,6 +1,6 @@
 # Template file for 'steamguard-cli'
 pkgname=steamguard-cli
-version=0.7.0
+version=0.7.1
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -9,4 +9,4 @@ maintainer="Filip Rojek <filip@filiprojek.cz>"
 license="GPL-3.0-only"
 homepage="https://github.com/dyc3/steamguard-cli"
 distfiles="https://github.com/dyc3/steamguard-cli/archive/v${version}/steamguard-cli-${version}.tar.gz"
-checksum=fae8e6b842443c544ee32a4f46bdf49280aa81cb8c443aa45e4c012b9bcef848
+checksum=22ab02a3032e28636c265e5e0552ee319b4256079a07c5a4e83698d1465574ea

From a54badb0852c58e5ad7e6e1e846cfcbd6c38bcaf Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Sun, 9 Jul 2023 10:41:29 +0200
Subject: [PATCH 3/6] steamguard-cli: update to 0.10.1

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

diff --git a/srcpkgs/steamguard-cli/template b/srcpkgs/steamguard-cli/template
index e091a46508da4..59c676e13c2f5 100644
--- a/srcpkgs/steamguard-cli/template
+++ b/srcpkgs/steamguard-cli/template
@@ -1,6 +1,6 @@
 # Template file for 'steamguard-cli'
 pkgname=steamguard-cli
-version=0.7.1
+version=0.10.1
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -9,4 +9,4 @@ maintainer="Filip Rojek <filip@filiprojek.cz>"
 license="GPL-3.0-only"
 homepage="https://github.com/dyc3/steamguard-cli"
 distfiles="https://github.com/dyc3/steamguard-cli/archive/v${version}/steamguard-cli-${version}.tar.gz"
-checksum=22ab02a3032e28636c265e5e0552ee319b4256079a07c5a4e83698d1465574ea
+checksum=7f01fbcca0fd7014d5688dee8442bcfaeb5e95f09c848800338db64c2ce2c16b

From 4c05cecfe936d6796c27690c9d7e0503e511a1c8 Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Mon, 10 Jul 2023 12:17:04 +0200
Subject: [PATCH 4/6] steamguard-cli: update to 0.10.2

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

diff --git a/srcpkgs/steamguard-cli/template b/srcpkgs/steamguard-cli/template
index 59c676e13c2f5..115cac7e00a42 100644
--- a/srcpkgs/steamguard-cli/template
+++ b/srcpkgs/steamguard-cli/template
@@ -1,6 +1,6 @@
 # Template file for 'steamguard-cli'
 pkgname=steamguard-cli
-version=0.10.1
+version=0.10.2
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -9,4 +9,4 @@ maintainer="Filip Rojek <filip@filiprojek.cz>"
 license="GPL-3.0-only"
 homepage="https://github.com/dyc3/steamguard-cli"
 distfiles="https://github.com/dyc3/steamguard-cli/archive/v${version}/steamguard-cli-${version}.tar.gz"
-checksum=7f01fbcca0fd7014d5688dee8442bcfaeb5e95f09c848800338db64c2ce2c16b
+checksum=cc82cc5619595d539170632557e06b52496355385f72b50094dd6d16fb262631

From b5aba63077b350e1a30b5d1ce3bb86bc336ee8e3 Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Sat, 26 Aug 2023 10:43:12 +0200
Subject: [PATCH 5/6] steamguard-cli: update to 0.11.0

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

diff --git a/srcpkgs/steamguard-cli/template b/srcpkgs/steamguard-cli/template
index 115cac7e00a42..89b4eb5664e6a 100644
--- a/srcpkgs/steamguard-cli/template
+++ b/srcpkgs/steamguard-cli/template
@@ -1,6 +1,6 @@
 # Template file for 'steamguard-cli'
 pkgname=steamguard-cli
-version=0.10.2
+version=0.11.0
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -9,4 +9,4 @@ maintainer="Filip Rojek <filip@filiprojek.cz>"
 license="GPL-3.0-only"
 homepage="https://github.com/dyc3/steamguard-cli"
 distfiles="https://github.com/dyc3/steamguard-cli/archive/v${version}/steamguard-cli-${version}.tar.gz"
-checksum=cc82cc5619595d539170632557e06b52496355385f72b50094dd6d16fb262631
+checksum=602e6001ca597e36625134423c93f452a302e005714027e29b0dd4cc464b895d

From 0704bf4ffb7142a3bf9a996bc528e95a072a1b2e Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Sat, 9 Sep 2023 17:27:29 +0200
Subject: [PATCH 6/6] steamguard-cli: update to 0.12.0

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

diff --git a/srcpkgs/steamguard-cli/template b/srcpkgs/steamguard-cli/template
index 89b4eb5664e6a..bf8aa0eca5871 100644
--- a/srcpkgs/steamguard-cli/template
+++ b/srcpkgs/steamguard-cli/template
@@ -1,6 +1,6 @@
 # Template file for 'steamguard-cli'
 pkgname=steamguard-cli
-version=0.11.0
+version=0.12.0
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -9,4 +9,4 @@ maintainer="Filip Rojek <filip@filiprojek.cz>"
 license="GPL-3.0-only"
 homepage="https://github.com/dyc3/steamguard-cli"
 distfiles="https://github.com/dyc3/steamguard-cli/archive/v${version}/steamguard-cli-${version}.tar.gz"
-checksum=602e6001ca597e36625134423c93f452a302e005714027e29b0dd4cc464b895d
+checksum=60e0e925fa2ca1a10cef99ebb9f85cc73b62556bc17040ed1b9a6ec9536ba233

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

* Re: New package: steamguard-cli-0.12.0
  2023-03-12 22:12 [PR PATCH] New package: steamguard-cli-0.7.0 filiprojek
                   ` (12 preceding siblings ...)
  2023-09-09 15:29 ` [PR PATCH] [Updated] " filiprojek
@ 2023-09-09 16:11 ` filiprojek
  2023-11-07  0:28 ` [PR PATCH] [Updated] " filiprojek
                   ` (5 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: filiprojek @ 2023-09-09 16:11 UTC (permalink / raw)
  To: ml

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

New comment by filiprojek on void-packages repository

https://github.com/void-linux/void-packages/pull/42732#issuecomment-1712545645

Comment:
bumped to 0.12.0

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

* Re: [PR PATCH] [Updated] New package: steamguard-cli-0.12.0
  2023-03-12 22:12 [PR PATCH] New package: steamguard-cli-0.7.0 filiprojek
                   ` (13 preceding siblings ...)
  2023-09-09 16:11 ` New package: steamguard-cli-0.12.0 filiprojek
@ 2023-11-07  0:28 ` filiprojek
  2023-12-02 16:04 ` New package: steamguard-cli-0.12.3 rookiejet
                   ` (4 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: filiprojek @ 2023-11-07  0:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/filiprojek/void-packages steamguard-cli
https://github.com/void-linux/void-packages/pull/42732

New package: steamguard-cli-0.12.0
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures:
  - x86_64-musl


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

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

From d795711a65c5f54afaa52954ab724a69038ba27f Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Sun, 12 Mar 2023 22:19:37 +0100
Subject: [PATCH 1/7] New package: steamguard-cli-0.7.0

---
 srcpkgs/steamguard-cli/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/steamguard-cli/template

diff --git a/srcpkgs/steamguard-cli/template b/srcpkgs/steamguard-cli/template
new file mode 100644
index 0000000000000..cd82fd6c686b5
--- /dev/null
+++ b/srcpkgs/steamguard-cli/template
@@ -0,0 +1,12 @@
+# Template file for 'steamguard-cli'
+pkgname=steamguard-cli
+version=0.7.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+short_desc="Utility for Steam 2FA and for managing trade confirmations"
+maintainer="Filip Rojek <filip@filiprojek.cz>"
+license="GPL-3.0-only"
+homepage="https://github.com/dyc3/steamguard-cli"
+distfiles="https://github.com/dyc3/steamguard-cli/archive/v${version}/steamguard-cli-${version}.tar.gz"
+checksum=fae8e6b842443c544ee32a4f46bdf49280aa81cb8c443aa45e4c012b9bcef848

From fdcadf239c9889f3d313c7d7277aa18018767597 Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Mon, 12 Jun 2023 23:44:34 +0200
Subject: [PATCH 2/7] steamguard-cli: update to 0.7.1

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

diff --git a/srcpkgs/steamguard-cli/template b/srcpkgs/steamguard-cli/template
index cd82fd6c686b5..e091a46508da4 100644
--- a/srcpkgs/steamguard-cli/template
+++ b/srcpkgs/steamguard-cli/template
@@ -1,6 +1,6 @@
 # Template file for 'steamguard-cli'
 pkgname=steamguard-cli
-version=0.7.0
+version=0.7.1
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -9,4 +9,4 @@ maintainer="Filip Rojek <filip@filiprojek.cz>"
 license="GPL-3.0-only"
 homepage="https://github.com/dyc3/steamguard-cli"
 distfiles="https://github.com/dyc3/steamguard-cli/archive/v${version}/steamguard-cli-${version}.tar.gz"
-checksum=fae8e6b842443c544ee32a4f46bdf49280aa81cb8c443aa45e4c012b9bcef848
+checksum=22ab02a3032e28636c265e5e0552ee319b4256079a07c5a4e83698d1465574ea

From 2b014733e6b0bc8a34c5d2e9189e54cc1a57580e Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Sun, 9 Jul 2023 10:41:29 +0200
Subject: [PATCH 3/7] steamguard-cli: update to 0.10.1

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

diff --git a/srcpkgs/steamguard-cli/template b/srcpkgs/steamguard-cli/template
index e091a46508da4..59c676e13c2f5 100644
--- a/srcpkgs/steamguard-cli/template
+++ b/srcpkgs/steamguard-cli/template
@@ -1,6 +1,6 @@
 # Template file for 'steamguard-cli'
 pkgname=steamguard-cli
-version=0.7.1
+version=0.10.1
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -9,4 +9,4 @@ maintainer="Filip Rojek <filip@filiprojek.cz>"
 license="GPL-3.0-only"
 homepage="https://github.com/dyc3/steamguard-cli"
 distfiles="https://github.com/dyc3/steamguard-cli/archive/v${version}/steamguard-cli-${version}.tar.gz"
-checksum=22ab02a3032e28636c265e5e0552ee319b4256079a07c5a4e83698d1465574ea
+checksum=7f01fbcca0fd7014d5688dee8442bcfaeb5e95f09c848800338db64c2ce2c16b

From cde473b3239d53f4a0e70fa3b824c1b085851673 Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Mon, 10 Jul 2023 12:17:04 +0200
Subject: [PATCH 4/7] steamguard-cli: update to 0.10.2

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

diff --git a/srcpkgs/steamguard-cli/template b/srcpkgs/steamguard-cli/template
index 59c676e13c2f5..115cac7e00a42 100644
--- a/srcpkgs/steamguard-cli/template
+++ b/srcpkgs/steamguard-cli/template
@@ -1,6 +1,6 @@
 # Template file for 'steamguard-cli'
 pkgname=steamguard-cli
-version=0.10.1
+version=0.10.2
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -9,4 +9,4 @@ maintainer="Filip Rojek <filip@filiprojek.cz>"
 license="GPL-3.0-only"
 homepage="https://github.com/dyc3/steamguard-cli"
 distfiles="https://github.com/dyc3/steamguard-cli/archive/v${version}/steamguard-cli-${version}.tar.gz"
-checksum=7f01fbcca0fd7014d5688dee8442bcfaeb5e95f09c848800338db64c2ce2c16b
+checksum=cc82cc5619595d539170632557e06b52496355385f72b50094dd6d16fb262631

From bbfb415e8e2353a218ea9a056a50d9b5cd2a24ea Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Sat, 26 Aug 2023 10:43:12 +0200
Subject: [PATCH 5/7] steamguard-cli: update to 0.11.0

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

diff --git a/srcpkgs/steamguard-cli/template b/srcpkgs/steamguard-cli/template
index 115cac7e00a42..89b4eb5664e6a 100644
--- a/srcpkgs/steamguard-cli/template
+++ b/srcpkgs/steamguard-cli/template
@@ -1,6 +1,6 @@
 # Template file for 'steamguard-cli'
 pkgname=steamguard-cli
-version=0.10.2
+version=0.11.0
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -9,4 +9,4 @@ maintainer="Filip Rojek <filip@filiprojek.cz>"
 license="GPL-3.0-only"
 homepage="https://github.com/dyc3/steamguard-cli"
 distfiles="https://github.com/dyc3/steamguard-cli/archive/v${version}/steamguard-cli-${version}.tar.gz"
-checksum=cc82cc5619595d539170632557e06b52496355385f72b50094dd6d16fb262631
+checksum=602e6001ca597e36625134423c93f452a302e005714027e29b0dd4cc464b895d

From 4520e192bd5cd9446de60732a850e8d89f1d30ba Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Sat, 9 Sep 2023 17:27:29 +0200
Subject: [PATCH 6/7] steamguard-cli: update to 0.12.0

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

diff --git a/srcpkgs/steamguard-cli/template b/srcpkgs/steamguard-cli/template
index 89b4eb5664e6a..bf8aa0eca5871 100644
--- a/srcpkgs/steamguard-cli/template
+++ b/srcpkgs/steamguard-cli/template
@@ -1,6 +1,6 @@
 # Template file for 'steamguard-cli'
 pkgname=steamguard-cli
-version=0.11.0
+version=0.12.0
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -9,4 +9,4 @@ maintainer="Filip Rojek <filip@filiprojek.cz>"
 license="GPL-3.0-only"
 homepage="https://github.com/dyc3/steamguard-cli"
 distfiles="https://github.com/dyc3/steamguard-cli/archive/v${version}/steamguard-cli-${version}.tar.gz"
-checksum=602e6001ca597e36625134423c93f452a302e005714027e29b0dd4cc464b895d
+checksum=60e0e925fa2ca1a10cef99ebb9f85cc73b62556bc17040ed1b9a6ec9536ba233

From 3cf3861bf75d88ae6acb957ab230bc92b2106713 Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Tue, 7 Nov 2023 01:27:44 +0100
Subject: [PATCH 7/7] steamguard-cli: update to 0.12.3

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

diff --git a/srcpkgs/steamguard-cli/template b/srcpkgs/steamguard-cli/template
index bf8aa0eca5871..f5d75af789462 100644
--- a/srcpkgs/steamguard-cli/template
+++ b/srcpkgs/steamguard-cli/template
@@ -1,6 +1,6 @@
 # Template file for 'steamguard-cli'
 pkgname=steamguard-cli
-version=0.12.0
+version=0.12.3
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -9,4 +9,4 @@ maintainer="Filip Rojek <filip@filiprojek.cz>"
 license="GPL-3.0-only"
 homepage="https://github.com/dyc3/steamguard-cli"
 distfiles="https://github.com/dyc3/steamguard-cli/archive/v${version}/steamguard-cli-${version}.tar.gz"
-checksum=60e0e925fa2ca1a10cef99ebb9f85cc73b62556bc17040ed1b9a6ec9536ba233
+checksum=ab61be79e595611d39558af38f3708c9212de687c68ec314e683faeca8bfb3e3

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

* Re: New package: steamguard-cli-0.12.3
  2023-03-12 22:12 [PR PATCH] New package: steamguard-cli-0.7.0 filiprojek
                   ` (14 preceding siblings ...)
  2023-11-07  0:28 ` [PR PATCH] [Updated] " filiprojek
@ 2023-12-02 16:04 ` rookiejet
  2023-12-06 15:20 ` [PR PATCH] [Updated] " filiprojek
                   ` (3 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: rookiejet @ 2023-12-02 16:04 UTC (permalink / raw)
  To: ml

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

New comment by rookiejet on void-packages repository

https://github.com/void-linux/void-packages/pull/42732#issuecomment-1837190643

Comment:
I've added shell completions to your template here: https://github.com/rookiejet/void-packages/commit/c2df2b92db5d42d54a3bf68a2f44f962a2baf94f
If you can integrate it, it'd be great. Thanks for the package.

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

* Re: [PR PATCH] [Updated] New package: steamguard-cli-0.12.3
  2023-03-12 22:12 [PR PATCH] New package: steamguard-cli-0.7.0 filiprojek
                   ` (15 preceding siblings ...)
  2023-12-02 16:04 ` New package: steamguard-cli-0.12.3 rookiejet
@ 2023-12-06 15:20 ` filiprojek
  2023-12-08 17:27 ` [PR REVIEW] New package: steamguard-cli-0.12.4 classabbyamp
                   ` (2 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: filiprojek @ 2023-12-06 15:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/filiprojek/void-packages steamguard-cli
https://github.com/void-linux/void-packages/pull/42732

New package: steamguard-cli-0.12.3
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures:
  - x86_64-musl


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

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

From d795711a65c5f54afaa52954ab724a69038ba27f Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Sun, 12 Mar 2023 22:19:37 +0100
Subject: [PATCH 1/9] New package: steamguard-cli-0.7.0

---
 srcpkgs/steamguard-cli/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/steamguard-cli/template

diff --git a/srcpkgs/steamguard-cli/template b/srcpkgs/steamguard-cli/template
new file mode 100644
index 0000000000000..cd82fd6c686b5
--- /dev/null
+++ b/srcpkgs/steamguard-cli/template
@@ -0,0 +1,12 @@
+# Template file for 'steamguard-cli'
+pkgname=steamguard-cli
+version=0.7.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+short_desc="Utility for Steam 2FA and for managing trade confirmations"
+maintainer="Filip Rojek <filip@filiprojek.cz>"
+license="GPL-3.0-only"
+homepage="https://github.com/dyc3/steamguard-cli"
+distfiles="https://github.com/dyc3/steamguard-cli/archive/v${version}/steamguard-cli-${version}.tar.gz"
+checksum=fae8e6b842443c544ee32a4f46bdf49280aa81cb8c443aa45e4c012b9bcef848

From fdcadf239c9889f3d313c7d7277aa18018767597 Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Mon, 12 Jun 2023 23:44:34 +0200
Subject: [PATCH 2/9] steamguard-cli: update to 0.7.1

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

diff --git a/srcpkgs/steamguard-cli/template b/srcpkgs/steamguard-cli/template
index cd82fd6c686b5..e091a46508da4 100644
--- a/srcpkgs/steamguard-cli/template
+++ b/srcpkgs/steamguard-cli/template
@@ -1,6 +1,6 @@
 # Template file for 'steamguard-cli'
 pkgname=steamguard-cli
-version=0.7.0
+version=0.7.1
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -9,4 +9,4 @@ maintainer="Filip Rojek <filip@filiprojek.cz>"
 license="GPL-3.0-only"
 homepage="https://github.com/dyc3/steamguard-cli"
 distfiles="https://github.com/dyc3/steamguard-cli/archive/v${version}/steamguard-cli-${version}.tar.gz"
-checksum=fae8e6b842443c544ee32a4f46bdf49280aa81cb8c443aa45e4c012b9bcef848
+checksum=22ab02a3032e28636c265e5e0552ee319b4256079a07c5a4e83698d1465574ea

From 2b014733e6b0bc8a34c5d2e9189e54cc1a57580e Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Sun, 9 Jul 2023 10:41:29 +0200
Subject: [PATCH 3/9] steamguard-cli: update to 0.10.1

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

diff --git a/srcpkgs/steamguard-cli/template b/srcpkgs/steamguard-cli/template
index e091a46508da4..59c676e13c2f5 100644
--- a/srcpkgs/steamguard-cli/template
+++ b/srcpkgs/steamguard-cli/template
@@ -1,6 +1,6 @@
 # Template file for 'steamguard-cli'
 pkgname=steamguard-cli
-version=0.7.1
+version=0.10.1
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -9,4 +9,4 @@ maintainer="Filip Rojek <filip@filiprojek.cz>"
 license="GPL-3.0-only"
 homepage="https://github.com/dyc3/steamguard-cli"
 distfiles="https://github.com/dyc3/steamguard-cli/archive/v${version}/steamguard-cli-${version}.tar.gz"
-checksum=22ab02a3032e28636c265e5e0552ee319b4256079a07c5a4e83698d1465574ea
+checksum=7f01fbcca0fd7014d5688dee8442bcfaeb5e95f09c848800338db64c2ce2c16b

From cde473b3239d53f4a0e70fa3b824c1b085851673 Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Mon, 10 Jul 2023 12:17:04 +0200
Subject: [PATCH 4/9] steamguard-cli: update to 0.10.2

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

diff --git a/srcpkgs/steamguard-cli/template b/srcpkgs/steamguard-cli/template
index 59c676e13c2f5..115cac7e00a42 100644
--- a/srcpkgs/steamguard-cli/template
+++ b/srcpkgs/steamguard-cli/template
@@ -1,6 +1,6 @@
 # Template file for 'steamguard-cli'
 pkgname=steamguard-cli
-version=0.10.1
+version=0.10.2
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -9,4 +9,4 @@ maintainer="Filip Rojek <filip@filiprojek.cz>"
 license="GPL-3.0-only"
 homepage="https://github.com/dyc3/steamguard-cli"
 distfiles="https://github.com/dyc3/steamguard-cli/archive/v${version}/steamguard-cli-${version}.tar.gz"
-checksum=7f01fbcca0fd7014d5688dee8442bcfaeb5e95f09c848800338db64c2ce2c16b
+checksum=cc82cc5619595d539170632557e06b52496355385f72b50094dd6d16fb262631

From bbfb415e8e2353a218ea9a056a50d9b5cd2a24ea Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Sat, 26 Aug 2023 10:43:12 +0200
Subject: [PATCH 5/9] steamguard-cli: update to 0.11.0

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

diff --git a/srcpkgs/steamguard-cli/template b/srcpkgs/steamguard-cli/template
index 115cac7e00a42..89b4eb5664e6a 100644
--- a/srcpkgs/steamguard-cli/template
+++ b/srcpkgs/steamguard-cli/template
@@ -1,6 +1,6 @@
 # Template file for 'steamguard-cli'
 pkgname=steamguard-cli
-version=0.10.2
+version=0.11.0
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -9,4 +9,4 @@ maintainer="Filip Rojek <filip@filiprojek.cz>"
 license="GPL-3.0-only"
 homepage="https://github.com/dyc3/steamguard-cli"
 distfiles="https://github.com/dyc3/steamguard-cli/archive/v${version}/steamguard-cli-${version}.tar.gz"
-checksum=cc82cc5619595d539170632557e06b52496355385f72b50094dd6d16fb262631
+checksum=602e6001ca597e36625134423c93f452a302e005714027e29b0dd4cc464b895d

From 4520e192bd5cd9446de60732a850e8d89f1d30ba Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Sat, 9 Sep 2023 17:27:29 +0200
Subject: [PATCH 6/9] steamguard-cli: update to 0.12.0

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

diff --git a/srcpkgs/steamguard-cli/template b/srcpkgs/steamguard-cli/template
index 89b4eb5664e6a..bf8aa0eca5871 100644
--- a/srcpkgs/steamguard-cli/template
+++ b/srcpkgs/steamguard-cli/template
@@ -1,6 +1,6 @@
 # Template file for 'steamguard-cli'
 pkgname=steamguard-cli
-version=0.11.0
+version=0.12.0
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -9,4 +9,4 @@ maintainer="Filip Rojek <filip@filiprojek.cz>"
 license="GPL-3.0-only"
 homepage="https://github.com/dyc3/steamguard-cli"
 distfiles="https://github.com/dyc3/steamguard-cli/archive/v${version}/steamguard-cli-${version}.tar.gz"
-checksum=602e6001ca597e36625134423c93f452a302e005714027e29b0dd4cc464b895d
+checksum=60e0e925fa2ca1a10cef99ebb9f85cc73b62556bc17040ed1b9a6ec9536ba233

From 3cf3861bf75d88ae6acb957ab230bc92b2106713 Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Tue, 7 Nov 2023 01:27:44 +0100
Subject: [PATCH 7/9] steamguard-cli: update to 0.12.3

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

diff --git a/srcpkgs/steamguard-cli/template b/srcpkgs/steamguard-cli/template
index bf8aa0eca5871..f5d75af789462 100644
--- a/srcpkgs/steamguard-cli/template
+++ b/srcpkgs/steamguard-cli/template
@@ -1,6 +1,6 @@
 # Template file for 'steamguard-cli'
 pkgname=steamguard-cli
-version=0.12.0
+version=0.12.3
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -9,4 +9,4 @@ maintainer="Filip Rojek <filip@filiprojek.cz>"
 license="GPL-3.0-only"
 homepage="https://github.com/dyc3/steamguard-cli"
 distfiles="https://github.com/dyc3/steamguard-cli/archive/v${version}/steamguard-cli-${version}.tar.gz"
-checksum=60e0e925fa2ca1a10cef99ebb9f85cc73b62556bc17040ed1b9a6ec9536ba233
+checksum=ab61be79e595611d39558af38f3708c9212de687c68ec314e683faeca8bfb3e3

From 029fddd53a50329169478893dc52b075430c7cf3 Mon Sep 17 00:00:00 2001
From: Mazin Fadl <mazen@illumed.net>
Date: Tue, 28 Nov 2023 15:22:46 -0500
Subject: [PATCH 8/9] steamguard-cli: add shell completions

---
 srcpkgs/steamguard-cli/template | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/srcpkgs/steamguard-cli/template b/srcpkgs/steamguard-cli/template
index f5d75af789462..1b3c43b67eec8 100644
--- a/srcpkgs/steamguard-cli/template
+++ b/srcpkgs/steamguard-cli/template
@@ -3,6 +3,7 @@ pkgname=steamguard-cli
 version=0.12.3
 revision=1
 build_style=cargo
+build_helper=qemu
 hostmakedepends="pkg-config"
 short_desc="Utility for Steam 2FA and for managing trade confirmations"
 maintainer="Filip Rojek <filip@filiprojek.cz>"
@@ -10,3 +11,12 @@ license="GPL-3.0-only"
 homepage="https://github.com/dyc3/steamguard-cli"
 distfiles="https://github.com/dyc3/steamguard-cli/archive/v${version}/steamguard-cli-${version}.tar.gz"
 checksum=ab61be79e595611d39558af38f3708c9212de687c68ec314e683faeca8bfb3e3
+_completions="bash zsh fish"
+
+post_install() {
+	local bin=${DESTDIR}/usr/bin/steamguard
+	for shell in ${_completions}; do
+		vtargetrun ${bin} completion --shell ${shell} > completion.${shell}
+		vcompletion completion.${shell} ${shell} steamguard
+	done
+}

From 310fca42f4aa44ae688cc1abfaff585b93804c0b Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Wed, 6 Dec 2023 16:13:05 +0100
Subject: [PATCH 9/9] steamguard-cli update to 0.12.4

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

diff --git a/srcpkgs/steamguard-cli/template b/srcpkgs/steamguard-cli/template
index 1b3c43b67eec8..fa41e636a6a04 100644
--- a/srcpkgs/steamguard-cli/template
+++ b/srcpkgs/steamguard-cli/template
@@ -1,6 +1,6 @@
 # Template file for 'steamguard-cli'
 pkgname=steamguard-cli
-version=0.12.3
+version=0.12.4
 revision=1
 build_style=cargo
 build_helper=qemu
@@ -10,7 +10,7 @@ maintainer="Filip Rojek <filip@filiprojek.cz>"
 license="GPL-3.0-only"
 homepage="https://github.com/dyc3/steamguard-cli"
 distfiles="https://github.com/dyc3/steamguard-cli/archive/v${version}/steamguard-cli-${version}.tar.gz"
-checksum=ab61be79e595611d39558af38f3708c9212de687c68ec314e683faeca8bfb3e3
+checksum=09ebf49988c5e4ea293f2f52f504602054caae9df293414e4fb11ca5d86b0e09
 _completions="bash zsh fish"
 
 post_install() {

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

* Re: [PR REVIEW] New package: steamguard-cli-0.12.4
  2023-03-12 22:12 [PR PATCH] New package: steamguard-cli-0.7.0 filiprojek
                   ` (16 preceding siblings ...)
  2023-12-06 15:20 ` [PR PATCH] [Updated] " filiprojek
@ 2023-12-08 17:27 ` classabbyamp
  2023-12-08 17:58 ` [PR PATCH] [Updated] " filiprojek
  2023-12-08 18:08 ` [PR PATCH] [Merged]: " classabbyamp
  19 siblings, 0 replies; 21+ messages in thread
From: classabbyamp @ 2023-12-08 17:27 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/42732#discussion_r1420816463

Comment:
```suggestion

post_install() {
	for shell in bash zsh fish; do
		vtargetrun ${DESTDIR}/usr/bin/steamguard completion --shell ${shell} > completion.${shell}
```

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

* Re: [PR PATCH] [Updated] New package: steamguard-cli-0.12.4
  2023-03-12 22:12 [PR PATCH] New package: steamguard-cli-0.7.0 filiprojek
                   ` (17 preceding siblings ...)
  2023-12-08 17:27 ` [PR REVIEW] New package: steamguard-cli-0.12.4 classabbyamp
@ 2023-12-08 17:58 ` filiprojek
  2023-12-08 18:08 ` [PR PATCH] [Merged]: " classabbyamp
  19 siblings, 0 replies; 21+ messages in thread
From: filiprojek @ 2023-12-08 17:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/filiprojek/void-packages steamguard-cli
https://github.com/void-linux/void-packages/pull/42732

New package: steamguard-cli-0.12.4
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures:
  - x86_64-musl


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

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

From b66603b53f02bb83cde3393cac13e1c696896bd8 Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Sun, 12 Mar 2023 22:19:37 +0100
Subject: [PATCH] New package: steamguard-cli-0.12.4

---
 srcpkgs/steamguard-cli/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/steamguard-cli/template

diff --git a/srcpkgs/steamguard-cli/template b/srcpkgs/steamguard-cli/template
new file mode 100644
index 0000000000000..abfd18a32e875
--- /dev/null
+++ b/srcpkgs/steamguard-cli/template
@@ -0,0 +1,21 @@
+# Template file for 'steamguard-cli'
+pkgname=steamguard-cli
+version=0.12.4
+revision=1
+build_style=cargo
+build_helper=qemu
+hostmakedepends="pkg-config"
+short_desc="Utility for Steam 2FA and for managing trade confirmations"
+maintainer="Filip Rojek <filip@filiprojek.cz>"
+license="GPL-3.0-only"
+homepage="https://github.com/dyc3/steamguard-cli"
+changelog="https://github.com/dyc3/steamguard-cli/releases"
+distfiles="https://github.com/dyc3/steamguard-cli/archive/v${version}/steamguard-cli-${version}.tar.gz"
+checksum=09ebf49988c5e4ea293f2f52f504602054caae9df293414e4fb11ca5d86b0e09
+
+post_install() {
+	for shell in bash zsh fish; do
+		vtargetrun ${DESTDIR}/usr/bin/steamguard completion --shell ${shell} > completion.${shell}
+		vcompletion completion.${shell} ${shell} steamguard
+	done
+}

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

* Re: [PR PATCH] [Merged]: New package: steamguard-cli-0.12.4
  2023-03-12 22:12 [PR PATCH] New package: steamguard-cli-0.7.0 filiprojek
                   ` (18 preceding siblings ...)
  2023-12-08 17:58 ` [PR PATCH] [Updated] " filiprojek
@ 2023-12-08 18:08 ` classabbyamp
  19 siblings, 0 replies; 21+ messages in thread
From: classabbyamp @ 2023-12-08 18:08 UTC (permalink / raw)
  To: ml

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

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

New package: steamguard-cli-0.12.4
https://github.com/void-linux/void-packages/pull/42732

Description:
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures:
  - x86_64-musl


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

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

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-12 22:12 [PR PATCH] New package: steamguard-cli-0.7.0 filiprojek
2023-03-13  8:02 ` [PR REVIEW] " realcharmer
2023-03-13  9:20 ` [PR PATCH] [Updated] " filiprojek
2023-06-12  2:05 ` github-actions
2023-06-12  6:08 ` realcharmer
2023-06-12 21:50 ` [PR PATCH] [Updated] " filiprojek
2023-06-12 22:27 ` filiprojek
2023-07-09  8:42 ` [PR PATCH] [Updated] New package: steamguard-cli-0.7.1 filiprojek
2023-07-09 13:29 ` New package: steamguard-cli-0.10.1 filiprojek
2023-07-10 10:17 ` [PR PATCH] [Updated] " filiprojek
2023-07-10 10:34 ` filiprojek
2023-08-26  9:18 ` [PR PATCH] [Updated] New package: steamguard-cli-0.10.2 filiprojek
2023-08-26  9:19 ` New package: steamguard-cli-0.11.0 filiprojek
2023-09-09 15:29 ` [PR PATCH] [Updated] " filiprojek
2023-09-09 16:11 ` New package: steamguard-cli-0.12.0 filiprojek
2023-11-07  0:28 ` [PR PATCH] [Updated] " filiprojek
2023-12-02 16:04 ` New package: steamguard-cli-0.12.3 rookiejet
2023-12-06 15:20 ` [PR PATCH] [Updated] " filiprojek
2023-12-08 17:27 ` [PR REVIEW] New package: steamguard-cli-0.12.4 classabbyamp
2023-12-08 17:58 ` [PR PATCH] [Updated] " filiprojek
2023-12-08 18:08 ` [PR PATCH] [Merged]: " classabbyamp

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