summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaolo Stivanin2018-01-24 20:39:55 +0100
committerPaolo Stivanin2018-01-24 20:39:55 +0100
commit75347aebd59f625821269dcebe68e189dd6185ff (patch)
treeea6167333cca0e87ebd5bbcd5470108f17d69b6a
parent5cf392a5b396941b3ee28b5356e06e8adc227677 (diff)
downloadaur-75347aebd59f625821269dcebe68e189dd6185ff.tar.gz
v1.0.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 625ac581505b..e0dffa97a5b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libcotp
pkgdesc = C library that generates TOTP and HOTP
- pkgver = 1.0.10
+ pkgver = 1.0.11
pkgrel = 1
url = https://github.com/paolostivanin/libcotp
arch = i686
@@ -9,8 +9,8 @@ pkgbase = libcotp
makedepends = cmake
depends = libbaseencode
options = !strip
- source = https://github.com/paolostivanin/libcotp/archive/v1.0.10.tar.gz
- sha256sums = 34af119cb367b8ea6cf15a7dfbcd87687be27e55b3a95f82ac84e6dc735bce4e
+ source = https://github.com/paolostivanin/libcotp/archive/v1.0.11.tar.gz
+ sha256sums = fd01f46a81a1f2811c932eab336276d982369401ae405e36034f1aa859b04a74
pkgname = libcotp
diff --git a/PKGBUILD b/PKGBUILD
index 50ba94cb8be4..3fbf14e74031 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Paolo Stivanin <info A,T paolostivanin D,O,T com>
pkgname=libcotp
-pkgver=1.0.10
+pkgver=1.0.11
pkgrel=1
pkgdesc='C library that generates TOTP and HOTP'
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ license=('GPL3')
source=("https://github.com/paolostivanin/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=("34af119cb367b8ea6cf15a7dfbcd87687be27e55b3a95f82ac84e6dc735bce4e")
+sha256sums=("fd01f46a81a1f2811c932eab336276d982369401ae405e36034f1aa859b04a74")
build() {
cd "${srcdir}/${pkgname}-${pkgver}"