summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnatol Pomozov2019-11-24 16:13:22 -0800
committerAnatol Pomozov2019-11-24 16:13:22 -0800
commit7386d5acd73fcebe3567806db168ae288291c8a5 (patch)
treea22b92e8ad05c080fac8b33c4add3c98ab4d30f4 /PKGBUILD
parent82fbcb30fd22bd949eefe5c59b73ff0d0a5e86ba (diff)
downloadaur-mruby.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 cc0dedc0c13e..922655a08982 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Anatol Pomozov <anatol.pomozov@gmail.com>
pkgname=mruby
-pkgver=2.0.1
+pkgver=2.1.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=('571fd2d57d158bb8c592c87a0fd9f1c1c1d36b40')
+sha1sums=('723535bd1eb13a847d99b94cb16c630c72818c7a')
build() {
cd mruby-$pkgver