summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormclang2018-11-08 13:52:02 +0200
committermclang2018-11-08 13:52:02 +0200
commit2bf26b2d4b6f3d0c77352d8b53dc42cdf1b699f6 (patch)
treeee9d0065b8baf180ca682511c5037cd26fdb3407
parent0d7c2838cb752dad1f3df77d2d4eb4165a2447fb (diff)
downloadaur-2bf26b2d4b6f3d0c77352d8b53dc42cdf1b699f6.tar.gz
Updates NUnit3 Console Runner 3.7.0 -> 3.9.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb4a1a2cd1cb..1f24c349a9d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = nunit3-console
pkgdesc = NUnit 3 console runner
- pkgver = 3.7.0
- pkgrel = 2
+ pkgver = 3.9.0
+ pkgrel = 1
url = http://www.nunit.com
arch = any
license = MIT
depends = mono
- source = https://github.com/nunit/nunit-console/releases/download/3.7/NUnit.Console-3.7.0.zip
- sha256sums = c8ecfca48fb36cfceba5d7b6fe3ac51aec329e76df99aa187dfb285c1c157045
+ source = https://github.com/nunit/nunit-console/releases/download/v3.9/NUnit.Console-3.9.0.zip
+ sha256sums = ee11b97bd075414ec196ed6eae8e526aa78bb59251d9bdabe513d07e3b2b7bea
pkgname = nunit3-console
diff --git a/PKGBUILD b/PKGBUILD
index c6db778ced6c..557931139a01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Patrik Plihal <patrik.plihal at gmail dot com>
#
pkgname=nunit3-console
-pkgver=3.7.0
-pkgrel=2
+pkgver=3.9.0
+pkgrel=1
pkgdesc="NUnit 3 console runner"
arch=('any')
license=('MIT')
@@ -12,9 +12,8 @@ url="http://www.nunit.com"
depends=('mono')
#source=("https://github.com/nunit/nunit-console/releases/download/${pkgver}/NUnit.Console-${pkgver}.zip")
-source=("https://github.com/nunit/nunit-console/releases/download/3.7/NUnit.Console-3.7.0.zip")
-sha256sums=('c8ecfca48fb36cfceba5d7b6fe3ac51aec329e76df99aa187dfb285c1c157045')
-
+source=("https://github.com/nunit/nunit-console/releases/download/v3.9/NUnit.Console-3.9.0.zip")
+sha256sums=('ee11b97bd075414ec196ed6eae8e526aa78bb59251d9bdabe513d07e3b2b7bea')
package() {
# copy files, except the link to the original zip file
mkdir -p "${pkgdir}/usr/lib/${pkgname}"