summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormaximumadmin2021-07-22 15:33:50 +0900
committermaximumadmin2021-07-22 15:33:50 +0900
commit0eb7aa3f7a6ee353cf02f1aa1420b0eb608faaaf (patch)
treea34676b8f576661e4eba350f610b3a44741d0a2b /PKGBUILD
parentab5a1079e3347605d7823ab187f3ec5d7549d08e (diff)
downloadaur-zramd.tar.gz
Update to 0.9.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ae2c556023f3..c24566510390 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: maximumadmin <mxmadm at protonmail dot com>
pkgname=zramd
-pkgver=0.9.1
+pkgver=0.9.2
pkgrel=1
pkgdesc="Automatically setup swap on zram ✨"
arch=('any')
@@ -16,7 +16,7 @@ conflicts=('systemd-swap'
'zram-generator-git')
backup=('etc/default/zramd')
source=("https://github.com/maximumadmin/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('ded468408536ce80e87ab4e31f7fecaec98f0d618ead53f0feb4bc83a239cd59')
+sha256sums=('4f9b7d032356c88884a283b68e947a52d8aa1e3450b431403dc22f568234ee60')
build() {
cd "$pkgname-$pkgver"