Commit b34e2f5b authored by vincowl's avatar vincowl Committed by GitHub

[libxtrans] Update to 1.4.0 (#3965)

Co-authored-by: default avatarVincent GIRARD <vincent@heliosphere.fr>
parent f78e23b5
...@@ -3,21 +3,13 @@ require 'package' ...@@ -3,21 +3,13 @@ require 'package'
class Libxtrans < Package class Libxtrans < Package
description 'transpot library for the X window system' description 'transpot library for the X window system'
homepage 'https://x.org' homepage 'https://x.org'
version '1.3.5-0' version '1.4.0'
source_url 'https://www.x.org/archive/individual/lib/xtrans-1.3.5.tar.gz' source_url 'https://www.x.org/archive/individual/lib/xtrans-1.4.0.tar.bz2'
source_sha256 'b7a577c1b6c75030145e53b4793db9c88f9359ac49e7d771d4385d21b3e5945d' source_sha256 '377c4491593c417946efcd2c7600d1e62639f7a8bbca391887e2c4679807d773'
binary_url ({ binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/libxtrans-1.3.5-0-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/libxtrans-1.3.5-0-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/libxtrans-1.3.5-0-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/libxtrans-1.3.5-0-chromeos-x86_64.tar.xz',
}) })
binary_sha256 ({ binary_sha256 ({
aarch64: '1733f56bfe385bd68cdc430070a93f6eb6ddea511f4a994788215e00c797ca7b',
armv7l: '1733f56bfe385bd68cdc430070a93f6eb6ddea511f4a994788215e00c797ca7b',
i686: '3671105eeb2208f79fce5cdbae80722f63913d3bc13e6eb86ec41c6a5db19cf3',
x86_64: '63e17dadab029b422ae76939b53a0a9a38c61e654398270c34b23dd0165705db',
}) })
def self.build def self.build
......
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