summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5eadfdb787d8..4ee0e8646075 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libresponse
- pkgdesc = A Easy to use HTTP , HTTPS , FTP , SCP , SFTP Library for C/C++
- pkgver = 0.0.1
+ pkgdesc = Human Friendly HTTP/HTTPS library for C/C++
+ pkgver = 0.0.3
pkgrel = 1
url = https://github.com/DeathSec/response
arch = i686
@@ -8,8 +8,8 @@ pkgbase = libresponse
license = apache
depends = curl
depends = cmake
- source = https://github.com/deathsec/response/archive/v0.0.1.tar.gz
- sha256sums = 945ec206f354f7c3208b7055ac53670d1b282ae926d04259c9454cc274adb9f3
+ source = https://github.com/deathsec/response/archive/v0.0.3.tar.gz
+ sha256sums = ed3c93d6daea03dd1f2d836de63607f38865f97f4f16316ffff811edc4d1f76a
pkgname = libresponse
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"