summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c768e7d18956..d2e86808b1ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
-# Maintainer: DeathSec
+# Maintainer: DeathSec
+# Last Updated: 10:00 PM , 25 April 2017 IST
pkgname=libresponse
-pkgver=0.0.1
+pkgver=0.0.3
pkgrel=1
-pkgdesc="A Easy to use HTTP , HTTPS , FTP , SCP , SFTP Library for C/C++"
-arch=('i686' 'x86_64')
+pkgdesc="Human Friendly HTTP/HTTPS library for C/C++"
+arch=('i686' 'x86_64')
url="https://github.com/DeathSec/response"
license=('apache')
depends=('curl' 'cmake')
source=(https://github.com/deathsec/response/archive/v$pkgver.tar.gz)
-sha256sums=('945ec206f354f7c3208b7055ac53670d1b282ae926d04259c9454cc274adb9f3')
+sha256sums=('ed3c93d6daea03dd1f2d836de63607f38865f97f4f16316ffff811edc4d1f76a')
build() {
cd "response-$pkgver"