Commit fcffdd84 authored by Ed Reel's avatar Ed Reel Committed by GitHub

Update libarchive to fix @_ver line (#5067)

Fix libarchive.rb:6: syntax error, unexpected string literal, expecting `end' (SyntaxError)
parent 9ad444e1
......@@ -3,7 +3,7 @@ require 'package'
class Libarchive < Package
description 'Multi-format archive and compression library.'
homepage 'https://www.libarchive.org/'
@_ver '3.5.1'
@_ver = '3.5.1'
version @_ver
compatibility 'all'
source_url "https://www.libarchive.org/downloads/libarchive-#{@_ver}.tar.xz"
......
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