diff options
Diffstat (limited to 'app-text/languagetool')
-rw-r--r-- | app-text/languagetool/Manifest | 2 | ||||
-rw-r--r-- | app-text/languagetool/languagetool-3.5-r1.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-text/languagetool/Manifest b/app-text/languagetool/Manifest index cf980e5327ff..6fd45fe2f895 100644 --- a/app-text/languagetool/Manifest +++ b/app-text/languagetool/Manifest @@ -1,3 +1,3 @@ DIST LanguageTool-3.5.zip 93540212 BLAKE2B 166be74df8424692d637d1f23f2044492741984feb8c863aa363aca07ca9903c1e5934e4026a4e8c7b135320053808f1735ae5800a3964e9d75381368a8c5b7b SHA512 ad49dd292ca6841e1ef439b2dbe55748f621333b418bd6a596534cd5b2cb7019170c98046c8e2c68c3d75a9e5d132cf329de6481eaaccb8f78aae2233bdb8e45 -EBUILD languagetool-3.5-r1.ebuild 1401 BLAKE2B 05197f3d91977a988682a92416b4f2c0607d50686f98b549cd81a7ca6bfa7e1c6ade581895d91cbc40b7dcbbec56ab6ff9970a01821e974ed10c8b7e60e8ca33 SHA512 06017178133ce4deb304287cbb7529a0bf3ec26a606042e8b6db80c5a2a6641c2caa9b4196069fc60d0d03a4010f57b41634d9e25b36fdc2bcb4a6cfde190c83 +EBUILD languagetool-3.5-r1.ebuild 1403 BLAKE2B 1fff1dbc72a71536804c645cdbf64e21ebe7ab3c160b29f93474bd32c2a5ef8ff375fe27d45252b530218f029348204696dd326109f4e1898875c577cae7ef1f SHA512 96db2123e9d72b3017fcae610aa53ac8fafff57c0f72ac5240a44890842fca9dba5cca9cfcd9cfe4a522d80311f6e3aaefe8d2c1bb9be045444a9e7b01be7e23 MISC metadata.xml 255 BLAKE2B c3c51ff357cdf3ea565d7f4bf7cb236342061e471b67eacc0a436c26d52532ce7499657a76fc92a845321318a65f9eb877573104341ddae66dc3a554a35f7362 SHA512 305ae93d2bb3da79ee181cf36bb0ca2bbac016c20555967d7281cd5c0edfc26c1450dacd7a7de57078650dab0e815be9169c0b25a24d71488185f71ae8834167 diff --git a/app-text/languagetool/languagetool-3.5-r1.ebuild b/app-text/languagetool/languagetool-3.5-r1.ebuild index db1fe9570a30..bcf5c6bfd5d4 100644 --- a/app-text/languagetool/languagetool-3.5-r1.ebuild +++ b/app-text/languagetool/languagetool-3.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,8 +8,8 @@ MY_PN=LanguageTool MY_P=${MY_PN}-${PV} DESCRIPTION="A proof-reading tool for many languages" -HOMEPAGE="http://www.languagetool.org/" -SRC_URI="http://www.languagetool.org/download/${MY_P}.zip" +HOMEPAGE="https://www.languagetool.org/" +SRC_URI="https://www.languagetool.org/download/${MY_P}.zip" LICENSE="LGPL-2.1" SLOT="0" |