Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] flashrom: update to 1.1
@ 2019-06-20  0:29 voidlinux-github
  2019-06-20  8:25 ` voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: voidlinux-github @ 2019-06-20  0:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/emacsomancer/void-packages flashrom-v1.1
https://github.com/void-linux/void-packages/pull/12562

flashrom: update to 1.1


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-flashrom-v1.1-12562.patch --]
[-- Type: application/text/x-diff, Size: 1345 bytes --]

From bba4440251dc5e422a5b2fc1498204c8a690cdb9 Mon Sep 17 00:00:00 2001
From: Benjamin Slade <slade@jnanam.net>
Date: Wed, 19 Jun 2019 18:27:58 -0600
Subject: [PATCH] flashrom: update to 1.1

---
 srcpkgs/flashrom/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/flashrom/template b/srcpkgs/flashrom/template
index 57bd4180b5f..b773671d5b4 100644
--- a/srcpkgs/flashrom/template
+++ b/srcpkgs/flashrom/template
@@ -1,16 +1,16 @@
 # Template file for 'flashrom'
 pkgname=flashrom
-version=1.0
+version=1.1
 revision=1
+build_style=gnu-makefile
+hostmakedepends="pkg-config"
+makedepends="pciutils-devel libusb-compat-devel"
 short_desc="Utility for reading, writing, erasing and verifying flash ROM chips"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
-makedepends="pciutils-devel libusb-compat-devel"
-hostmakedepends="pkg-config"
-homepage="http://www.flashrom.org"
-build_style=gnu-makefile
 license="GPL-2"
-distfiles=https://download.flashrom.org/releases/$pkgname-$version.tar.bz2
-checksum=3702fa215ba5fb5af8e54c852d239899cfa1389194c1e51cb2a170c4dc9dee64
+homepage="http://www.flashrom.org"
+distfiles=https://github.com/flashrom/flashrom/archive/v$version.tar.gz
+checksum=b9bb67331bdde70d1f73c07fe770f32eb6dc8990ba87a10ee14ea8f722a3f810
 
 pre_build() {
 	sed -i "s:sbin:bin:g" Makefile

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

* Re: flashrom: update to 1.1
  2019-06-20  0:29 [PR PATCH] flashrom: update to 1.1 voidlinux-github
@ 2019-06-20  8:25 ` voidlinux-github
  2019-06-20 20:10 ` [PR PATCH] [Closed]: " voidlinux-github
  2019-06-20 20:10 ` voidlinux-github
  2 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-06-20  8:25 UTC (permalink / raw)
  To: ml

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

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/12562#issuecomment-503929783
Comment:
Your branch is built from an outdated branch, please rebase on top of current master.

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

* Re: [PR PATCH] [Closed]: flashrom: update to 1.1
  2019-06-20  0:29 [PR PATCH] flashrom: update to 1.1 voidlinux-github
  2019-06-20  8:25 ` voidlinux-github
@ 2019-06-20 20:10 ` voidlinux-github
  2019-06-20 20:10 ` voidlinux-github
  2 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-06-20 20:10 UTC (permalink / raw)
  To: ml

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

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

flashrom: update to 1.1
https://github.com/void-linux/void-packages/pull/12562
Description: 

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

* Re: flashrom: update to 1.1
  2019-06-20  0:29 [PR PATCH] flashrom: update to 1.1 voidlinux-github
  2019-06-20  8:25 ` voidlinux-github
  2019-06-20 20:10 ` [PR PATCH] [Closed]: " voidlinux-github
@ 2019-06-20 20:10 ` voidlinux-github
  2 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-06-20 20:10 UTC (permalink / raw)
  To: ml

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

New comment by emacsomancer on void-packages repository

https://github.com/void-linux/void-packages/pull/12562#issuecomment-504165195
Comment:
rebasing

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

* [PR PATCH] flashrom: update to 1.1
@ 2019-06-20 20:29 voidlinux-github
  0 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-06-20 20:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/emacsomancer/void-packages flashrom-v1.1
https://github.com/void-linux/void-packages/pull/12587

flashrom: update to 1.1


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-flashrom-v1.1-12587.patch --]
[-- Type: application/text/x-diff, Size: 2390 bytes --]

From 6e54cd4785fba400e1324cfc30437c79c3c4d7e8 Mon Sep 17 00:00:00 2001
From: Benjamin Slade <slade@jnanam.net>
Date: Thu, 20 Jun 2019 14:25:48 -0600
Subject: [PATCH 1/2] flashrom: update to 1.1

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

diff --git a/srcpkgs/flashrom/template b/srcpkgs/flashrom/template
index 218431dc02c..0d54235cf2f 100644
--- a/srcpkgs/flashrom/template
+++ b/srcpkgs/flashrom/template
@@ -1,6 +1,6 @@
 # Template file for 'flashrom'
 pkgname=flashrom
-version=1.0.1
+version=1.1
 revision=1
 wrksrc="flashrom-v${version}"
 build_style=gnu-makefile
@@ -10,8 +10,8 @@ short_desc="Utility for reading, writing, erasing and verifying flash ROM chips"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://www.flashrom.org"
-distfiles="https://download.flashrom.org/releases/${pkgname}-v${version}.tar.bz2"
-checksum=d579f8dda5b69eeab55a658d59ffbe185443e4e8477e751aaf38c36468cede44
+distfiles=https://download.flashrom.org/releases/$pkgname-$version.tar.bz2
+checksum=3702fa215ba5fb5af8e54c852d239899cfa1389194c1e51cb2a170c4dc9dee64
 
 pre_build() {
 	sed -i "s:sbin:bin:g" Makefile

From f9f4e703525ef9c945f518795801f87f0f083e72 Mon Sep 17 00:00:00 2001
From: Benjamin Slade <slade@jnanam.net>
Date: Thu, 20 Jun 2019 14:26:46 -0600
Subject: [PATCH 2/2] flashrom: update to 1.1

---
 srcpkgs/flashrom/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/flashrom/template b/srcpkgs/flashrom/template
index 0d54235cf2f..ed8400a94a0 100644
--- a/srcpkgs/flashrom/template
+++ b/srcpkgs/flashrom/template
@@ -2,7 +2,6 @@
 pkgname=flashrom
 version=1.1
 revision=1
-wrksrc="flashrom-v${version}"
 build_style=gnu-makefile
 hostmakedepends="pkg-config"
 makedepends="pciutils-devel libusb-compat-devel"
@@ -10,8 +9,8 @@ short_desc="Utility for reading, writing, erasing and verifying flash ROM chips"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://www.flashrom.org"
-distfiles=https://download.flashrom.org/releases/$pkgname-$version.tar.bz2
-checksum=3702fa215ba5fb5af8e54c852d239899cfa1389194c1e51cb2a170c4dc9dee64
+distfiles=https://github.com/flashrom/flashrom/archive/v$version.tar.gz
+checksum=b9bb67331bdde70d1f73c07fe770f32eb6dc8990ba87a10ee14ea8f722a3f810
 
 pre_build() {
 	sed -i "s:sbin:bin:g" Makefile

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

end of thread, other threads:[~2019-06-20 20:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-20  0:29 [PR PATCH] flashrom: update to 1.1 voidlinux-github
2019-06-20  8:25 ` voidlinux-github
2019-06-20 20:10 ` [PR PATCH] [Closed]: " voidlinux-github
2019-06-20 20:10 ` voidlinux-github
2019-06-20 20:29 [PR PATCH] " voidlinux-github

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