diff options
author | Mattias Andrée <maandree@kth.se> | 2020-09-04 22:23:21 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2020-09-04 22:23:21 +0200 |
commit | ef6dc0bda342b1e9755e089af03d094d2e3700b4 (patch) | |
tree | 7d81a78d6882ad6026e2f10c614900ea2c3e6cab /mongoclock | |
parent | Update upload script (diff) | |
download | aur-packages-ef6dc0bda342b1e9755e089af03d094d2e3700b4.tar.gz aur-packages-ef6dc0bda342b1e9755e089af03d094d2e3700b4.tar.bz2 aur-packages-ef6dc0bda342b1e9755e089af03d094d2e3700b4.tar.xz |
Update mongoclock
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | mongoclock/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mongoclock/PKGBUILD b/mongoclock/PKGBUILD index c36ef1a..fda93ac 100644 --- a/mongoclock/PKGBUILD +++ b/mongoclock/PKGBUILD @@ -1,14 +1,14 @@ # Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@kth.se> pkgname=mongoclock -pkgver=2.3 +pkgver=3.0 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=(38a438cb3441681621c38eca2047e7504724fbb12da8ac6c60316aaeebc0f95f) +sha256sums=(8d3e43dd1d029a3bf0152d0f2606864395198d27651bc2ca6a800c2c9a088659) build() { cd "$srcdir/mongoclock-$pkgver" |