diff options
author | BTD Master | 2021-12-29 17:40:21 +0000 |
---|---|---|
committer | BTD Master | 2021-12-29 17:40:21 +0000 |
commit | 79b6566d6ca93ab3882bf2114fd3eba0cd0eb5f9 (patch) | |
tree | 36c25cd858231fff3e7198f3b9b15dddbf908edd | |
parent | 0a18296790ea9445ae5dc499ea117cf59b6522a6 (diff) | |
download | aur-79b6566d6ca93ab3882bf2114fd3eba0cd0eb5f9.tar.gz |
0.2.6
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,7 +1,7 @@ pkgbase = syphon-bin pkgdesc = Privacy-centric Matrix client - pkgver = 0.2.5 - pkgrel = 5 + pkgver = 0.2.6 + pkgrel = 1 url = https://github.com/syphon-org/syphon arch = x86_64 license = AGPL3 @@ -11,7 +11,7 @@ pkgbase = syphon-bin depends = jsoncpp depends = sqlcipher provides = syphon - source = https://github.com/syphon-org/syphon/releases/download/0.2.5/syphon.linux.x64.tar.gz + source = https://github.com/syphon-org/syphon/releases/download/0.2.6/syphon.linux.x64.tar.gz sha256sums = 9c9f4c09ad1e0484c87ac83302c476513c92383b4afba3a2452cc23822359368 pkgname = syphon-bin @@ -1,8 +1,8 @@ # Maintainer: BTD Master <btdmaster at disroot dot org> pkgname=syphon-bin _pkgname=syphon -pkgver=0.2.5 -pkgrel=5 +pkgver=0.2.6 +pkgrel=1 pkgdesc="Privacy-centric Matrix client" arch=('x86_64') url="https://github.com/syphon-org/syphon" |