Skip to content

Commit

Permalink
Merge pull request #1275 from nikhil2611/ng/update_libarchive_to_3.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Jan 15, 2021
2 parents 869ef4e + 3ed85af commit ed38479
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/software/libarchive.rb
Expand Up @@ -18,12 +18,13 @@
# https://github.com/berkshelf/api.berkshelf.com

name "libarchive"
default_version "3.4.3"
default_version "3.5.1"

license "BSD-2-Clause"
license_file "COPYING"
skip_transitive_dependency_licensing true

version("3.5.1") { source sha256: "9015d109ec00bb9ae1a384b172bf2fc1dff41e2c66e5a9eeddf933af9db37f5a" }
version("3.5.0") { source sha256: "fc4bc301188376adc18780d35602454cc8df6396e1b040fbcbb0d4c0469faf54" }
version("3.4.3") { source sha256: "ee1e749213c108cb60d53147f18c31a73d6717d7e3d2481c157e1b34c881ea39" }
version("3.4.2") { source sha256: "b60d58d12632ecf1e8fad7316dc82c6b9738a35625746b47ecdcaf4aed176176" }
Expand Down

0 comments on commit ed38479

Please sign in to comment.