Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] font-firacode: update to 6.1.
@ 2021-12-05  8:22 wundrweapon
  2021-12-07  7:32 ` [PR PATCH] [Updated] " wundrweapon
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: wundrweapon @ 2021-12-05  8:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/wundrweapon/void-packages master
https://github.com/void-linux/void-packages/pull/34388

font-firacode: update to 6.1.
#### Testing the changes
- I tested the changes in this PR: **briefly**

I also asserted myself as the maintainer.

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

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

From 387377315e5c3d95af966d691a6beaa5ad7dbe81 Mon Sep 17 00:00:00 2001
From: wundrweapon <whhacker.dcx@gmail.com>
Date: Sun, 5 Dec 2021 03:30:47 -0500
Subject: [PATCH] font-firacode: update to 6.1.

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

diff --git a/srcpkgs/font-firacode/template b/srcpkgs/font-firacode/template
index 35d4a5630c48..781187ee72fe 100644
--- a/srcpkgs/font-firacode/template
+++ b/srcpkgs/font-firacode/template
@@ -1,16 +1,16 @@
 # Template file for 'font-firacode'
 pkgname=font-firacode
-version=6
+version=6.1
 revision=1
 create_wrksrc=yes
 hostmakedepends="unzip"
 short_desc="FiraCode: monospaced font with programming ligatures"
-maintainer="Issam Maghni <me@concati.me>"
+maintainer="wundrweapon <whhacker.dcx@gmail.com>"
 license="OFL-1.1"
 homepage="https://github.com/tonsky/FiraCode"
 changelog="https://github.com/tonsky/FiraCode/raw/master/CHANGELOG.md"
 distfiles="https://github.com/tonsky/FiraCode/releases/download/${version}/Fira_Code_v${version}.zip"
-checksum=a4997c2f905fb20a6d814baf7b9bab7df7de574a8e87d6af509685a43291caf1
+checksum=0fca4e7393a0dfb7b975cb2738d5cab5eac87222c900f127a135ad856afc95cc
 font_dirs="/usr/share/fonts/TTF"
 
 do_install() {

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

* Re: [PR PATCH] [Updated] font-firacode: update to 6.1.
  2021-12-05  8:22 [PR PATCH] font-firacode: update to 6.1 wundrweapon
@ 2021-12-07  7:32 ` wundrweapon
  2021-12-07  7:39 ` [PR PATCH] [Updated] font-firacode: update to 6.2 wundrweapon
  2022-01-29 20:04 ` [PR PATCH] [Merged]: " leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: wundrweapon @ 2021-12-07  7:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/wundrweapon/void-packages master
https://github.com/void-linux/void-packages/pull/34388

font-firacode: update to 6.1.
#### Testing the changes
- I tested the changes in this PR: **briefly**

I also asserted myself as the maintainer.

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

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

From 23d0b82d8a42e7cf75c71a320b2123aa55900e60 Mon Sep 17 00:00:00 2001
From: wundrweapon <whhacker.dcx@gmail.com>
Date: Tue, 7 Dec 2021 02:43:40 -0500
Subject: [PATCH] font-firacode: update to 6.2.

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

diff --git a/srcpkgs/font-firacode/template b/srcpkgs/font-firacode/template
index 35d4a5630c48..5653e7df8e95 100644
--- a/srcpkgs/font-firacode/template
+++ b/srcpkgs/font-firacode/template
@@ -1,6 +1,6 @@
 # Template file for 'font-firacode'
 pkgname=font-firacode
-version=6
+version=6.2
 revision=1
 create_wrksrc=yes
 hostmakedepends="unzip"
@@ -10,7 +10,7 @@ license="OFL-1.1"
 homepage="https://github.com/tonsky/FiraCode"
 changelog="https://github.com/tonsky/FiraCode/raw/master/CHANGELOG.md"
 distfiles="https://github.com/tonsky/FiraCode/releases/download/${version}/Fira_Code_v${version}.zip"
-checksum=a4997c2f905fb20a6d814baf7b9bab7df7de574a8e87d6af509685a43291caf1
+checksum=0949915ba8eb24d89fd93d10a7ff623f42830d7c5ffc3ecbf960e4ecad3e3e79
 font_dirs="/usr/share/fonts/TTF"
 
 do_install() {

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

* Re: [PR PATCH] [Updated] font-firacode: update to 6.2.
  2021-12-05  8:22 [PR PATCH] font-firacode: update to 6.1 wundrweapon
  2021-12-07  7:32 ` [PR PATCH] [Updated] " wundrweapon
@ 2021-12-07  7:39 ` wundrweapon
  2022-01-29 20:04 ` [PR PATCH] [Merged]: " leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: wundrweapon @ 2021-12-07  7:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/wundrweapon/void-packages master
https://github.com/void-linux/void-packages/pull/34388

font-firacode: update to 6.2.
#### Testing the changes
- I tested the changes in this PR: **briefly**

I also asserted myself as the maintainer.

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

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

From cf697c50d7214dcae461116ac5346b1306dc3e91 Mon Sep 17 00:00:00 2001
From: wundrweapon <whhacker.dcx@gmail.com>
Date: Tue, 7 Dec 2021 02:43:40 -0500
Subject: [PATCH] font-firacode: update to 6.2.

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

diff --git a/srcpkgs/font-firacode/template b/srcpkgs/font-firacode/template
index 35d4a5630c48..3e6b45703aed 100644
--- a/srcpkgs/font-firacode/template
+++ b/srcpkgs/font-firacode/template
@@ -1,16 +1,16 @@
 # Template file for 'font-firacode'
 pkgname=font-firacode
-version=6
+version=6.2
 revision=1
 create_wrksrc=yes
 hostmakedepends="unzip"
 short_desc="FiraCode: monospaced font with programming ligatures"
-maintainer="Issam Maghni <me@concati.me>"
+maintainer="wundrweapon <whhacker.dcx@gmail.com>"
 license="OFL-1.1"
 homepage="https://github.com/tonsky/FiraCode"
 changelog="https://github.com/tonsky/FiraCode/raw/master/CHANGELOG.md"
 distfiles="https://github.com/tonsky/FiraCode/releases/download/${version}/Fira_Code_v${version}.zip"
-checksum=a4997c2f905fb20a6d814baf7b9bab7df7de574a8e87d6af509685a43291caf1
+checksum=0949915ba8eb24d89fd93d10a7ff623f42830d7c5ffc3ecbf960e4ecad3e3e79
 font_dirs="/usr/share/fonts/TTF"
 
 do_install() {

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

* Re: [PR PATCH] [Merged]: font-firacode: update to 6.2.
  2021-12-05  8:22 [PR PATCH] font-firacode: update to 6.1 wundrweapon
  2021-12-07  7:32 ` [PR PATCH] [Updated] " wundrweapon
  2021-12-07  7:39 ` [PR PATCH] [Updated] font-firacode: update to 6.2 wundrweapon
@ 2022-01-29 20:04 ` leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: leahneukirchen @ 2022-01-29 20:04 UTC (permalink / raw)
  To: ml

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

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

font-firacode: update to 6.2.
https://github.com/void-linux/void-packages/pull/34388

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

I also asserted myself as the maintainer.

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

end of thread, other threads:[~2022-01-29 20:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-05  8:22 [PR PATCH] font-firacode: update to 6.1 wundrweapon
2021-12-07  7:32 ` [PR PATCH] [Updated] " wundrweapon
2021-12-07  7:39 ` [PR PATCH] [Updated] font-firacode: update to 6.2 wundrweapon
2022-01-29 20:04 ` [PR PATCH] [Merged]: " leahneukirchen

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