Github messages for voidlinux
 help / color / mirror / Atom feed
From: filiprojek <filiprojek@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: steamguard-cli-0.11.0
Date: Sat, 09 Sep 2023 17:29:22 +0200	[thread overview]
Message-ID: <20230909152922.oHv151WOQoTCJhx1XRbWzpBpMykwFPP0qTifRziOVWo@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42732@inbox.vuxu.org>

[-- 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

  parent reply	other threads:[~2023-09-09 15:29 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` filiprojek [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230909152922.oHv151WOQoTCJhx1XRbWzpBpMykwFPP0qTifRziOVWo@z \
    --to=filiprojek@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).