diff --git a/.SRCINFO b/.SRCINFO index 423de1d..c61d370 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,14 +1,14 @@ pkgbase = ckan pkgdesc = All you need to find, install, and manage mods for Kerbal Space Program (ksp) - pkgver = 1.10.3 + pkgver = 1.12.0 pkgrel = 1 url = https://github.com/KSP-CKAN/CKAN/ arch = any license = MIT depends = curl depends = mono - source = https://github.com/KSP-CKAN/CKAN/releases/download/v1.10.3/ckan.exe - sha256sums = 9771e55ee4463dae33274a233997e0f8aa5a564e0f2fa7a3d092230389c66be1 + source = https://github.com/KSP-CKAN/CKAN/releases/download/v1.12.0/ckan.exe + sha256sums = 7056e1a9f02f25e8592562f9d128a0de02d6bd40e9c0defd8cf165dfec0083cc pkgname = ckan diff --git a/PKGBUILD b/PKGBUILD index 7fba35a..460ddfd 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Patrik Plihal pkgname=ckan -pkgver=1.10.3 +pkgver=1.12.0 pkgrel=1 pkgdesc='All you need to find, install, and manage mods for Kerbal Space Program (ksp)' arch=('any') @@ -10,7 +10,7 @@ license=('MIT') depends=('curl' 'mono') source=("https://github.com/KSP-CKAN/CKAN/releases/download/v${pkgver}/ckan.exe") -sha256sums=('9771e55ee4463dae33274a233997e0f8aa5a564e0f2fa7a3d092230389c66be1') +sha256sums=('7056e1a9f02f25e8592562f9d128a0de02d6bd40e9c0defd8cf165dfec0083cc') package() { mkdir -p "$pkgdir/usr/bin/"