summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Teibes2017-10-15 01:18:17 +0200
committerCarsten Teibes2017-10-15 01:18:17 +0200
commita9f08d914357d2c5520bb87d4fca1ac1cededc4e (patch)
tree714d5171788e738b8a396df00885b026898f526a
parent868747aa9c3bb32499004965b52b9281b82f3577 (diff)
downloadaur-a9f08d914357d2c5520bb87d4fca1ac1cededc4e.tar.gz
[upd] 0.4.0→0.4.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfc80e4885d4..378fa53e0d6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dswifi
pkgdesc = Library for using the wireless capabilities of the Nintendo DS for homebrew development
- pkgver = 0.4.0
+ pkgver = 0.4.2
pkgrel = 1
url = http://www.akkit.org/dswifi/
arch = any
@@ -9,8 +9,8 @@ pkgbase = dswifi
options = !strip
options = libtool
options = staticlibs
- source = http://downloads.sourceforge.net/sourceforge/devkitpro/dswifi-src-0.4.0.tar.bz2
- sha256sums = 042d0d353ab16efd2f24faf3bf9f4185ec6c5a324c388c779b9f49be398b2535
+ source = http://downloads.sourceforge.net/sourceforge/devkitpro/dswifi-src-0.4.2.tar.bz2
+ sha256sums = af0456c51cdbdf82ca21f664e1f3b71106e7e0a02613dd7f1c0bd7eb6dc07f3e
pkgname = dswifi
diff --git a/PKGBUILD b/PKGBUILD
index bd50202f931d..804c1eb83688 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Alain
pkgname=dswifi
-pkgver=0.4.0
+pkgver=0.4.2
pkgrel=1
pkgdesc="Library for using the wireless capabilities of the Nintendo DS for homebrew development"
license=('custom')
@@ -13,7 +13,7 @@ arch=('any')
url="http://www.akkit.org/dswifi/"
depends=('libnds')
source=("http://downloads.sourceforge.net/sourceforge/devkitpro/$pkgname-src-$pkgver.tar.bz2")
-sha256sums=('042d0d353ab16efd2f24faf3bf9f4185ec6c5a324c388c779b9f49be398b2535')
+sha256sums=('af0456c51cdbdf82ca21f664e1f3b71106e7e0a02613dd7f1c0bd7eb6dc07f3e')
options=(!strip libtool staticlibs)
build() {