diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-28 18:33:43 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-28 19:32:54 +0100 |
commit | f2f7184a08203d9987dfc4d25b8ba5a3355354cb (patch) | |
tree | a044cfa0ed8a6a0899b335bf608db228aea077e4 /community/gnome-session | |
parent | 3a4d143e0815cd8edf9e1603092a21b90b0e24f5 (diff) | |
download | aports-f2f7184a08203d9987dfc4d25b8ba5a3355354cb.tar.bz2 aports-f2f7184a08203d9987dfc4d25b8ba5a3355354cb.tar.xz |
community/gnome-session: upgrade to 3.34.2
Diffstat (limited to 'community/gnome-session')
-rw-r--r-- | community/gnome-session/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/gnome-session/APKBUILD b/community/gnome-session/APKBUILD index 1f01c6ad6b..584b5069dd 100644 --- a/community/gnome-session/APKBUILD +++ b/community/gnome-session/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Rasmus Thomsen <oss@cogitri.dev> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-session -pkgver=3.34.1 -pkgrel=1 +pkgver=3.34.2 +pkgrel=0 pkgdesc="GNOME session manager" url="https://gitlab.gnome.org/GNOME/gnome-session" arch="all !s390x !ppc64le" @@ -34,4 +34,4 @@ package() { DESTDIR="$pkgdir" ninja -C output install } -sha512sums="a8c0c2e7613639dd48416d4bb560aa4b5ed664268cee6b6c372d5d196e49350c13f1361e02bba57711992860189637ce542351bee01000a44a82f66dd4f79f7f gnome-session-3.34.1.tar.xz" +sha512sums="23388420ee117596b73ac057d2376857db726fb727fdeff4e4f420e7742622e81baef439adb04d8659a6979e5b7043c72ea334c1179974950476489a8c397182 gnome-session-3.34.2.tar.xz" |