summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornivanchenko2022-06-20 16:01:41 +0300
committernivanchenko2022-06-20 16:01:41 +0300
commit94551d2bd2920f73159ea9ebbb8b5ef8c6cf8e59 (patch)
tree3b1757bafa287c4360f7810ac5dd5fd6a6b49697
parent7c9fa0e012f3ba39fd7874f7bf0280e1e6745347 (diff)
downloadaur-94551d2bd2920f73159ea9ebbb8b5ef8c6cf8e59.tar.gz
1-8-0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3fcc0faca41..00d1fefcd8c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = onescript
pkgdesc = This project is an alternative implementation of the virtual machine, execute scripts in the language of the 1C:Enterprise
- pkgver = 1.7.0
+ pkgver = 1.8.0
pkgrel = 1
url = http://oscript.io/
arch = i686
@@ -8,7 +8,7 @@ pkgbase = onescript
license = GPL3
license = LGPL3
depends = mono
- source = source.deb::https://oscript.io/downloads/latest/x64/onescript-engine_1.7.0_all.deb
- md5sums = 1c9a6bf40455fae9b7d57def19e65119
+ source = source.deb::https://oscript.io/downloads/latest/x64/onescript-engine_1.8.0_all.deb
+ md5sums = b4f1321fd2171d5dc3c5589ebed12ecd
pkgname = onescript
diff --git a/PKGBUILD b/PKGBUILD
index d7ee9a352f0c..d91fba89e119 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Author: Andrey Ovsankin aka EvilBeaver
pkgname=onescript
-pkgver=1.7.0
+pkgver=1.8.0
pkgrel=1
pkgdesc="This project is an alternative implementation of the virtual machine, execute scripts in the language of the 1C:Enterprise"
arch=("i686" "x86_64")
@@ -12,10 +12,10 @@ depends=('mono')
makedepens=('tar ar xz')
source=(
- "source.deb::https://oscript.io/downloads/latest/x64/onescript-engine_1.7.0_all.deb"
+ "source.deb::https://oscript.io/downloads/latest/x64/onescript-engine_1.8.0_all.deb"
)
-md5sums=('1c9a6bf40455fae9b7d57def19e65119')
+md5sums=('b4f1321fd2171d5dc3c5589ebed12ecd')
prepare() {