summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus_Probert2018-03-13 09:52:04 +0100
committerLinus_Probert2018-03-13 09:52:04 +0100
commit05768e67b2947a49705cb20dfd00a6fab12a07da (patch)
tree06443e4019a6ac528de470d88caa79a65cdc5a04
parentb9cbeb7ff9a30d9420b21079503e2ad33ff69395 (diff)
downloadaur-05768e67b2947a49705cb20dfd00a6fab12a07da.tar.gz
Version bump
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 408677195f67..4586dc5ad876 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Submit issues/pull requests at https://github.com/crumblingstatue/aur-mingw-w64-sdl2
pkgname=mingw-w64-sdl2
-pkgver=2.0.7
+pkgver=2.0.8
pkgrel=1
pkgdesc='A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard (Version 2) (mingw-w64)'
license=('MIT')
@@ -13,7 +13,7 @@ _archs=('i686-w64-mingw32' 'x86_64-w64-mingw32')
depends=()
makedepends=('mingw-w64-configure')
source=("${url}/release/SDL2-${pkgver}.tar.gz")
-sha256sums=('ee35c74c4313e2eda104b14b1b86f7db84a04eeab9430d56e001cea268bf4d5e')
+sha256sums=('edc77c57308661d576e843344d8638e025a7818bff73f8fbfab09c3c5fd092ec')
options=(staticlibs !strip !buildflags)
build() {