summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Teibes2018-03-11 21:34:12 +0100
committerCarsten Teibes2018-03-11 21:34:12 +0100
commitefabfa52695c05d9ec9bf0b727a93cf56eaf29c1 (patch)
tree62412e9010bc69e85dc3d3ae8002d92ecb1a6146
parent9be5a6917c2c77a82aa2638d8a565b2b8b7cfdc4 (diff)
downloadaur-efabfa52695c05d9ec9bf0b727a93cf56eaf29c1.tar.gz
[upd] 1.0.0→1.1.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf41bc14f729..f2ebf53a5c25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = libnx
pkgdesc = Library for Nintendo Switch (NX) homebrew development
- pkgver = 1.0.0
+ pkgver = 1.1.0
pkgrel = 1
url = http://devkitpro.org
arch = any
license = custom: ISC
depends = devkita64
- noextract = switch-examples-20180218.tar.bz2
+ noextract = switch-examples-20180302.tar.bz2
options = !strip
options = staticlibs
- source = libnx-1.0.0.tar.gz::https://github.com/switchbrew/libnx/archive/v1.0.0.tar.gz
- source = https://github.com/switchbrew/switch-examples/releases/download/v20180218/switch-examples-20180218.tar.bz2
- sha256sums = 14bca9efe9b3c1d46c2f442bf09eaac2bd415ac7d27a1dddcd1af2428574aecf
- sha256sums = 24b00060974e70be6ebf85addb35feb22146b1fcce28fb16b9c378097462b97b
+ source = libnx-1.1.0.tar.gz::https://github.com/switchbrew/libnx/archive/v1.1.0.tar.gz
+ source = https://github.com/switchbrew/switch-examples/releases/download/v20180302/switch-examples-20180302.tar.bz2
+ sha256sums = b61fa5cb4bed92877cd472731db46afe8e637502abdddbfab06a549541f31655
+ sha256sums = a2028fe2dcf1217144ca0663b52109ebc5096263df6464a4e68dd5cc197e60cc
pkgname = libnx
diff --git a/PKGBUILD b/PKGBUILD
index fd9413da33bf..caa92e65e18b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
pkgname=libnx
-pkgver=1.0.0
-_pkgverexamples=20180218
+pkgver=1.1.0
+_pkgverexamples=20180302
pkgrel=1
pkgdesc="Library for Nintendo Switch (NX) homebrew development"
arch=('any')
@@ -11,8 +11,8 @@ license=('custom: ISC')
depends=('devkita64')
source=($pkgname-$pkgver.tar.gz::"https://github.com/switchbrew/libnx/archive/v$pkgver.tar.gz"
"https://github.com/switchbrew/switch-examples/releases/download/v$_pkgverexamples/switch-examples-$_pkgverexamples.tar.bz2")
-sha256sums=('14bca9efe9b3c1d46c2f442bf09eaac2bd415ac7d27a1dddcd1af2428574aecf'
- '24b00060974e70be6ebf85addb35feb22146b1fcce28fb16b9c378097462b97b')
+sha256sums=('b61fa5cb4bed92877cd472731db46afe8e637502abdddbfab06a549541f31655'
+ 'a2028fe2dcf1217144ca0663b52109ebc5096263df6464a4e68dd5cc197e60cc')
noextract=("switch-examples-$_pkgverexamples.tar.bz2")
options=(!strip staticlibs)