All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/screenfetch: make version compliant with release-monitoring
@ 2021-01-18 22:31 Fabrice Fontaine
  2021-01-19 17:52 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2021-01-18 22:31 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/screenfetch/screenfetch.hash | 2 +-
 package/screenfetch/screenfetch.mk   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/screenfetch/screenfetch.hash b/package/screenfetch/screenfetch.hash
index 9730041948..4f16c616cf 100644
--- a/package/screenfetch/screenfetch.hash
+++ b/package/screenfetch/screenfetch.hash
@@ -1,2 +1,2 @@
-sha256  aa97dcd2a8576ae18de6c16c19744aae1573a3da7541af4b98a91930a30a3178  screenfetch-v3.9.1.tar.gz
+sha256  aa97dcd2a8576ae18de6c16c19744aae1573a3da7541af4b98a91930a30a3178  screenfetch-3.9.1.tar.gz
 sha256  8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  COPYING
diff --git a/package/screenfetch/screenfetch.mk b/package/screenfetch/screenfetch.mk
index b4eb452c97..d1315d24e4 100644
--- a/package/screenfetch/screenfetch.mk
+++ b/package/screenfetch/screenfetch.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-SCREENFETCH_VERSION = v3.9.1
-SCREENFETCH_SITE = $(call github,KittyKatt,screenFetch,$(SCREENFETCH_VERSION))
+SCREENFETCH_VERSION = 3.9.1
+SCREENFETCH_SITE = $(call github,KittyKatt,screenFetch,v$(SCREENFETCH_VERSION))
 SCREENFETCH_LICENSE = GPL-3.0+
 SCREENFETCH_LICENSE_FILES = COPYING
 
-- 
2.29.2

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

* [Buildroot] [PATCH 1/1] package/screenfetch: make version compliant with release-monitoring
  2021-01-18 22:31 [Buildroot] [PATCH 1/1] package/screenfetch: make version compliant with release-monitoring Fabrice Fontaine
@ 2021-01-19 17:52 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2021-01-19 17:52 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2021-01-19 17:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-18 22:31 [Buildroot] [PATCH 1/1] package/screenfetch: make version compliant with release-monitoring Fabrice Fontaine
2021-01-19 17:52 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.