dokka-cli 1.7.20-1

This commit is contained in:
Dominic 2022-10-17 11:50:41 +02:00
parent b527f1720c
commit c062e8ee58
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
2 changed files with 6 additions and 6 deletions

View file

@ -1,8 +1,8 @@
pkgbase = dokka
pkgdesc = Documentation Engine for Kotlin
pkgver = 1.7.10
pkgver = 1.7.20
pkgrel = 1
url = https://kotlin.github.io/dokka/1.7.10/
url = https://kotlin.github.io/dokka/1.7.20/
arch = any
license = Apache
makedepends = gradle>=7.3
@ -10,11 +10,11 @@ pkgbase = dokka
makedepends = npm
depends = freemarker
depends = java-environment
source = https://github.com/Kotlin/dokka/archive/refs/tags/v1.7.10.tar.gz
source = https://github.com/Kotlin/dokka/archive/refs/tags/v1.7.20.tar.gz
source = 0001-enable-application-plugin.patch
source = 0002-embed-plugin-dependencies.patch
source = dokka
sha256sums = 873e26b3c046e9217f70a126736308bc0c11e45b8a7a9b0991c15b71b0f1876f
sha256sums = dadbc66843936f11bc520cb4546ab61b89895815a7b66201e00d0d773efad705
sha256sums = 78d2f4fd30508c9b634e22655da275b0db4c5317d71bb3cd746f851702a31d93
sha256sums = b5f139af1e11ba823865f01383eb5eae873af86fcd86107e6e179076ce1145f4
sha256sums = 9c7aa9721fe0b2c3cf3831a4d0b1720f13b070734d7be2702f820267ca11e277

View file

@ -2,7 +2,7 @@
# Maintainer: Dominic Meiser [git at msrd0 dot de]
pkgname='dokka'
pkgver=1.7.10
pkgver=1.7.20
pkgrel=1
pkgdesc='Documentation Engine for Kotlin'
url="https://kotlin.github.io/dokka/$pkgver/"
@ -16,7 +16,7 @@ source=("https://github.com/Kotlin/dokka/archive/refs/tags/v$pkgver.tar.gz"
'0001-enable-application-plugin.patch'
'0002-embed-plugin-dependencies.patch'
'dokka')
sha256sums=('873e26b3c046e9217f70a126736308bc0c11e45b8a7a9b0991c15b71b0f1876f'
sha256sums=('dadbc66843936f11bc520cb4546ab61b89895815a7b66201e00d0d773efad705'
'78d2f4fd30508c9b634e22655da275b0db4c5317d71bb3cd746f851702a31d93'
'b5f139af1e11ba823865f01383eb5eae873af86fcd86107e6e179076ce1145f4'
'9c7aa9721fe0b2c3cf3831a4d0b1720f13b070734d7be2702f820267ca11e277')