Commit 31c2fa4f authored by satmandu's avatar satmandu Committed by GitHub

Update libotf.rb

parent 344e3ce3
...@@ -3,9 +3,10 @@ require 'package' ...@@ -3,9 +3,10 @@ require 'package'
class Libotf < Package class Libotf < Package
description 'OpenType Font library' description 'OpenType Font library'
homepage 'https://www.nongnu.org/m17n/' homepage 'https://www.nongnu.org/m17n/'
version '0.9.16' @_ver = '0.9.16'
version @_ver
compatibility 'all' compatibility 'all'
source_url 'https://download.savannah.gnu.org/releases/m17n/libotf-0.9.16.tar.gz' source_url 'https://download.savannah.gnu.org/releases/m17n/libotf-#{@_ver}.tar.gz'
source_sha256 '68db0ca3cda2d46a663a92ec26e6eb5adc392ea5191bcda74268f0aefa78066b' source_sha256 '68db0ca3cda2d46a663a92ec26e6eb5adc392ea5191bcda74268f0aefa78066b'
binary_url({ binary_url({
......
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