diff options
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = geph4-client pkgdesc = The command-line Geph client - pkgver = 4.99.30 + pkgver = 4.99.32 pkgrel = 1 url = https://github.com/geph-official/geph4-client arch = x86_64 @@ -10,10 +10,10 @@ pkgbase = geph4-client depends = glibc options = !lto backup = etc/default/geph4-client - source = geph4-client-4.99.30.tar.gz::https://github.com/geph-official/geph4-client/archive/v4.99.30.tar.gz + source = geph4-client-4.99.32.tar.gz::https://github.com/geph-official/geph4-client/archive/v4.99.32.tar.gz source = geph4-client.default source = geph4-client.service - sha256sums = 314057ff0e31b14dd11204c30935bc1f81bba9d08da7aab2b3d9e5233b2fca66 + sha256sums = fd6585717448b796d90b7b6dadd609c86c806ee7b4c9f0a21e27ffb47e8ff59c sha256sums = 214d884807236b9d4d82ba01d8cd468afc62071e9c352cca642037426b2da661 sha256sums = 317191b59af3d7c674069268738f4734237f12da01b31814d871a9df669f4927 @@ -2,7 +2,7 @@ # Co-Maintainer: RogueGirl <3a33oxx40 at mozmail dot com> pkgname=geph4-client -pkgver=4.99.30 +pkgver=4.99.32 pkgrel=1 pkgdesc="The command-line Geph client" arch=('x86_64') @@ -15,7 +15,7 @@ options=('!lto') source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz" "geph4-client.default" "geph4-client.service") -sha256sums=('314057ff0e31b14dd11204c30935bc1f81bba9d08da7aab2b3d9e5233b2fca66' +sha256sums=('fd6585717448b796d90b7b6dadd609c86c806ee7b4c9f0a21e27ffb47e8ff59c' '214d884807236b9d4d82ba01d8cd468afc62071e9c352cca642037426b2da661' '317191b59af3d7c674069268738f4734237f12da01b31814d871a9df669f4927') |