summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorllathasa-veleth2022-04-16 11:39:14 +0300
committerllathasa-veleth2022-04-16 11:39:14 +0300
commit45a04551c060aefba1e10f0c6f0c7ffcf6b7a865 (patch)
treec765106dec998f14e23d2a34a9af51a1c8e80fbc /PKGBUILD
parent84555ecbad46cd4b3f102abded6cec3a062cc305 (diff)
downloadaur-45a04551c060aefba1e10f0c6f0c7ffcf6b7a865.tar.gz
0.1.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a11738eb237..3488866ecd47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Llathasa Veleth <llathasa at outlook dot com>
pkgname=fetch-scm
-pkgver=0.1.4
+pkgver=0.1.5
pkgrel=1
pkgdesc='System information fetcher written in GNU Guile Scheme'
arch=('any')
@@ -8,7 +8,7 @@ url="https://github.com/KikyTokamuro/fetch.scm"
license=('MIT')
depends=('guile')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('9379d17badf0d01207880a5cb3af84dbe00b05e524aefc6fdec3734f3185fb53')
+sha256sums=('02125f15313ca33b9def32406aab61dc823b06ae866edd8fabcb7e4eb3210da3')
package() {
cd "fetch.scm-$pkgver"