summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorllathasa-veleth2023-03-24 10:01:01 +0300
committerllathasa-veleth2023-03-24 10:01:01 +0300
commit891cce71687b07ce2f4e6ddac441d4db39bddd5e (patch)
tree3e4d10cd4244bbb9b9a14ee35dbffc0f30fdcfa8
parent45a04551c060aefba1e10f0c6f0c7ffcf6b7a865 (diff)
downloadaur-891cce71687b07ce2f4e6ddac441d4db39bddd5e.tar.gz
0.1.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f96070a1673d..fada1d5fec18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = fetch-scm
pkgdesc = System information fetcher written in GNU Guile Scheme
- pkgver = 0.1.5
+ pkgver = 0.1.6
pkgrel = 1
url = https://github.com/KikyTokamuro/fetch.scm
arch = any
license = MIT
depends = guile
- source = fetch-scm-0.1.5.tar.gz::https://github.com/KikyTokamuro/fetch.scm/archive/v0.1.5.tar.gz
- sha256sums = 02125f15313ca33b9def32406aab61dc823b06ae866edd8fabcb7e4eb3210da3
+ source = fetch-scm-0.1.6.tar.gz::https://github.com/KikyTokamuro/fetch.scm/archive/v0.1.6.tar.gz
+ sha256sums = 3c87529e98b58162145b3d37a1b981b6440d0fff20a5324e1a1bbe1e31d14724
pkgname = fetch-scm
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"