update to 1.10.3

master
Patrik Plihal 9 years ago
parent 558ede169b
commit 849e451d3f
  1. 6
      .SRCINFO
  2. 4
      PKGBUILD

@ -1,14 +1,14 @@
pkgbase = ckan
pkgdesc = All you need to find, install, and manage mods for Kerbal Space Program (ksp)
pkgver = 1.10.0
pkgver = 1.10.3
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.0/ckan.exe
sha256sums = 4fe05b1d0bb1622b18d3c079c20667435fc81390d2f905d76f8291ff4419bcb2
source = https://github.com/KSP-CKAN/CKAN/releases/download/v1.10.3/ckan.exe
sha256sums = 9771e55ee4463dae33274a233997e0f8aa5a564e0f2fa7a3d092230389c66be1
pkgname = ckan

@ -1,7 +1,7 @@
# Maintainer: Patrik Plihal <patrik.plihal at gmail dot com>
pkgname=ckan
pkgver=1.10.0
pkgver=1.10.3
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=('4fe05b1d0bb1622b18d3c079c20667435fc81390d2f905d76f8291ff4419bcb2')
sha256sums=('9771e55ee4463dae33274a233997e0f8aa5a564e0f2fa7a3d092230389c66be1')
package() {
mkdir -p "$pkgdir/usr/bin/"

Loading…
Cancel
Save