summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorerkin2020-12-18 13:22:24 +0300
committererkin2020-12-18 13:22:24 +0300
commit2c10b924e5096e9049e2e98857070c233fd43ea9 (patch)
treee1814834063eb78c6f1846ee9b3921577a923312
parentf65ebbb32f95baa7ea913b7ea0f62dc822c3a924 (diff)
downloadaur-2c10b924e5096e9049e2e98857070c233fd43ea9.tar.gz
Update to v1.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4559caedf74a..a2af2bd20945 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = eisl
pkgdesc = Easy-ISLisp is an interpreter and compiler compatible with ISLisp standard.
- pkgver = 1.2
+ pkgver = 1.5
pkgrel = 1
url = https://github.com/sasagawa888/eisl
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = eisl
depends = sh
depends = gcc
depends = make
- source = https://github.com/sasagawa888/eisl/archive/v1.2.tar.gz
- sha256sums = ab7df7195b4e234196d5427ea5e0f1a3e8b44430b999fce66395f9350ddf8f9c
+ source = https://github.com/sasagawa888/eisl/archive/v1.5.tar.gz
+ sha256sums = 25670a105543babc5cb94a8d5ffe4b4a30f64087e3710929c6a17355a675ca89
pkgname = eisl
diff --git a/PKGBUILD b/PKGBUILD
index e93048d45628..2f6cf9426b4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Erkin Batu Altunbaş <erkin@sdf.org>
pkgname=eisl
-pkgver=1.2
+pkgver=1.5
pkgrel=1
pkgdesc="Easy-ISLisp is an interpreter and compiler compatible with ISLisp standard."
arch=('x86_64' 'i686')
@@ -9,7 +9,7 @@ license=("custom")
depends=("sh" "gcc" "make")
source=("https://github.com/sasagawa888/eisl/archive/v${pkgver}.tar.gz")
-sha256sums=('ab7df7195b4e234196d5427ea5e0f1a3e8b44430b999fce66395f9350ddf8f9c')
+sha256sums=('25670a105543babc5cb94a8d5ffe4b4a30f64087e3710929c6a17355a675ca89')
package()
{