summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorllathasa-veleth2023-03-24 10:01:01 +0300
committerllathasa-veleth2023-03-24 10:01:01 +0300
commit891cce71687b07ce2f4e6ddac441d4db39bddd5e (patch)
tree3e4d10cd4244bbb9b9a14ee35dbffc0f30fdcfa8 /PKGBUILD
parent45a04551c060aefba1e10f0c6f0c7ffcf6b7a865 (diff)
downloadaur-fetch-scm.tar.gz
0.1.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3488866ecd47..da1d39977d8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Llathasa Veleth <llathasa at outlook dot com>
pkgname=fetch-scm
-pkgver=0.1.5
+pkgver=0.1.6
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=('02125f15313ca33b9def32406aab61dc823b06ae866edd8fabcb7e4eb3210da3')
+sha256sums=('3c87529e98b58162145b3d37a1b981b6440d0fff20a5324e1a1bbe1e31d14724')
package() {
cd "fetch.scm-$pkgver"