Commit 86840c7a authored by Chris Thurber's avatar Chris Thurber Committed by GitHub

Update sejda_console.rb

parent be100f9d
...@@ -3,22 +3,9 @@ require 'package' ...@@ -3,22 +3,9 @@ require 'package'
class Sejda_console < Package class Sejda_console < Package
description 'Sejda SDK is an open source, task oriented Java library to edit PDF files.' description 'Sejda SDK is an open source, task oriented Java library to edit PDF files.'
homepage 'http://sejda.org/' homepage 'http://sejda.org/'
version '3.2.43' version '3.2.46'
source_url 'https://github.com/torakiki/sejda/releases/download/v3.2.43/sejda-console-3.2.43-bin.zip' source_url 'https://github.com/torakiki/sejda/releases/download/v3.2.46/sejda-console-3.2.46-bin.zip'
source_sha256 '0d1c5e9e5857332cc50a881e6ab6f2051ebd8ae04f8421f6865c38b9f14dd67c' source_sha256 '11654d11f15f41d9f3c54ee90efd8477687193c1cb7b1f40db69d901e9cbde2f'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/sejda_console-3.2.43-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/sejda_console-3.2.43-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/sejda_console-3.2.43-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/sejda_console-3.2.43-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '28de2bf7e8b6b5edd1534334729e88c1c2f7611debc8ad443c80660b4659d420',
armv7l: '28de2bf7e8b6b5edd1534334729e88c1c2f7611debc8ad443c80660b4659d420',
i686: 'ef5a2804b143f13123f83a5f1e2741f3e20d11f3fcdb9bca455239009b7aab48',
x86_64: 'd462f3d37b2f0ecb9657a20f983e70e13ff261bd75046d260c6dc99d1171c632',
})
depends_on 'help2man' => :build depends_on 'help2man' => :build
depends_on 'jdk8' depends_on 'jdk8'
......
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