summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMattéo Delabre2022-12-31 00:55:36 +0100
committerMattéo Delabre2022-12-31 00:55:36 +0100
commit53939f658860a3c1f727311bc48dd6df4351a3dc (patch)
tree6a2c5ddb71df60a957953aac746b234376fbbe81 /PKGBUILD
parentbccce97f968a097c37a8c9d2e53f727ed6529250 (diff)
downloadaur-53939f658860a3c1f727311bc48dd6df4351a3dc.tar.gz
Release 0.0.24
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a068d1b8b93..f444d013bf84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mattéo Delabre <aur.matteo@delab.re>
pkgname=rmapi
-pkgver=0.0.22.1
+pkgver=0.0.24
pkgrel=1
pkgdesc='Access reMarkable tablet files through the Cloud API'
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('AGPL3')
depends=('glibc')
makedepends=('go')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('880dae291267ae19ed524e4342fb86a935cfe9d20be99cf02086b50e179f6978')
+sha256sums=('e3b9b2d8226776878bee0516d34c320f95da72db7de0d9fa79be0093f5d954a3')
prepare() {
cd "$pkgname-$pkgver"