diff options
author | Mattias Andrée <maandree@kth.se> | 2021-07-19 14:58:06 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-07-19 14:58:06 +0200 |
commit | 386977aafe2196b901d45271ca484ef2f3de58fb (patch) | |
tree | cd6f163bf7865979111efa39a8a4b45a4fab6ed8 | |
parent | Fix qtchess (diff) | |
download | aur-packages-386977aafe2196b901d45271ca484ef2f3de58fb.tar.gz aur-packages-386977aafe2196b901d45271ca484ef2f3de58fb.tar.bz2 aur-packages-386977aafe2196b901d45271ca484ef2f3de58fb.tar.xz |
Update mongotimer
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | mongotimer/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mongotimer/PKGBUILD b/mongotimer/PKGBUILD index 547c325..93b1a95 100644 --- a/mongotimer/PKGBUILD +++ b/mongotimer/PKGBUILD @@ -1,14 +1,14 @@ # Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@kth.se> pkgname=mongotimer -pkgver=1.1.2 +pkgver=1.1.3 pkgrel=1 pkgdesc='A humongous timer or stopwatch for the terminal' arch=(any) url='https://github.com/maandree/mongotimer' license=('custom:ISC') source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz") -sha256sums=(feae7f899d579a3dc9479a431e14bca13b0ef815ed3c039e0d94a690d412e773) +sha256sums=(79bc505393595c6eea47bb0d11adad39b8d7ff6d8dfab907b5411020477dcd94) build() { cd "$srcdir/mongotimer-$pkgver" |