Commit 21d10602 authored by vincowl's avatar vincowl Committed by GitHub

[gimp] Update to 2.10.18 (#4020)

Co-authored-by: default avatarVincent GIRARD <vincent@heliosphere.fr>
parent d97aa9a7
......@@ -3,19 +3,13 @@ require 'package'
class Gimp < Package
description 'GIMP is a cross-platform image editor available for GNU/Linux, OS X, Windows and more operating systems.'
homepage 'https://www.gimp.org/'
version '2.10.14'
source_url 'https://download.gimp.org/pub/gimp/v2.10/gimp-2.10.14.tar.bz2'
source_sha256 'df9b0f11c2078eea1de3ebc66529a5d3854c5e28636cd25a8dd077bd9d6ddc54'
version '2.10.18'
source_url 'https://download.gimp.org/pub/gimp/v2.10/gimp-2.10.18.tar.bz2'
source_sha256 '65bfe111e8eebffd3dde3016ccb507f9948d2663d9497cb438d9bb609e11d716'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/gimp-2.10.14-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/gimp-2.10.14-chromeos-armv7l.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/gimp-2.10.14-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '93edfa346a0ff1f85292df8f5691379f3c6c744406cbd442ec5ae5352004c490',
armv7l: '93edfa346a0ff1f85292df8f5691379f3c6c744406cbd442ec5ae5352004c490',
x86_64: '259e58e3d7695e58f676554dcafbee9eb47a4d7c59c410aeb55e55e899cc786f',
})
depends_on 'aalib'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment