summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornivanchenko2022-06-20 16:01:41 +0300
committernivanchenko2022-06-20 16:01:41 +0300
commit94551d2bd2920f73159ea9ebbb8b5ef8c6cf8e59 (patch)
tree3b1757bafa287c4360f7810ac5dd5fd6a6b49697 /PKGBUILD
parent7c9fa0e012f3ba39fd7874f7bf0280e1e6745347 (diff)
downloadaur-94551d2bd2920f73159ea9ebbb8b5ef8c6cf8e59.tar.gz
1-8-0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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() {