update to 1.16.1

master
Patrik Plihal 8 years ago
parent a46be81b6c
commit e55d432f33
  1. 10
      .SRCINFO
  2. 6
      PKGBUILD

@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
# Die Dez 15 12:28:04 UTC 2015
# 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.0
pkgrel = 2
pkgver = 1.16.1
pkgrel = 1
url = https://github.com/KSP-CKAN/CKAN/
arch = any
license = MIT
depends = curl
depends = mono
conflicts = ckan-git
source = ckan-v1.16.0.exe::https://github.com/KSP-CKAN/CKAN/releases/download/v1.16.0/ckan.exe
sha256sums = 15c0c4a2fe876a560a53d0c706e0398bbc0e8058c355d7fa31e12c66acad4ca0
source = ckan-v1.16.1.exe::https://github.com/KSP-CKAN/CKAN/releases/download/v1.16.1/ckan.exe
sha256sums = 7e74a885a54cad145401476296a2cbdc531ce5c7e383f52fe7719000f40947fc
pkgname = ckan

@ -1,8 +1,8 @@
# Maintainer: Patrik Plihal <patrik.plihal at gmail dot com>
pkgname=ckan
pkgver=1.16.0
pkgrel=2
pkgver=1.16.1
pkgrel=1
pkgdesc='All you need to find, install, and manage mods for Kerbal Space Program (ksp)'
arch=('any')
url="https://github.com/KSP-CKAN/CKAN/"
@ -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=('15c0c4a2fe876a560a53d0c706e0398bbc0e8058c355d7fa31e12c66acad4ca0')
sha256sums=('7e74a885a54cad145401476296a2cbdc531ce5c7e383f52fe7719000f40947fc')
package() {
mkdir -p "$pkgdir/usr/bin/"

Loading…
Cancel
Save