summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée2021-02-07 08:57:06 +0100
committerMattias Andrée2021-02-07 08:57:06 +0100
commit6693e28d59fec0d48e9ddbe86c1829747748ab54 (patch)
treec41b5823a1e4632b4bcc2ca8e69b4cf5247085b0
parent2f2bda4e9ab59c3ec7050cda0dba1447146e7be6 (diff)
downloadaur-6693e28d59fec0d48e9ddbe86c1829747748ab54.tar.gz
Update to 3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e28df9258c8f..abc316917657 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = mongoclock
pkgdesc = Just a humongous clock for the terminal
- pkgver = 3.0
+ pkgver = 3.1
pkgrel = 1
url = https://github.com/maandree/mongoclock
arch = any
license = custom:ISC
- source = mongoclock-3.0.tar.gz::https://github.com/maandree/mongoclock/archive/3.0.tar.gz
- sha256sums = 8d3e43dd1d029a3bf0152d0f2606864395198d27651bc2ca6a800c2c9a088659
+ source = mongoclock-3.1.tar.gz::https://github.com/maandree/mongoclock/archive/3.1.tar.gz
+ sha256sums = aa63e1d959949553d1e0dff320d1149739b4e3e51724ce1e26517b83a259ec85
pkgname = mongoclock
diff --git a/PKGBUILD b/PKGBUILD
index fda93ac31f76..6bba9ee9094d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@kth.se>
pkgname=mongoclock
-pkgver=3.0
+pkgver=3.1
pkgrel=1
pkgdesc='Just a humongous clock for the terminal'
arch=(any)
url='https://github.com/maandree/mongoclock'
license=('custom:ISC')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=(8d3e43dd1d029a3bf0152d0f2606864395198d27651bc2ca6a800c2c9a088659)
+sha256sums=(aa63e1d959949553d1e0dff320d1149739b4e3e51724ce1e26517b83a259ec85)
build() {
cd "$srcdir/mongoclock-$pkgver"