Commit 1af17296 authored by vincowl's avatar vincowl Committed by GitHub

[util_linux] Update to 2.35.1 (#3922)

Co-authored-by: default avatarVincent GIRARD <vincent@heliosphere.fr>
parent 8e0abea8
......@@ -3,21 +3,13 @@ require 'package'
class Util_linux < Package
description 'essential linux tools'
homepage 'https://www.kernel.org/pub/linux/utils/util-linux/'
version '2.34'
source_url 'https://kernel.org/pub/linux/utils/util-linux/v2.34/util-linux-2.34.tar.xz'
source_sha256 '743f9d0c7252b6db246b659c1e1ce0bd45d8d4508b4dfa427bbb4a3e9b9f62b5'
version '2.35.1'
source_url 'https://kernel.org/pub/linux/utils/util-linux/v2.35/util-linux-2.35.1.tar.xz'
source_sha256 'd9de3edd287366cd908e77677514b9387b22bc7b88f45b83e1922c3597f1d7f9'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/util_linux-2.34-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/util_linux-2.34-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/util_linux-2.34-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/util_linux-2.34-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '806848160db052933921a25eebb0772ff258f5e87ac58b3d932fce0a5acada82',
armv7l: '806848160db052933921a25eebb0772ff258f5e87ac58b3d932fce0a5acada82',
i686: 'f900818913f0a3f0396db7713ad99093af6fea2fd5a4d3e3131ac2ed60e845cd',
x86_64: 'f3bbcda8e4c87a20fc3fb6f12766af439bd30f931bd6e2a3f450cbdbed3bc084',
})
depends_on 'python27'
......
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