summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Stegeman2020-10-10 11:27:21 -0800
committerMichael Stegeman2020-10-10 11:32:52 -0800
commita24d5c0b16c821923350d696682aac86a4b09b38 (patch)
treeb9516ab129cd1e8d1fe68e2248f6075e0177396f /PKGBUILD
parent51f4c93e81c6568d4a761a0c11e0314dc95b7b2b (diff)
downloadaur-pagekite.tar.gz
Update to v1.5.2.200725.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 133397e6fbb0..27dfa584d476 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Michael Stegeman <mstegeman@mozilla.com>
pkgname=pagekite
-pkgver=1.5.2.200603
+pkgver=1.5.2.200725
pkgrel=1
pkgdesc='Python implementation of the PageKite remote front-end protocols.'
arch=('any')
@@ -15,7 +15,7 @@ source=(
"${pkgname}-${pkgver}.tar.gz::https://github.com/pagekite/PyPagekite/archive/v${pkgver}.tar.gz"
)
sha256sums=(
- 'ffe5d52f609458e2bbc7e7740688604991a66838b39aa4ba5af7656ee65759c2'
+ '6172b9e92c2b46d393148ea8081de148f43ffe26e361d75305d047a63c3a0759'
)
build() {