diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-10-08 22:01:28 +0200 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2019-10-09 13:32:35 +0200 |
commit | 2c7517cd4359a3aa61585c5ced0896538cbaa2b3 (patch) | |
tree | 4600d5507f86ce9d35338e15108a3f5cf730343d /community/gnome-boxes | |
parent | 5c8d2d4c42ce04a786f0d2378b9c03121c1bd576 (diff) | |
download | aports-2c7517cd4359a3aa61585c5ced0896538cbaa2b3.tar.bz2 aports-2c7517cd4359a3aa61585c5ced0896538cbaa2b3.tar.xz |
community/gnome-boxes: upgrade to 3.34.1
Diffstat (limited to 'community/gnome-boxes')
-rw-r--r-- | community/gnome-boxes/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gnome-boxes/APKBUILD b/community/gnome-boxes/APKBUILD index b735b863d2..8641484afc 100644 --- a/community/gnome-boxes/APKBUILD +++ b/community/gnome-boxes/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Rasmus Thomsen <oss@cogitri.dev> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-boxes -pkgver=3.34.0 +pkgver=3.34.1 pkgrel=0 pkgdesc="Virtualization made simple" url="https://wiki.gnome.org/Apps/Boxes" @@ -35,4 +35,4 @@ package() { DESTDIR="$pkgdir" ninja -C output install } -sha512sums="00a41a8b2c571c7d2018984f8d341bc8c5e0fa00afc0d383477486b1c40c14e7ac9384d6e19d584a9072ada13851bcc60a7bb1067c5aa72342b9121617c3db93 gnome-boxes-3.34.0.tar.xz" +sha512sums="294d389ebe817d8b7d824601ce3e1098e0e5b1c697e18720f5049fe7ef6033da106bed9b5a108f07bc18dbde0a98b2175d23e53dcff29c785d96382889c292d4 gnome-boxes-3.34.1.tar.xz" |