14 lines
334 B
Ruby
14 lines
334 B
Ruby
name 'apt'
|
|
maintainer 'Chef Software, Inc.'
|
|
maintainer_email 'cookbooks@chef.io'
|
|
license 'Apache-2.0'
|
|
description 'Configures apt and apt caching.'
|
|
version '7.3.0'
|
|
|
|
supports 'ubuntu'
|
|
supports 'debian'
|
|
|
|
source_url 'https://github.com/chef-cookbooks/apt'
|
|
issues_url 'https://github.com/chef-cookbooks/apt/issues'
|
|
chef_version '>= 13.3'
|