Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] alacritty: update to 0.6.0.
@ 2020-11-25  7:16 kkga
  2020-11-25 13:38 ` ericonr
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: kkga @ 2020-11-25  7:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kkga/void-packages update-alacritty
https://github.com/void-linux/void-packages/pull/26692

alacritty: update to 0.6.0.


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

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

From a1100b84c432c7b6c6f6ef337505363c17cf13c6 Mon Sep 17 00:00:00 2001
From: Gadzhi Kharkharov <me@kkga.me>
Date: Wed, 25 Nov 2020 10:16:22 +0300
Subject: [PATCH] alacritty: update to 0.6.0.

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

diff --git a/srcpkgs/alacritty/template b/srcpkgs/alacritty/template
index 86626f44080..aa4f6e5bcc0 100644
--- a/srcpkgs/alacritty/template
+++ b/srcpkgs/alacritty/template
@@ -1,7 +1,7 @@
 # Template file for 'alacritty'
 pkgname=alacritty
-version=0.5.0
-revision=2
+version=0.6.0
+revision=1
 build_wrksrc="${pkgname}"
 build_style=cargo
 hostmakedepends="pkg-config python3"
@@ -13,7 +13,7 @@ license="Apache-2.0"
 homepage="https://github.com/alacritty/alacritty"
 changelog="https://raw.githubusercontent.com/alacritty/alacritty/v${version}/CHANGELOG.md"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=9bc0e6ff9a0772ea522d7e34ab8371faa96e6cc4e588459966585f0dbb848dcb
+checksum=c794125a900a6477f1b40168dc9d22674a5326f32e4b083d6f1a45486d2505bf
 
 post_install() {
 	vinstall ../extra/linux/Alacritty.desktop 644 usr/share/applications

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

* Re: alacritty: update to 0.6.0.
  2020-11-25  7:16 [PR PATCH] alacritty: update to 0.6.0 kkga
@ 2020-11-25 13:38 ` ericonr
  2020-11-25 13:59 ` ahesford
  2020-11-25 14:01 ` [PR PATCH] [Updated] " kkga
  2 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2020-11-25 13:38 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26692#issuecomment-733711388

Comment:
Works for me, I will drive it during the day and merge tonight if nothing bad appears. Please ping me if I forget!

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

* Re: alacritty: update to 0.6.0.
  2020-11-25  7:16 [PR PATCH] alacritty: update to 0.6.0 kkga
  2020-11-25 13:38 ` ericonr
@ 2020-11-25 13:59 ` ahesford
  2020-11-25 14:01 ` [PR PATCH] [Updated] " kkga
  2 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2020-11-25 13:59 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/26692#issuecomment-733723008

Comment:
Before merging, please update the changelog URL to https://raw.githubusercontent.com/alacritty/alacritty/master/CHANGELOG.md so the changelog location doesn't depend on the package version and is copy-paste compatible.

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

* Re: [PR PATCH] [Updated] alacritty: update to 0.6.0.
  2020-11-25  7:16 [PR PATCH] alacritty: update to 0.6.0 kkga
  2020-11-25 13:38 ` ericonr
  2020-11-25 13:59 ` ahesford
@ 2020-11-25 14:01 ` kkga
  2 siblings, 0 replies; 5+ messages in thread
From: kkga @ 2020-11-25 14:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kkga/void-packages update-alacritty
https://github.com/void-linux/void-packages/pull/26692

alacritty: update to 0.6.0.


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

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

From 21e2dca750d3ae2c5b1ff46b22492ba84e83f81a Mon Sep 17 00:00:00 2001
From: Gadzhi Kharkharov <me@kkga.me>
Date: Wed, 25 Nov 2020 10:16:22 +0300
Subject: [PATCH] alacritty: update to 0.6.0.

---
 srcpkgs/alacritty/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/alacritty/template b/srcpkgs/alacritty/template
index 86626f44080..3e34d69892d 100644
--- a/srcpkgs/alacritty/template
+++ b/srcpkgs/alacritty/template
@@ -1,7 +1,7 @@
 # Template file for 'alacritty'
 pkgname=alacritty
-version=0.5.0
-revision=2
+version=0.6.0
+revision=1
 build_wrksrc="${pkgname}"
 build_style=cargo
 hostmakedepends="pkg-config python3"
@@ -11,9 +11,9 @@ short_desc="Cross-platform, GPU-accelerated terminal emulator"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="Apache-2.0"
 homepage="https://github.com/alacritty/alacritty"
-changelog="https://raw.githubusercontent.com/alacritty/alacritty/v${version}/CHANGELOG.md"
+changelog="https://raw.githubusercontent.com/alacritty/alacritty/master/CHANGELOG.md"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=9bc0e6ff9a0772ea522d7e34ab8371faa96e6cc4e588459966585f0dbb848dcb
+checksum=c794125a900a6477f1b40168dc9d22674a5326f32e4b083d6f1a45486d2505bf
 
 post_install() {
 	vinstall ../extra/linux/Alacritty.desktop 644 usr/share/applications

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

* Re: alacritty: update to 0.6.0.
  2020-11-25 10:25 [PR PATCH] " ametisf
@ 2020-11-25 10:27 ` ametisf
  0 siblings, 0 replies; 5+ messages in thread
From: ametisf @ 2020-11-25 10:27 UTC (permalink / raw)
  To: ml

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

New comment by ametisf on void-packages repository

https://github.com/void-linux/void-packages/pull/26696#issuecomment-733617529

Comment:
i'm sorry, forgot to check PRs. closing duplicate

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

end of thread, other threads:[~2020-11-25 14:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-25  7:16 [PR PATCH] alacritty: update to 0.6.0 kkga
2020-11-25 13:38 ` ericonr
2020-11-25 13:59 ` ahesford
2020-11-25 14:01 ` [PR PATCH] [Updated] " kkga
2020-11-25 10:25 [PR PATCH] " ametisf
2020-11-25 10:27 ` ametisf

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