update to 1.18.0

master
Patrik Plihal 8 years ago
parent e55d432f33
commit 7059cb5559
  1. 8
      .SRCINFO
  2. 4
      PKGBUILD

@ -1,8 +1,6 @@
# Generated by mksrcinfo v8
# Son Mär 13 18:10:04 UTC 2016
pkgbase = ckan
pkgdesc = All you need to find, install, and manage mods for Kerbal Space Program (ksp)
pkgver = 1.16.1
pkgver = 1.18.0
pkgrel = 1
url = https://github.com/KSP-CKAN/CKAN/
arch = any
@ -10,8 +8,8 @@ pkgbase = ckan
depends = curl
depends = mono
conflicts = ckan-git
source = ckan-v1.16.1.exe::https://github.com/KSP-CKAN/CKAN/releases/download/v1.16.1/ckan.exe
sha256sums = 7e74a885a54cad145401476296a2cbdc531ce5c7e383f52fe7719000f40947fc
source = ckan-v1.18.0.exe::https://github.com/KSP-CKAN/CKAN/releases/download/v1.18.0/ckan.exe
sha256sums = b066f1ad043bd66dcc100707ed3cd9762ad73639798703ca50807cb998a23115
pkgname = ckan

@ -1,7 +1,7 @@
# Maintainer: Patrik Plihal <patrik.plihal at gmail dot com>
pkgname=ckan
pkgver=1.16.1
pkgver=1.18.0
pkgrel=1
pkgdesc='All you need to find, install, and manage mods for Kerbal Space Program (ksp)'
arch=('any')
@ -11,7 +11,7 @@ depends=('curl' 'mono')
conflicts=('ckan-git')
source=("${pkgname}-v${pkgver}.exe::https://github.com/KSP-CKAN/CKAN/releases/download/v${pkgver}/ckan.exe")
sha256sums=('7e74a885a54cad145401476296a2cbdc531ce5c7e383f52fe7719000f40947fc')
sha256sums=('b066f1ad043bd66dcc100707ed3cd9762ad73639798703ca50807cb998a23115')
package() {
mkdir -p "$pkgdir/usr/bin/"

Loading…
Cancel
Save