summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnatol Pomozov2018-01-26 16:11:45 -0800
committerAnatol Pomozov2018-01-26 16:11:45 -0800
commitd72b18357efa0010ce5ebb7065abb76aab43b816 (patch)
tree0751ee0f620557f9d9a5920e29cf9168d840a598 /PKGBUILD
parent3316f3afb32fc6c88228b90165ec40ccb317d23d (diff)
downloadaur-d72b18357efa0010ce5ebb7065abb76aab43b816.tar.gz
updpkg
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c6d951582279..6d874e84ca05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Anatol Pomozov <anatol.pomozov@gmail.com>
pkgname=mruby
-pkgver=1.3.0
+pkgver=1.4.0
pkgrel=1
pkgdesc='Lightweight Ruby'
arch=(i686 x86_64)
@@ -11,7 +11,7 @@ depends=(readline)
makedepends=(git bison ruby)
options=(staticlibs)
source=(mruby-$pkgver.zip::https://github.com/mruby/mruby/archive/$pkgver.zip)
-sha1sums=('6222673700ca72e00502b7ce30900eda2347f59e')
+sha1sums=('1db052e988007a00b892323db727e18cf639e452')
build() {
cd mruby-$pkgver