diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2020-04-10 15:24:49 +0200 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-04-10 14:23:25 +0000 |
commit | 73e7e90519bda842aac0e36de8ce48ef3bce0284 (patch) | |
tree | 3ce39af5eacf2ac1ea4eda729abbe1eb47e3191a | |
parent | 9e2f5a5133c02cac8537d753874de3c9ba0ad559 (diff) |
community/celluloid: upgrade to 0.19
-rw-r--r-- | community/celluloid/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/celluloid/APKBUILD b/community/celluloid/APKBUILD index 11c356d26e4..773675d0967 100644 --- a/community/celluloid/APKBUILD +++ b/community/celluloid/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Rasmus Thomsen <oss@cogitri.dev> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=celluloid -pkgver=0.18 -pkgrel=2 +pkgver=0.19 +pkgrel=0 pkgdesc="A simple GTK+ frontend for mpv (formerly gnome-mpv)" url="https://celluloid-player.github.io/" arch="all" @@ -32,4 +32,4 @@ package() { DESTDIR="$pkgdir" ninja -C output install } -sha512sums="22e04ee774ca1e3d9bdc966ce32ca4c6f00ac5731b4019a4e92552d74524f7a20d4dfcb94f1c043f906c0bbb121708b08d34b00bc8a914391f38eaf08c7e50c2 celluloid-0.18.tar.xz" +sha512sums="4db31ab156e0056e6280c1cbb3f2d2996c4a5e18478bbefb19e13e731bec90672adc30548516bca1aef1e49ae1e22a1d9b8980587a2117f17ecc2b38c7d1498d celluloid-0.19.tar.xz" |