aboutsummaryrefslogtreecommitdiffstats
path: root/main/sdl2
diff options
context:
space:
mode:
authorDaniel Sabogal <dsabogalcc@gmail.com>2018-03-11 18:24:25 -0400
committerLeonardo Arena <rnalrd@alpinelinux.org>2018-03-12 08:40:31 +0000
commitc9796f644ac007fff057a63de0572660236e7aa9 (patch)
tree8b753e3f57addd033b7c8a15db915798c9ee55a8 /main/sdl2
parent47c5ac1c7aa1fec8c641da76d1dc33192360f6eb (diff)
downloadaports-c9796f644ac007fff057a63de0572660236e7aa9.tar.bz2
aports-c9796f644ac007fff057a63de0572660236e7aa9.tar.xz
main/sdl2: upgrade to 2.0.8
Diffstat (limited to 'main/sdl2')
-rw-r--r--main/sdl2/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/sdl2/APKBUILD b/main/sdl2/APKBUILD
index 679614c4b5..1f13b9b420 100644
--- a/main/sdl2/APKBUILD
+++ b/main/sdl2/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: August Klein <amatcoder@gmail.com>
# Maintainer: August Klein <amatcoder@gmail.com>
pkgname=sdl2
-pkgver=2.0.7
-pkgrel=3
+pkgver=2.0.8
+pkgrel=0
pkgdesc="A development library designed to provide low level access to audio, keyboard, mouse, joystick and graphics"
url="http://www.libsdl.org"
arch="all"
@@ -44,5 +44,5 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="eed5477843086a0e66552eb197a5c4929134522bc366d873732361ea0df5fb841ef7e2b1913e21d1bae69e6fd3152ee630492e615c58cbe903e7d6e47b587410 SDL2-2.0.7.tar.gz
+sha512sums="673c6058b8692a36b4a3594456b10ef6051efe79e4fb644421fc5c76b11fd68b895840a2c8b72413418c378733e2993d33f19767d0d7ed101eda6310bd70c869 SDL2-2.0.8.tar.gz
f57a7a7b89f11934835b5693d104354be1107ddd31d34f6cfc07cf480b0811d775c95685f6b6b20c6154f03744ed976c8092973ddb6e87773969b8394e852c24 fix-directfb-include.patch"