summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Schmidpeter2022-09-30 21:05:04 +0200
committerChristoph Schmidpeter2022-09-30 21:12:33 +0200
commit4e6af54a4d0acd009e3420deb75a5e91e52f301d (patch)
tree10d7ef105ffe43303472a83ea6cebd03e1f4e89c
parent87a610785d4b7db4a63330a873746bd73063a007 (diff)
downloadaur-4e6af54a4d0acd009e3420deb75a5e91e52f301d.tar.gz
Bumped version to the latest available build (#55118; 22.02.17).
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7328514f30fa..655d1a5e1e2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xamarin-android
pkgdesc = Provides open-source bindings of the Android SDK for use with .NET managed languages
- pkgver = 11.4.99.0.43659
+ pkgver = 12.0.0.0.55118
pkgrel = 1
url = https://github.com/xamarin/xamarin-android
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 60bdb702cdba..71e505e8ee84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Uses latest public Xamarin DevOps successfull run:
# https://dev.azure.com/xamarin/public/_build?definitionId=48&view=runs&statusFilter=succeeded
-_buildid=43659 # Build ID from public Xamarin DevOps
-_version=11.4.99.0 # Version supplied from any artifact filename
+_buildid=55118 # Build ID from public Xamarin DevOps
+_version=12.0.0.0 # Version supplied from any artifact filename
_deb_filename=xamarin.android-oss_${_version}_amd64.deb # .deb artifact filename
# Why use the .deb one? It already has everything we need and already
# has the mono symlinks.