Commit 1baaee97 authored by satmandu's avatar satmandu Committed by GitHub

Update util_linux.rb (#4882)

parent ee7d7a9a
...@@ -3,26 +3,26 @@ require 'package' ...@@ -3,26 +3,26 @@ require 'package'
class Util_linux < Package class Util_linux < Package
description 'essential linux tools' description 'essential linux tools'
homepage 'https://www.kernel.org/pub/linux/utils/util-linux/' homepage 'https://www.kernel.org/pub/linux/utils/util-linux/'
version '2.36.1' version '2.36.1-1'
compatibility 'all' compatibility 'all'
source_url 'https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.36/util-linux-2.36.1.tar.xz' source_url 'https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.36/util-linux-2.36.1.tar.xz'
source_sha256 '09fac242172cd8ec27f0739d8d192402c69417617091d8c6e974841568f37eed' source_sha256 '09fac242172cd8ec27f0739d8d192402c69417617091d8c6e974841568f37eed'
binary_url ({ binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/util_linux-2.36.1-chromeos-armv7l.tar.xz', aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/util_linux-2.36.1-1-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/util_linux-2.36.1-chromeos-armv7l.tar.xz', armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/util_linux-2.36.1-1-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/util_linux-2.36.1-chromeos-i686.tar.xz', i686: 'https://dl.bintray.com/chromebrew/chromebrew/util_linux-2.36.1-1-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/util_linux-2.36.1-chromeos-x86_64.tar.xz', x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/util_linux-2.36.1-1-chromeos-x86_64.tar.xz',
}) })
binary_sha256 ({ binary_sha256 ({
aarch64: 'f0909ce58f367e6668f524c36f1427914a58b9b1b6d5364e9bd8dcf17bfdb006', aarch64: 'e9ce7f671712be809d2d6dd1f0c254f64c9813eefbdb58920a141a7c42d0bd2b',
armv7l: 'f0909ce58f367e6668f524c36f1427914a58b9b1b6d5364e9bd8dcf17bfdb006', armv7l: 'e9ce7f671712be809d2d6dd1f0c254f64c9813eefbdb58920a141a7c42d0bd2b',
i686: 'dc83478004607b079cbe6590cbbc8417a67fcebeb9cb25450b8ebe0b6c5ad757', i686: '0fc3331a278e0b2463bb8832b68a7a7f5aadabe73fab127734394d3618169685',
x86_64: '9881068983c0b84e08b9bd9a450807f0bfcd823c0dee49721773bdbfcfdb6c8f', x86_64: '3b247f8d48861c5012e6eda8e1545d16ea798212a7f2f579e439ddf2115cf121',
}) })
depends_on 'libcap_ng' depends_on 'libcap_ng'
depends_on 'vdev' depends_on 'eudev'
depends_on 'libtinfo' depends_on 'libtinfo'
depends_on 'linux_pam' depends_on 'linux_pam'
depends_on 'pcre2' depends_on 'pcre2'
......
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