update to 1.16.0

master
Patrik Plihal 8 years ago
parent 1ba0de0110
commit 01b4b42ece
  1. 8
      .SRCINFO
  2. 4
      PKGBUILD

@ -1,6 +1,8 @@
# Generated by mksrcinfo v8
# Son Dez 13 13:17:54 UTC 2015
pkgbase = ckan
pkgdesc = All you need to find, install, and manage mods for Kerbal Space Program (ksp)
pkgver = 1.14.3
pkgver = 1.16.0
pkgrel = 1
url = https://github.com/KSP-CKAN/CKAN/
arch = any
@ -8,8 +10,8 @@ pkgbase = ckan
depends = curl
depends = mono
conflicts = ckan-git
source = https://github.com/KSP-CKAN/CKAN/releases/download/v1.14.3/ckan.exe
sha256sums = 4fb28aec82e6d7f48b3326aac5dd875a94a37e089803dd3af385b4f501faab4f
source = https://github.com/KSP-CKAN/CKAN/releases/download/v1.16.0/ckan.exe
sha256sums = 15c0c4a2fe876a560a53d0c706e0398bbc0e8058c355d7fa31e12c66acad4ca0
pkgname = ckan

@ -1,7 +1,7 @@
# Maintainer: Patrik Plihal <patrik.plihal at gmail dot com>
pkgname=ckan
pkgver=1.14.3
pkgver=1.16.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=("https://github.com/KSP-CKAN/CKAN/releases/download/v${pkgver}/ckan.exe")
sha256sums=('4fb28aec82e6d7f48b3326aac5dd875a94a37e089803dd3af385b4f501faab4f')
sha256sums=('15c0c4a2fe876a560a53d0c706e0398bbc0e8058c355d7fa31e12c66acad4ca0')
package() {
mkdir -p "$pkgdir/usr/bin/"

Loading…
Cancel
Save