summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7613c78f2d8a..c63ea7249136 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = alfis
pkgdesc = Alternative Free Identity System using blockchain
- pkgver = 0.5.7
+ pkgver = 0.6.6
pkgrel = 1
url = https://github.com/Revertron/Alfis
arch = x86_64
@@ -11,8 +11,7 @@ pkgbase = alfis
makedepends = pango
depends = webkit2gtk
depends = gtk3
- source = https://github.com/Revertron/Alfis/archive/v0.5.7/alfis-0.5.7.tar.gz
- sha256sums = 9206bf01a4cb0d932aa62b8ebefd637ca44fd0802674201520fcd91704025b73
+ source = https://github.com/Revertron/Alfis/archive/v0.6.6/alfis-0.6.6.tar.gz
+ sha256sums = f4549cf9ac536149acc0def5ce96e605f33ab89a6d849dae5794493cb332ff35
pkgname = alfis
-
diff --git a/PKGBUILD b/PKGBUILD
index 26b389dd87f4..adf821c2ce3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stanislav Nikitin <pztrn at pztrn dot name>
pkgname=('alfis')
-pkgver=0.5.7
+pkgver=0.6.6
pkgrel=1
pkgdesc='Alternative Free Identity System using blockchain'
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('AGPL3')
depends=('webkit2gtk' 'gtk3')
makedepends=('cargo' 'rust' 'atk' 'pango')
source=("https://github.com/Revertron/Alfis/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('9206bf01a4cb0d932aa62b8ebefd637ca44fd0802674201520fcd91704025b73')
+sha256sums=('f4549cf9ac536149acc0def5ce96e605f33ab89a6d849dae5794493cb332ff35')
_dirname="Alfis-${pkgver}"