summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoaquim Monteiro2020-09-12 20:47:49 +0100
committerJoaquim Monteiro2020-09-12 20:47:49 +0100
commit4292d79ff536f91ea5d72e2923de5b269fa93da3 (patch)
tree00b16be0b0be98fd070cc38e966ee257356d17f6
parenta04292e27b79571a07641e3356a29d602f79711e (diff)
downloadaur-4292d79ff536f91ea5d72e2923de5b269fa93da3.tar.gz
v0.1.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4fd57aeab62..5ccd87e073da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-blake3
pkgdesc = Python bindings for the BLAKE3 cryptographic hash function
- pkgver = 0.1.6
+ pkgver = 0.1.7
pkgrel = 1
url = https://github.com/oconnor663/blake3-py
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = python-blake3
makedepends = python-pip
makedepends = rust
depends = python
- source = blake3-py-0.1.6.tar.gz::https://github.com/oconnor663/blake3-py/archive/0.1.6.tar.gz
- sha512sums = a88d2d79d59b0c79098ec3970067c3cbcdab5cff9c85759a26357b84df80db38dd7169bd900df32ad3a4f9e154886c15c38de680ceccd9ce444d4d721f149e24
+ source = blake3-py-0.1.7.tar.gz::https://github.com/oconnor663/blake3-py/archive/0.1.7.tar.gz
+ sha512sums = e0847d49e1da383a89bda8e5daa2813de0837071c09a45199837b00911c17a1ed4623f0d969511fafb93d3a5aafb875779212ffd4cc30f47f1ab3fe234c3dfdd
pkgname = python-blake3
diff --git a/PKGBUILD b/PKGBUILD
index 69d04b72e6ac..6707fced5b1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: gmes78 <gmes.078 at gmail dot com>
pkgname=python-blake3
-pkgver=0.1.6
+pkgver=0.1.7
pkgrel=1
pkgdesc="Python bindings for the BLAKE3 cryptographic hash function"
arch=(x86_64 i686 aarch64 armv7h)
@@ -12,7 +12,7 @@ depends=('python')
makedepends=('python-pip' 'rust')
source=("blake3-py-${pkgver}.tar.gz"::"https://github.com/oconnor663/blake3-py/archive/${pkgver}.tar.gz")
-sha512sums=('a88d2d79d59b0c79098ec3970067c3cbcdab5cff9c85759a26357b84df80db38dd7169bd900df32ad3a4f9e154886c15c38de680ceccd9ce444d4d721f149e24')
+sha512sums=('e0847d49e1da383a89bda8e5daa2813de0837071c09a45199837b00911c17a1ed4623f0d969511fafb93d3a5aafb875779212ffd4cc30f47f1ab3fe234c3dfdd')
package() {
cd "blake3-py-${pkgver}"