From f563ee7a97732cf0925b69acc4d3040a6d245f49 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Mon, 12 Oct 2015 21:38:45 +0000 Subject: [PATCH] libusb: bump version. --- .../{libusb-1.0.19.recipe => libusb-1.0.20.recipe} | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) rename dev-libs/libusb/{libusb-1.0.19.recipe => libusb-1.0.20.recipe} (82%) diff --git a/dev-libs/libusb/libusb-1.0.19.recipe b/dev-libs/libusb/libusb-1.0.20.recipe similarity index 82% rename from dev-libs/libusb/libusb-1.0.19.recipe rename to dev-libs/libusb/libusb-1.0.20.recipe index 6f93cc093..a1047013a 100644 --- a/dev-libs/libusb/libusb-1.0.19.recipe +++ b/dev-libs/libusb/libusb-1.0.20.recipe @@ -19,15 +19,16 @@ COPYRIGHT="2001 Johannes Erdfelt 2012-2013 Martin Pieuchot 2012-2013 Toby Gray" LICENSE="GNU LGPL v2.1" -REVISION="2" -SOURCE_URI="git+git://github.com/libusb/libusb.git#a447fa4cd517e5393c0f1504b1a35b095aafa334" - +REVISION="1" +SOURCE_URI="https://github.com/libusb/libusb/archive/v1.0.20.tar.gz" +SOURCE_FILENAME="libusb-$portVersion.tar.gz" +CHECKSUM_SHA256="03c1116c965e9953551779c9aac1522d7bd8163bff8d666b117b7fad09eec859" ARCHITECTURES="x86 x86_64 x86_gcc2" SECONDARY_ARCHITECTURES="x86" PROVIDES=" libusb$secondaryArchSuffix = $portVersion - lib:libusb_1.0$secondaryArchSuffix = $portVersion + lib:libusb_1.0$secondaryArchSuffix = 0.1.0 compat >= 0 " REQUIRES=" haiku$secondaryArchSuffix @@ -35,7 +36,7 @@ REQUIRES=" PROVIDES_devel=" libusb${secondaryArchSuffix}_devel = $portVersion - devel:libusb_1.0${secondaryArchSuffix} = $portVersion + devel:libusb_1.0${secondaryArchSuffix} = 0.1.0 compat >= 0 " REQUIRES_devel=" libusb${secondaryArchSuffix} == $portVersion base