Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] emptty: update to 0.9.1
@ 2023-01-31  7:04 tvrzna
  2023-02-11  5:29 ` [PR REVIEW] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: tvrzna @ 2023-01-31  7:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tvrzna/void-packages master
https://github.com/void-linux/void-packages/pull/41985

emptty: update to 0.9.1
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

From 4dffd7021a8fe7bc5e5d19504c66e1bc5242b899 Mon Sep 17 00:00:00 2001
From: Michal Tvrznik <emporeor@gmail.com>
Date: Tue, 31 Jan 2023 07:41:49 +0100
Subject: [PATCH] emptty: update to 0.9.1

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

diff --git a/srcpkgs/emptty/template b/srcpkgs/emptty/template
index 3f17c66ef127..5548f646f42e 100644
--- a/srcpkgs/emptty/template
+++ b/srcpkgs/emptty/template
@@ -1,6 +1,6 @@
 # Template file for 'emptty'
 pkgname=emptty
-version=0.9.0
+version=0.9.1
 revision=1
 build_style=go
 go_import_path=github.com/tvrzna/emptty
@@ -10,7 +10,7 @@ maintainer="tvrzna <emporeor@gmail.com>"
 license="MIT"
 homepage="https://github.com/tvrzna/emptty"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=530da58d898c499516b5f5b189e1c86801df949fb794c2242de652ef3ee65d15
+checksum=1b3c940da8d60705306525bf5a7619a7b30d954679e30a978a03ac53357e57d4
 conf_files="/etc/emptty/conf /etc/pam.d/emptty"
 
 post_install() {

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

* Re: [PR REVIEW] emptty: update to 0.9.1
  2023-01-31  7:04 [PR PATCH] emptty: update to 0.9.1 tvrzna
@ 2023-02-11  5:29 ` classabbyamp
  2023-02-13  8:51 ` [PR PATCH] [Updated] " tvrzna
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-02-11  5:29 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/41985#discussion_r1103529933

Comment:
```suggestion
distfiles="https://github.com/tvrzna/emptty/archive/v${version}.tar.gz"
```

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

* Re: [PR PATCH] [Updated] emptty: update to 0.9.1
  2023-01-31  7:04 [PR PATCH] emptty: update to 0.9.1 tvrzna
  2023-02-11  5:29 ` [PR REVIEW] " classabbyamp
@ 2023-02-13  8:51 ` tvrzna
  2023-02-13  8:53 ` tvrzna
  2023-02-13 17:06 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: tvrzna @ 2023-02-13  8:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tvrzna/void-packages master
https://github.com/void-linux/void-packages/pull/41985

emptty: update to 0.9.1
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

From 4dffd7021a8fe7bc5e5d19504c66e1bc5242b899 Mon Sep 17 00:00:00 2001
From: Michal Tvrznik <emporeor@gmail.com>
Date: Tue, 31 Jan 2023 07:41:49 +0100
Subject: [PATCH 1/2] emptty: update to 0.9.1

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

diff --git a/srcpkgs/emptty/template b/srcpkgs/emptty/template
index 3f17c66ef127..5548f646f42e 100644
--- a/srcpkgs/emptty/template
+++ b/srcpkgs/emptty/template
@@ -1,6 +1,6 @@
 # Template file for 'emptty'
 pkgname=emptty
-version=0.9.0
+version=0.9.1
 revision=1
 build_style=go
 go_import_path=github.com/tvrzna/emptty
@@ -10,7 +10,7 @@ maintainer="tvrzna <emporeor@gmail.com>"
 license="MIT"
 homepage="https://github.com/tvrzna/emptty"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=530da58d898c499516b5f5b189e1c86801df949fb794c2242de652ef3ee65d15
