diff options
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 93b1a95..abe2609 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.3 +pkgver=1.1.4 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=(79bc505393595c6eea47bb0d11adad39b8d7ff6d8dfab907b5411020477dcd94) +sha256sums=(1099ffea5b7cebe6f4e6d13539f7b1b63dadfd9667729f27a71ec5da84ded3c1) build() { cd "$srcdir/mongotimer-$pkgver" |