Files
chromebrew/packages/bash_completion.rb
Maximilian Downey Twiss af8193b11a B2 4.4.1 -> 5.2.1, BaCon 3.9.3 -> 5.0, bash-completion 2.13.0 -> 2.14.0, bash 5.2-26 -> 5.2.32, bats 0.4.0 -> 1.11.0 (#10441)
* B2 4.4.1 -> 5.2.1

* BaCon 3.9.3 -> 5.0

* bash-completion 2.13.0 -> 2.14.0

* bash 5.2-26 -> 5.2.32

* bats 0.4.0 -> 1.11.0
2024-09-09 07:07:40 -04:00

22 lines
728 B
Ruby

require 'buildsystems/autotools'
class Bash_completion < Autotools
description 'Programmable completion functions for bash'
homepage 'https://github.com/scop/bash-completion'
version '2.14.0'
license 'GPL-2+'
compatibility 'all'
source_url 'https://github.com/scop/bash-completion.git'
git_hashtag version
binary_compression 'tar.zst'
binary_sha256({
aarch64: 'abe446ec4642cc6c715b76e8532384ce420b827665686484f7fa1068a89a9874',
armv7l: 'abe446ec4642cc6c715b76e8532384ce420b827665686484f7fa1068a89a9874',
i686: 'df4e80faf1ba0ecf75d6cf9206d546cd40b807970ff797d9bbdcb7edca024e0d',
x86_64: 'b27e14ecdaff9a705fbb077d11e77b4a8ade88862d1493b02cae780ba9451b3e'
})
depends_on 'bash' # L
end