summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNihilistzsche2023-01-16 21:48:18 -0800
committerNihilistzsche2023-01-16 21:48:18 -0800
commit8150a2376f73d4549072255917a45367cf0238e6 (patch)
tree236e090c824bebd78c710688753b749980ab87e0
parent58c09a03abab3ddc6c44fe14bca364b1e572c5e5 (diff)
downloadaur-nunit3-console.tar.gz
3.16.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe4625a04cb9..4c6b235fadd8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = nunit3-console
pkgdesc = NUnit 3 console runner
- pkgver = 3.16.0
- pkgrel = 2
+ pkgver = 3.16.2
+ pkgrel = 1
url = http://www.nunit.com
arch = any
license = MIT
depends = mono
- source = https://github.com/nunit/nunit-console/releases/download/3.16.0/NUnit.Console-3.16.0.zip
- sha256sums = d597c6a5ca3c08b5900159635dc30f39951f9a2ad53fdd69b0ad7bf782d1916a
+ source = https://github.com/nunit/nunit-console/releases/download/3.16.2/NUnit.Console-3.16.2.zip
+ sha256sums = ae22015c371314dff2e8328c929c1c935d4ff652632a251030523a50113c47d4
pkgname = nunit3-console
diff --git a/PKGBUILD b/PKGBUILD
index 7da581bcb0f4..88e35d40bbab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: Patrik Plihal <patrik.plihal at gmail dot com>
#
pkgname=nunit3-console
-pkgver=3.16.0
-pkgrel=2
+pkgver=3.16.2
+pkgrel=1
pkgdesc="NUnit 3 console runner"
arch=('any')
license=('MIT')
@@ -13,7 +13,7 @@ url="http://www.nunit.com"
depends=('mono')
source=("https://github.com/nunit/nunit-console/releases/download/${pkgver}/NUnit.Console-${pkgver}.zip")
-sha256sums=('d597c6a5ca3c08b5900159635dc30f39951f9a2ad53fdd69b0ad7bf782d1916a')
+sha256sums=('ae22015c371314dff2e8328c929c1c935d4ff652632a251030523a50113c47d4')
package() {
# copy files, except the link to the original zip file
mkdir -p "${pkgdir}/usr/lib/${pkgname}"