From c4e81836c97f377adeaba5675eafff651532ba2e Mon Sep 17 00:00:00 2001 From: Begasus Date: Tue, 8 Aug 2023 10:02:36 +0000 Subject: [PATCH] vasm, bump version --- dev-lang/vasm/licenses/vasm | 13 ++++++++++--- .../vasm/{vasm-1.8e.recipe => vasm-1.9d.recipe} | 9 ++++++--- 2 files changed, 16 insertions(+), 6 deletions(-) rename dev-lang/vasm/{vasm-1.8e.recipe => vasm-1.9d.recipe} (90%) diff --git a/dev-lang/vasm/licenses/vasm b/dev-lang/vasm/licenses/vasm index 67e69cf0c..db277d5a7 100644 --- a/dev-lang/vasm/licenses/vasm +++ b/dev-lang/vasm/licenses/vasm @@ -1,5 +1,12 @@ -vasm is copyright in 2002-2015 by Volker Barthelmann. +vasm is copyright in 2002-2023 by Volker Barthelmann. + +This archive may be redistributed without modifications and used +for non-commercial purposes. + +An exception for commercial usage is granted, provided that the target +CPU is M68k and the target OS is AmigaOS. Resulting binaries may be +distributed commercially without further licensing. + +In all other cases you need my written consent. -This archive may be redistributed without modifications and used for non-commercial purposes. -Distributing modified versions and commercial usage needs my written consent. Certain modules may fall under additional copyrights. diff --git a/dev-lang/vasm/vasm-1.8e.recipe b/dev-lang/vasm/vasm-1.9d.recipe similarity index 90% rename from dev-lang/vasm/vasm-1.8e.recipe rename to dev-lang/vasm/vasm-1.9d.recipe index 4ed7cdce8..4f04e4c04 100644 --- a/dev-lang/vasm/vasm-1.8e.recipe +++ b/dev-lang/vasm/vasm-1.9d.recipe @@ -44,11 +44,14 @@ Supported output file formats: * VOBJ proprietary versatile object format (all) * Test, debugging output (all)" HOMEPAGE="http://sun.hasenbraten.de/vasm/" -COPYRIGHT="2002-2017 Volker Barthelmann" +COPYRIGHT="2002-2023 Volker Barthelmann + 2002-2023 Frank Wille + 2013-2021 Esben Norby + 2007-2009 Dominic Morris" LICENSE="vasm" REVISION="1" -SOURCE_URI="https://server.owl.de/~frank/tags/vasm1_8e.tar.gz" -CHECKSUM_SHA256="5f1ebb8b81d2d9664e5c2646f1abbc5fb795642ed117f55e84a66590a62760ff" +SOURCE_URI="https://server.owl.de/~frank/tags/vasm1_9d.tar.gz" +CHECKSUM_SHA256="0e5d4285bdca8d1db9eae4ea8061788bce603bf5c1f369f070c2218b4915c985" SOURCE_DIR="vasm" ARCHITECTURES="all"