summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormousebyte2023-07-24 13:39:36 -0400
committermousebyte2023-07-24 13:39:36 -0400
commit1c7b6660461d6a3ee59a1cad9218d0bea7e3b9dd (patch)
tree6faa7fe4b903778da38d02043988bd7208b4485b /PKGBUILD
parente947c72121b537cb9642d3d150bcccfdfeebdc98 (diff)
downloadaur-luaclasslib.tar.gz
Update to v3.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e1fce4125573..0dad96e07d2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: Abigail Teague <ateague063@gmail.com>
pkgname=luaclasslib
-pkgver=3.0.0
+pkgver=3.0.1
pkgrel=1
pkgdesc="Extends the Lua C API with Moonscript-compatible class support, with or without Moonscript"
arch=('x86_64')
@@ -15,7 +15,7 @@ depends=('lua')
makedepends=('cmake' 'git')
source=("https://github.com/mousebyte/luaclasslib/archive/v$pkgver/$pkgname-$pkgver.tar.gz"
"git+https://github.com/doctest/doctest.git")
-md5sums=('3def3dea1a0f5a95fff9facbc1c35cfb'
+md5sums=('466ed73d679363313a1c7dd830d4aed7'
'SKIP')
prepare() {