summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93fd02046521..4110fc6b3fa4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = opensimulator
pkgdesc = A 3D application server used to create a virtual environment or world
- pkgver = 0.9.2.1
+ pkgver = 0.9.2.2
pkgrel = 1
url = http://opensimulator.org/wiki/Main_Page
install = opensimulator.install
@@ -11,12 +11,12 @@ pkgbase = opensimulator
depends = sqlite
optdepends = mysql
backup = opt/opensimulator/bin/OpenSim.ini
- source = http://opensimulator.org/dist/opensim-0.9.2.1-source.tar.gz
+ source = http://opensimulator.org/dist/opensim-0.9.2.2-source.tar.gz
source = opensimulator.sh
source = opensimulator-robust.sh
source = opensimulator.service
source = opensimulator-robust.service
- md5sums = f6a49b0bba8841456114346c92697cec
+ md5sums = e6b018e6e23068755e5d4fa384b3c68a
md5sums = 58270c537e91b85c1121aacc2ccb194e
md5sums = cb3b9d774a9973bb438c9052dbe77112
md5sums = c2686291b848bf584c9a05fbc6bac303
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..72e8ffc0db8a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*
diff --git a/PKGBUILD b/PKGBUILD
index a61e7c1baa0d..22f25b80408d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: GordonGR <ntheo1979@gmail.com>
pkgname=opensimulator
-pkgver=0.9.2.1
+pkgver=0.9.2.2
pkgrel=1
pkgdesc="A 3D application server used to create a virtual environment or world"
arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@ source=("http://opensimulator.org/dist/opensim-${pkgver}-source.tar.gz"
"opensimulator.service"
"opensimulator-robust.service")
backup=(opt/$pkgname/bin/OpenSim.ini)
-md5sums=('f6a49b0bba8841456114346c92697cec'
+md5sums=('e6b018e6e23068755e5d4fa384b3c68a'
'58270c537e91b85c1121aacc2ccb194e'
'cb3b9d774a9973bb438c9052dbe77112'
'c2686291b848bf584c9a05fbc6bac303'