From 6e368a9ebc130b7c330de5fb4590a901b75e5aa8 Mon Sep 17 00:00:00 2001 From: Patrik Plihal Date: Wed, 16 Sep 2015 09:47:16 +0200 Subject: [PATCH] update to 1.14.2 --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 34c6be3..0866ac3 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,16 +1,16 @@ # Generated by mksrcinfo v7 -# Mon Sep 7 14:05:20 UTC 2015 +# Mit Sep 16 07:46:58 UTC 2015 pkgbase = ckan pkgdesc = All you need to find, install, and manage mods for Kerbal Space Program (ksp) - pkgver = 1.14.1 + pkgver = 1.14.2 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.14.1/ckan.exe - sha256sums = 405db4926c3f7bba22288c6d3d6137e4c4963892a2c567042e9e8299d073f947 + source = https://github.com/KSP-CKAN/CKAN/releases/download/v1.14.2/ckan.exe + sha256sums = 8a9ff893be074ec1c574072701a19fef3dadf9104888666bcdf2b71723e9c199 pkgname = ckan diff --git a/PKGBUILD b/PKGBUILD index 960f7e4..94944fe 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Patrik Plihal pkgname=ckan -pkgver=1.14.1 +pkgver=1.14.2 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=('405db4926c3f7bba22288c6d3d6137e4c4963892a2c567042e9e8299d073f947') +sha256sums=('8a9ff893be074ec1c574072701a19fef3dadf9104888666bcdf2b71723e9c199') package() { mkdir -p "$pkgdir/usr/bin/"