From ddd24e21756f37d7002d7195192d19fe9b92888c Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 9 Sep 2020 09:55:46 +0200 Subject: [PATCH 1/2] libmypaint: Update version from 1.3.0 to 1.6.1 GIMP 2.10.20 warns about using old versions, so update to the latest one. WARNING: libmypaint lower than version 1.4.0 is known to crash when parsing MyPaint 2 brushes. Please update. https://github.com/mypaint/libmypaint/releases --- libmypaint.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmypaint.be0 b/libmypaint.be0 index 39c742518..5a85251d2 100755 --- a/libmypaint.be0 +++ b/libmypaint.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION libmypaint-1.3.0-0 +# BEE_VERSION libmypaint-1.6.1-0 SRCURL[0]="https://github.com/mypaint/libmypaint/releases/download/v${PKGVERSION}/libmypaint-${PKGVERSION}.tar.xz" From 375fcc13f6c16be50dc54f4729edf6181aaeff58 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 9 Sep 2020 12:38:45 +0200 Subject: [PATCH 2/2] mypaint-brushes: Update version from 1.3.0 to 1.3.1 libmypaint 1.3.1 requires this release. Update the source URL. https://github.com/mypaint/mypaint-brushes/releases --- mypaint-brushes.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mypaint-brushes.be0 b/mypaint-brushes.be0 index 3ac919e75..e7ea8fae8 100755 --- a/mypaint-brushes.be0 +++ b/mypaint-brushes.be0 @@ -1,8 +1,8 @@ #!/usr/bin/env beesh -# BEE_VERSION mypaint-brushes-1.3.0-0 +# BEE_VERSION mypaint-brushes-1.3.1-0 -SRCURL[0]="https://github.com/Jehan/mypaint-brushes/archive/v${PKGVERSION}.tar.gz" +SRCURL[0]="https://github.com/mypaint/mypaint-brushes/archive/v${PKGVERSION}.tar.gz" #BEE_BUILDTYPE=autotools