diff options
author | Victor Dmitriev | 2021-04-22 15:33:21 +0300 |
---|---|---|
committer | Victor Dmitriev | 2021-04-22 15:33:21 +0300 |
commit | 298fce2ede8ac597c97b5046c6967d8ba7dfbfc6 (patch) | |
tree | 3bb4472ec6bc1e4eed3d61a853d201720c31b926 /PKGBUILD | |
parent | 59e4f50698c10e8757c5662117b61fbb5d6c9363 (diff) | |
download | aur-298fce2ede8ac597c97b5046c6967d8ba7dfbfc6.tar.gz |
upgpkg: fop-hyph 2.2-1
added https
updated checksums
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -8,8 +8,11 @@ arch=('any') url="http://offo.sourceforge.net/" license=('unknown') depends=('java-runtime' 'fop>=1.0') -source=("http://sourceforge.net/projects/offo/files/offo-hyphenation/2.2/offo-hyphenation-compiled.zip") +source=("https://sourceforge.net/projects/offo/files/offo-hyphenation/2.2/offo-hyphenation-compiled.zip") md5sums=('5ec09cce6d8a09bc53a6441790021ecf') +sha1sums=('2ea3d35de0ed1fb451199d8e2e15ac57b11c6718') +sha256sums=('3b503122b488bd30f658e9757c3b3066dd7a59f56c3a9bbb3eaae2d23b7d883f') +sha512sums=('04bc87533d8462c5473fa7cd480fd142f9f32447c34e55fac28e9811d3b63e57ff11ba03160d592310dff44999a7f8d595d02a377eaa8d9df634381ef0ea66c7') package() { cd "${srcdir}/offo-hyphenation-compiled/" |