summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStelios Tsampas2021-04-13 20:17:26 +0300
committerStelios Tsampas2021-04-13 20:17:26 +0300
commit93b62ab581144a8ce82ec3f3df947d77cf8c5b62 (patch)
tree467e2db119f3b26ae44b5bbbacaf30166a6d3876
parent34ceace907dc1335e5734f2d4a94e43484d865a5 (diff)
downloadaur-93b62ab581144a8ce82ec3f3df947d77cf8c5b62.tar.gz
Version 6.1.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe87c4500dbf..de4110680a53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wine-mono-bin
pkgdesc = Wine's built-in replacement for Microsoft's .NET Framework
- pkgver = 6.0.0
+ pkgver = 6.1.1
pkgrel = 2
url = https://wiki.winehq.org/Mono
arch = any
@@ -8,10 +8,10 @@ pkgbase = wine-mono-bin
license = LGPL2.1
license = MPL
depends = wine
- provides = wine-mono=6.0.0
+ provides = wine-mono=6.1.1
options = !strip
- source = https://github.com/madewokherd/wine-mono/releases/download/wine-mono-6.0.0/wine-mono-6.0.0-x86.tar.xz
- sha512sums = 746e9da61534f5453fce76a45204b8ffd6b5be296525173b057a5cf487e70919280141fccdf01cc61591d6de89da17449e20f14225859b95dc0240e6d7e46ef8
+ source = https://github.com/madewokherd/wine-mono/releases/download/wine-mono-6.1.1/wine-mono-6.1.1-x86.tar.xz
+ sha512sums = ecc2ab6875fffebc5e94c23fd04c84ce5550be65a7f5f1832d4c74a944680405c4cba28a59b7c362abb08d689e83f153543eb0ef375ec9b894295aba1eff99b1
pkgname = wine-mono-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7a5608bc1146..0b893892a362 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
pkgname=wine-mono-bin
-pkgver=6.0.0
+pkgver=6.1.1
pkgrel=2
pkgdesc="Wine's built-in replacement for Microsoft's .NET Framework"
arch=('any')
@@ -20,4 +20,4 @@ package() {
cp -dr --no-preserve='ownership' ${pkgname/-bin/}-$pkgver "$pkgdir"/usr/share/wine/mono/
}
-sha512sums=('746e9da61534f5453fce76a45204b8ffd6b5be296525173b057a5cf487e70919280141fccdf01cc61591d6de89da17449e20f14225859b95dc0240e6d7e46ef8')
+sha512sums=('ecc2ab6875fffebc5e94c23fd04c84ce5550be65a7f5f1832d4c74a944680405c4cba28a59b7c362abb08d689e83f153543eb0ef375ec9b894295aba1eff99b1')