diff options
author | Leo <thinkabit.ukim@gmail.com> | 2021-10-16 02:01:54 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2021-10-16 05:22:44 +0000 |
commit | 6e0b20a3388a7853f7de5ff96ab93207d06b4a44 (patch) | |
tree | 8a94069d70bf988c846a6576b331c13d37d7c0be | |
parent | b9d8a2fe4d90d04da081d6a0938b60e1bfb4861d (diff) | |
download | aports-6e0b20a3388a7853f7de5ff96ab93207d06b4a44.tar.gz aports-6e0b20a3388a7853f7de5ff96ab93207d06b4a44.tar.bz2 aports-6e0b20a3388a7853f7de5ff96ab93207d06b4a44.tar.xz |
community/totem: upgrade to 3.38.2
-rw-r--r-- | community/totem/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/totem/APKBUILD b/community/totem/APKBUILD index 5c5692744d..cae57fd1e0 100644 --- a/community/totem/APKBUILD +++ b/community/totem/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Rasmus Thomsen <oss@cogitri.dev> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=totem -pkgver=3.38.1 +pkgver=3.38.2 pkgrel=0 pkgdesc="Movie player for the GNOME desktop" url="https://wiki.gnome.org/Apps/Videos" @@ -30,5 +30,5 @@ package() { } sha512sums=" -f33583b0890bfdd0dfff0722f73242b1d38605564a3055b587a30eae4c0ba51159c105ef577ab144792ca1994f385c2b8a9375a356b7cdf2b93bfeb6317f6040 totem-3.38.1.tar.xz +1dac3a0afe31b47147a129c70dddf7480446fc1bb5432f9cd537384e3be25da6a9b87918fa7bcf7e7cd68c8dac45e75f6b1f7c1885edefac846c52f96b40567f totem-3.38.2.tar.xz " |