+checksum=1b3c940da8d60705306525bf5a7619a7b30d954679e30a978a03ac53357e57d4
 conf_files="/etc/emptty/conf /etc/pam.d/emptty"
 
 post_install() {

From 8dcbc8b0b3a540f7c7d44dae6b1e375ddce1fd46 Mon Sep 17 00:00:00 2001
From: tvrzna <emporeor@gmail.com>
Date: Mon, 13 Feb 2023 09:51:39 +0100
Subject: [PATCH 2/2] Update srcpkgs/emptty/template

Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
---
 srcpkgs/emptty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/emptty/template b/srcpkgs/emptty/template
index 5548f646f42e..f4eb95755270 100644
--- a/srcpkgs/emptty/template
+++ b/srcpkgs/emptty/template
@@ -9,7 +9,7 @@ short_desc="Dead simple Display Manager running in CLI as TTY login"
 maintainer="tvrzna <emporeor@gmail.com>"
 license="MIT"
 homepage="https://github.com/tvrzna/emptty"
-distfiles="${homepage}/archive/v${version}.tar.gz"
+distfiles="https://github.com/tvrzna/emptty/archive/v${version}.tar.gz"
 checksum=1b3c940da8d60705306525bf5a7619a7b30d954679e30a978a03ac53357e57d4
 conf_files="/etc/emptty/conf /etc/pam.d/emptty"
 

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

* Re: [PR PATCH] [Updated] emptty: update to 0.9.1
  2023-01-31  7:04 [PR PATCH] emptty: update to 0.9.1 tvrzna
  2023-02-11  5:29 ` [PR REVIEW] " classabbyamp
  2023-02-13  8:51 ` [PR PATCH] [Updated] " tvrzna
@ 2023-02-13  8:53 ` tvrzna
  2023-02-13 17:06 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: tvrzna @ 2023-02-13  8:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tvrzna/void-packages master
https://github.com/void-linux/void-packages/pull/41985

emptty: update to 0.9.1
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

From 1e87a59e2fc50311b4094304cde4708dd94c88f8 Mon Sep 17 00:00:00 2001
From: Michal Tvrznik <emporeor@gmail.com>
Date: Tue, 31 Jan 2023 07:41:49 +0100
Subject: [PATCH] emptty: update to 0.9.1

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

diff --git a/srcpkgs/emptty/template b/srcpkgs/emptty/template
index 3f17c66ef127..f4eb95755270 100644
--- a/srcpkgs/emptty/template
+++ b/srcpkgs/emptty/template
@@ -1,6 +1,6 @@
 # Template file for 'emptty'
 pkgname=emptty
-version=0.9.0
+version=0.9.1
 revision=1
 build_style=go
 go_import_path=github.com/tvrzna/emptty
@@ -9,8 +9,8 @@ short_desc="Dead simple Display Manager running in CLI as TTY login"
 maintainer="tvrzna <emporeor@gmail.com>"
 license="MIT"
 homepage="https://github.com/tvrzna/emptty"
-distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=530da58d898c499516b5f5b189e1c86801df949fb794c2242de652ef3ee65d15
+distfiles="https://github.com/tvrzna/emptty/archive/v${version}.tar.gz"
+checksum=1b3c940da8d60705306525bf5a7619a7b30d954679e30a978a03ac53357e57d4
 conf_files="/etc/emptty/conf /etc/pam.d/emptty"
 
 post_install() {

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

* Re: [PR PATCH] [Merged]: emptty: update to 0.9.1
  2023-01-31  7:04 [PR PATCH] emptty: update to 0.9.1 tvrzna
                   ` (2 preceding siblings ...)
  2023-02-13  8:53 ` tvrzna
@ 2023-02-13 17:06 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-02-13 17:06 UTC (permalink / raw)
  To: ml

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

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

emptty: update to 0.9.1
https://github.com/void-linux/void-packages/pull/41985

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

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

end of thread, other threads:[~2023-02-13 17:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-31  7:04 [PR PATCH] emptty: update to 0.9.1 tvrzna
2023-02-11  5:29 ` [PR REVIEW] " classabbyamp
2023-02-13  8:51 ` [PR PATCH] [Updated] " tvrzna
2023-02-13  8:53 ` tvrzna
2023-02-13 17:06 ` [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).