summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTommaso Sardelli2020-04-25 19:37:12 +0200
committerTommaso Sardelli2020-04-25 19:37:17 +0200
commit161d6d6f7ec65f9ad8228bbb22fd51b5922b0131 (patch)
treef5bbc10d6a712dc60411c891f9abc737ca34ad35
parentc340db58b169ae3b0092af15e964a452978e24b9 (diff)
downloadaur-161d6d6f7ec65f9ad8228bbb22fd51b5922b0131.tar.gz
Update to 0.4.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b7a326d4689..8747086f5c0c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-httpie-jwt-auth
pkgdesc = JWTAuth (JSON Web Tokens) auth plugin for HTTPie
- pkgver = 0.3.0
+ pkgver = 0.4.0
pkgrel = 1
url = https://github.com/teracyhq/httpie-jwt-auth
arch = any
license = BSD
makedepends = python-distribute
depends = httpie
- source = https://github.com/teracyhq/httpie-jwt-auth/archive/v0.3.0.tar.gz
- sha256sums = 31a32ef93a00f50bfd593004f35ce99390c3b4471aa514d602cd6d8a34d183f7
+ source = https://github.com/teracyhq/httpie-jwt-auth/archive/v0.4.0.tar.gz
+ sha256sums = 740c5082ac124660d77ad05a0bfee890834108d61794ad5241c4c75b94197f4e
pkgname = python-httpie-jwt-auth
diff --git a/PKGBUILD b/PKGBUILD
index fc5950ed179d..98bca0346ff0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
-# Maintainer: Roger Duran <rogerduran at gmail dot com>
+# Maintainer: Tommaso Sardelli <lacapannadelloziotom at gmail dot com>
+# Contributor: Roger Duran <rogerduran at gmail dot com>
pkgname=python-httpie-jwt-auth
_pkgname=httpie-jwt-auth
-pkgver=0.3.0
+pkgver=0.4.0
pkgrel=1
pkgdesc="JWTAuth (JSON Web Tokens) auth plugin for HTTPie"
url="https://github.com/teracyhq/httpie-jwt-auth"
license=('BSD')
source=("https://github.com/teracyhq/${_pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('31a32ef93a00f50bfd593004f35ce99390c3b4471aa514d602cd6d8a34d183f7')
+sha256sums=('740c5082ac124660d77ad05a0bfee890834108d61794ad5241c4c75b94197f4e')
depends=('httpie')
makedepends=('python-distribute')
arch=('any')