summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorllathasa-veleth2022-04-16 11:39:14 +0300
committerllathasa-veleth2022-04-16 11:39:14 +0300
commit45a04551c060aefba1e10f0c6f0c7ffcf6b7a865 (patch)
treec765106dec998f14e23d2a34a9af51a1c8e80fbc
parent84555ecbad46cd4b3f102abded6cec3a062cc305 (diff)
downloadaur-45a04551c060aefba1e10f0c6f0c7ffcf6b7a865.tar.gz
0.1.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96002362258a..f96070a1673d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = fetch-scm
pkgdesc = System information fetcher written in GNU Guile Scheme
- pkgver = 0.1.4
+ pkgver = 0.1.5
pkgrel = 1
url = https://github.com/KikyTokamuro/fetch.scm
arch = any
license = MIT
depends = guile
- source = fetch-scm-0.1.4.tar.gz::https://github.com/KikyTokamuro/fetch.scm/archive/v0.1.4.tar.gz
- sha256sums = 9379d17badf0d01207880a5cb3af84dbe00b05e524aefc6fdec3734f3185fb53
+ source = fetch-scm-0.1.5.tar.gz::https://github.com/KikyTokamuro/fetch.scm/archive/v0.1.5.tar.gz
+ sha256sums = 02125f15313ca33b9def32406aab61dc823b06ae866edd8fabcb7e4eb3210da3
pkgname = fetch-scm
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"