diff options
author | Mattias Andrée <maandree@kth.se> | 2021-07-19 15:14:14 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-07-19 15:14:14 +0200 |
commit | 77cd30c0d9196310ddfcdc2e25a25077faac2ae5 (patch) | |
tree | 38e1e9a66e65b9b46cc18008ae30916806607815 /mongoclock | |
parent | Update mongotimer (diff) | |
download | aur-packages-77cd30c0d9196310ddfcdc2e25a25077faac2ae5.tar.gz aur-packages-77cd30c0d9196310ddfcdc2e25a25077faac2ae5.tar.bz2 aur-packages-77cd30c0d9196310ddfcdc2e25a25077faac2ae5.tar.xz |
Update mongoclock
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'mongoclock')
-rw-r--r-- | mongoclock/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mongoclock/PKGBUILD b/mongoclock/PKGBUILD index 95a7254..860719b 100644 --- a/mongoclock/PKGBUILD +++ b/mongoclock/PKGBUILD @@ -1,14 +1,14 @@ # Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@kth.se> pkgname=mongoclock -pkgver=3.1.3 +pkgver=3.1.4 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=(5f8d080d8ec07bacf34eff618a63a4cc01ee828675c94031350128bd1e292c10) +sha256sums=(62ad616d30cd13333ea7fc97fd14b4d344b39e09d8a24e123ebd753ffd0f407e) build() { cd "$srcdir/mongoclock-$pkgver" |