diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2020-10-09 18:22:21 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-10-09 17:10:45 +0000 |
commit | 7e1dfa51bf353e57e953167986b93cb5d0161cd0 (patch) | |
tree | 060f962b264f872c7962940a420cb3fc7e26d251 | |
parent | e4a63cfe8bb25ef6455ac8b1fc9558e8b380814c (diff) |
community/gnome-online-accounts: upgrade to 3.38.0
-rw-r--r-- | community/gnome-online-accounts/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gnome-online-accounts/APKBUILD b/community/gnome-online-accounts/APKBUILD index 5869b7fe41f..aa32b4c0c7b 100644 --- a/community/gnome-online-accounts/APKBUILD +++ b/community/gnome-online-accounts/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Rasmus Thomsen <oss@cogitri.dev> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-online-accounts -pkgver=3.37.90 +pkgver=3.38.0 pkgrel=0 pkgdesc="Single sign-on framework for GNOME" url="https://wiki.gnome.org/Projects/GnomeOnlineAccounts" @@ -37,4 +37,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="2c2e9ec3225380cf6c11195347f33a10fd8f3d838368140d13794bc6786d940e0a1483cdafd79c8cd75e911b60cdbe1fe3f1b73676ee8c31e56dbfb7988e221e gnome-online-accounts-3.37.90.tar.xz" +sha512sums="19ad13aebb64d2939715add96fdb409add1bc6d12a8afc8558cb8ec904e750b20e28141f7bd81fec0e12814bfd153cac3871b19652f819448c791e322cc744e3 gnome-online-accounts-3.38.0.tar.xz" |