summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ5lx2015-10-20 00:58:52 +0200
committerJ5lx2015-10-20 00:58:52 +0200
commit60d3ddcf50138a41197a41b3c3b81c45fb40d44a (patch)
tree8910eb02d88a4141d5c2a6451d247f23dfbd30f6
parent2983ad26c9d4a5ef70081f487a75691c112a5eb4 (diff)
downloadaur-60d3ddcf50138a41197a41b3c3b81c45fb40d44a.tar.gz
1.6.5-1: Update to new version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f05cc2cf1453..35b379d0a3eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = steamkit
pkgdesc = A .NET library designed to interoperate with Valve's Steam network. It aims to provide a simple, yet extensible, interface to perform various actions on the network.
- pkgver = 1.6.4
+ pkgver = 1.6.5
pkgrel = 1
url = https://github.com/SteamRE/SteamKit
arch = any
@@ -8,8 +8,8 @@ pkgbase = steamkit
depends = mono
depends = protobuf-net
options = !strip
- source = https://github.com/SteamRE/SteamKit/archive/SteamKit_1.6.4.tar.gz
- md5sums = 2fdb0a7874fd384cbc966ca56f73dcb3
+ source = https://github.com/SteamRE/SteamKit/archive/SteamKit_1.6.5.tar.gz
+ md5sums = 5e7e4bc30ee6a7510f7f5b50cd2657fa
pkgname = steamkit
diff --git a/PKGBUILD b/PKGBUILD
index dd153ee6b267..47ff3e9f9af4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=steamkit
-pkgver=1.6.4
+pkgver=1.6.5
pkgrel=1
pkgdesc="A .NET library designed to interoperate with Valve's Steam network. It aims to provide a simple, yet extensible, interface to perform various actions on the network."
arch=('any')
@@ -9,7 +9,7 @@ license=('LGPL2.1')
depends=('mono' 'protobuf-net')
options=('!strip')
source=("https://github.com/SteamRE/SteamKit/archive/SteamKit_${pkgver}.tar.gz")
-md5sums=('2fdb0a7874fd384cbc966ca56f73dcb3')
+md5sums=('5e7e4bc30ee6a7510f7f5b50cd2657fa')
build() {
cd "${srcdir}/SteamKit-SteamKit_${pkgver}/SteamKit2/SteamKit2"