Skip to content

Commit

Permalink
updated the libarchive version to 3.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: Nikhil Gupta <nikhilgupta2102@gmail.com>
  • Loading branch information
nikhil2611 committed Jan 14, 2021
1 parent 869ef4e commit 3ed85af
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 3ed85af

Please sign in to comment.