All of lore.kernel.org
 help / color / mirror / Atom feed
From: Angelo Compagnucci <angelo.compagnucci@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/3] package/mono: fixing mono version
Date: Sat,  9 May 2015 10:41:27 +0200	[thread overview]
Message-ID: <1431160889-3851-2-git-send-email-angelo.compagnucci@gmail.com> (raw)
In-Reply-To: <1431160889-3851-1-git-send-email-angelo.compagnucci@gmail.com>

This patch fixes to the correct mono version 4.0.0 as stated on
the download page.

Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
---
 package/mono/mono.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/mono/mono.mk b/package/mono/mono.mk
index c0a0827..63026f1 100644
--- a/package/mono/mono.mk
+++ b/package/mono/mono.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-MONO_VERSION = 4.0.1
+MONO_VERSION = 4.0.0
 MONO_SITE = http://download.mono-project.com/sources/mono
 MONO_SOURCE = mono-$(MONO_VERSION).tar.bz2
 MONO_LICENSE = GPLv2 or MIT (compiler, tools), LGPLv2 (runtime libs), MIT (class libs) or commercial
-- 
1.9.1

  reply	other threads:[~2015-05-09  8:41 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-09  8:41 [Buildroot] [PATCH 0/3] Mono: fixing latest build failures Angelo Compagnucci
2015-05-09  8:41 ` Angelo Compagnucci [this message]
2015-05-09  8:41 ` [Buildroot] [PATCH 2/3] package/mono: adding hash file Angelo Compagnucci
2015-05-09  8:41 ` [Buildroot] [PATCH 3/3] package/monolite: " Angelo Compagnucci
2015-05-11  7:05 ` [Buildroot] [PATCH 0/3] Mono: fixing latest build failures Peter Korsgaard
2015-05-11 20:36 ` Peter Korsgaard
2015-05-11 20:44   ` Angelo Compagnucci
2015-05-11 20:55     ` Romain Naour
2015-05-12  5:55       ` Angelo Compagnucci

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1431160889-3851-2-git-send-email-angelo.compagnucci@gmail.com \
    --to=angelo.compagnucci@gmail.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.