[arch-commits] Commit in python-requests-hawk/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun Mar 14 08:54:28 UTC 2021
Date: Sunday, March 14, 2021 @ 08:54:28
Author: arojas
Revision: 891012
Update to 1.1.0
Modified:
python-requests-hawk/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-03-14 08:53:17 UTC (rev 891011)
+++ PKGBUILD 2021-03-14 08:54:28 UTC (rev 891012)
@@ -2,8 +2,8 @@
_pkgname=requests-hawk
pkgname=python-requests-hawk
-pkgver=1.0.1
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
pkgdesc="Hawk authentication strategy for the requests python library"
arch=('any')
url="https://github.com/mozilla-services/requests-hawk"
@@ -10,7 +10,7 @@
license=('Apache')
depends=('python-mohawk' 'python-requests')
source=("$pkgname-$pkgver.tar.gz::https://github.com/mozilla-services/$_pkgname/archive/$pkgver.tar.gz")
-sha256sums=('022ab238a42d62bfb594bfe7cb7535dd75e2bd189ec2e3a365cd2ee23df300ad')
+sha256sums=('ed12a67ee0a6b1d8b6c878d99a8c5819f359acb3a69fd8b69dc95ea6106b935f')
build() {
cd $_pkgname-$pkgver
More information about the arch-commits
mailing list