summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Konarev2023-07-28 11:03:16 +0300
committerAlexander Konarev2023-07-28 11:03:16 +0300
commitce32d7ed0266921d3c6842967bb39754607a604d (patch)
tree7b692b783e1e6de707407fb4d64dafae461c607c
parentad73554e5fe666b643d64b7d8cd6f8d7d7129704 (diff)
downloadaur-onescript.tar.gz
1.8.3 version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5a0f1021987..ba5b166a5376 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = onescript
pkgdesc = This project is an alternative implementation of the virtual machine, execute scripts in the language of the 1C:Enterprise
- pkgver = 1.8.1
+ pkgver = 1.8.3
pkgrel = 1
url = http://oscript.io/
arch = x86_64
license = GPL3
license = LGPL3
depends = mono
- source = source.deb::https://oscript.io/downloads/latest/x64/onescript-engine_1.8.1_all.deb
- md5sums = 5bcd5161c2f5e59ea4d5e4db2e53117e
+ source = source.deb::https://oscript.io/downloads/latest/x64/onescript-engine_1.8.3_all.deb
+ md5sums = 214f15edbf5c2d7c92172b0a56d55a09
pkgname = onescript
diff --git a/PKGBUILD b/PKGBUILD
index 161ccd7f3135..609834f15821 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Author: Andrey Ovsankin aka EvilBeaver
pkgname=onescript
-pkgver=1.8.1
+pkgver=1.8.3
pkgrel=1
pkgdesc="This project is an alternative implementation of the virtual machine, execute scripts in the language of the 1C:Enterprise"
arch=("x86_64")
@@ -15,7 +15,7 @@ source=(
"source.deb::https://oscript.io/downloads/latest/x64/onescript-engine_${pkgver}_all.deb"
)
-md5sums=('5bcd5161c2f5e59ea4d5e4db2e53117e')
+md5sums=('214f15edbf5c2d7c92172b0a56d55a09')
prepare() {