Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rot8: update to 1.0.0.
@ 2024-06-01  2:20 SevereOverfl0w
  2024-06-01  2:26 ` [PR PATCH] [Updated] " SevereOverfl0w
  2024-06-04 17:22 ` [PR PATCH] [Merged]: " cinerea0
  0 siblings, 2 replies; 3+ messages in thread
From: SevereOverfl0w @ 2024-06-01  2:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/SevereOverfl0w/void-packages rot8-1
https://github.com/void-linux/void-packages/pull/50636

rot8: update to 1.0.0.
#### Testing the changes
- I tested the changes in this PR: YES

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

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

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

From 551fcd5ede8435fbfe56c1693cd8af1aaaf99db8 Mon Sep 17 00:00:00 2001
From: Dominic Monroe <dominic@dominic.io>
Date: Sat, 1 Jun 2024 01:26:47 +0100
Subject: [PATCH] rot8: update to 1.0.0.

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

diff --git a/srcpkgs/rot8/template b/srcpkgs/rot8/template
index b6e24a7fb228af..8deeff8b2e3feb 100644
--- a/srcpkgs/rot8/template
+++ b/srcpkgs/rot8/template
@@ -1,14 +1,14 @@
 # Template file for 'rot8'
 pkgname=rot8
-version=0.1.4
-revision=2
+version=1.0.0
+revision=0
 build_style=cargo
 short_desc="Screen rotation daemon"
 maintainer="Harrison Thorne <harrisonthorne@protonmail.com>"
 license="MIT"
 homepage="https://github.com/efernau/rot8"
 distfiles="https://github.com/efernau/rot8/archive/refs/tags/v${version}.tar.gz"
-checksum=d8dae505a0f736e6462d4745d9adc330afd9177fcba25a02e73650bdfe295495
+checksum=1c490f3c565e088229f623055ad441d4e7af96ed1c97b78425f6c67d39362624
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] rot8: update to 1.0.0.
  2024-06-01  2:20 [PR PATCH] rot8: update to 1.0.0 SevereOverfl0w
@ 2024-06-01  2:26 ` SevereOverfl0w
  2024-06-04 17:22 ` [PR PATCH] [Merged]: " cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: SevereOverfl0w @ 2024-06-01  2:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/SevereOverfl0w/void-packages rot8-1
https://github.com/void-linux/void-packages/pull/50636

rot8: update to 1.0.0.
#### Testing the changes
- I tested the changes in this PR: YES

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

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

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

From eaed04b5b3a76e273a995789c3373eb9dea678ad Mon Sep 17 00:00:00 2001
From: Dominic Monroe <dominic@dominic.io>
Date: Sat, 1 Jun 2024 01:26:47 +0100
Subject: [PATCH] rot8: update to 1.0.0.

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

diff --git a/srcpkgs/rot8/template b/srcpkgs/rot8/template
index b6e24a7fb228af..63eed04fad1f89 100644
--- a/srcpkgs/rot8/template
+++ b/srcpkgs/rot8/template
@@ -1,14 +1,14 @@
 # Template file for 'rot8'
 pkgname=rot8
-version=0.1.4
-revision=2
+version=1.0.0
+revision=1
 build_style=cargo
 short_desc="Screen rotation daemon"
 maintainer="Harrison Thorne <harrisonthorne@protonmail.com>"
 license="MIT"
 homepage="https://github.com/efernau/rot8"
 distfiles="https://github.com/efernau/rot8/archive/refs/tags/v${version}.tar.gz"
-checksum=d8dae505a0f736e6462d4745d9adc330afd9177fcba25a02e73650bdfe295495
+checksum=1c490f3c565e088229f623055ad441d4e7af96ed1c97b78425f6c67d39362624
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: rot8: update to 1.0.0.
  2024-06-01  2:20 [PR PATCH] rot8: update to 1.0.0 SevereOverfl0w
  2024-06-01  2:26 ` [PR PATCH] [Updated] " SevereOverfl0w
@ 2024-06-04 17:22 ` cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2024-06-04 17:22 UTC (permalink / raw)
  To: ml

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

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

rot8: update to 1.0.0.
https://github.com/void-linux/void-packages/pull/50636

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

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

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

end of thread, other threads:[~2024-06-04 17:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-01  2:20 [PR PATCH] rot8: update to 1.0.0 SevereOverfl0w
2024-06-01  2:26 ` [PR PATCH] [Updated] " SevereOverfl0w
2024-06-04 17:22 ` [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).