summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNihilistzsche2022-11-29 22:50:27 -0800
committerNihilistzsche2022-11-29 22:50:27 -0800
commit9c1230ebf01e43b5309fa687b13f147103da2de4 (patch)
tree892c5451cd5fcb206eb071b3f9a2cbd612040db1
parent012d7fb7a1b728a0863e8ae153307629c6c25b60 (diff)
downloadaur-9c1230ebf01e43b5309fa687b13f147103da2de4.tar.gz
3.16.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a2258d59032..ad06756ab05e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = nunit3-console
pkgdesc = NUnit 3 console runner
- pkgver = 3.11.1
- pkgrel = 2
+ pkgver = 3.16.0
+ pkgrel = 1
url = http://www.nunit.com
arch = any
license = MIT
depends = mono
- source = https://github.com/nunit/nunit-console/releases/download/v3.11.1/NUnit.Console-3.11.1.zip
- sha256sums = 13e2f141e26744924264022335e6b98594eb1eaf70c1cdfad63d7e25cbf8cb11
+ source = https://github.com/nunit/nunit-console/releases/download/3.16.0/NUnit.Console-3.16.0.zip
+ sha256sums = d597c6a5ca3c08b5900159635dc30f39951f9a2ad53fdd69b0ad7bf782d1916a
pkgname = nunit3-console
-
diff --git a/PKGBUILD b/PKGBUILD
index 7a6aa380b68f..dd3954139713 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,16 @@
# Contributor: Patrik Plihal <patrik.plihal at gmail dot com>
#
pkgname=nunit3-console
-pkgver=3.11.1
-pkgrel=2
+pkgver=3.16.0
+pkgrel=1
pkgdesc="NUnit 3 console runner"
arch=('any')
license=('MIT')
url="http://www.nunit.com"
depends=('mono')
-source=("https://github.com/nunit/nunit-console/releases/download/v${pkgver}/NUnit.Console-${pkgver}.zip")
-sha256sums=('13e2f141e26744924264022335e6b98594eb1eaf70c1cdfad63d7e25cbf8cb11')
+source=("https://github.com/nunit/nunit-console/releases/download/${pkgver}/NUnit.Console-${pkgver}.zip")
+sha256sums=('d597c6a5ca3c08b5900159635dc30f39951f9a2ad53fdd69b0ad7bf782d1916a')
package() {
# copy files, except the link to the original zip file
mkdir -p "${pkgdir}/usr/lib/${pkgname}"