diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2020-10-14 11:21:59 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2020-10-14 11:22:11 +0000 |
commit | c48651dc07c767211d07e2d0b554608de203fd42 (patch) | |
tree | b903303fb31466109455cccfbc367753475597ec | |
parent | e8bc8fd7f9618ec31f5007423fff5defe7bf306f (diff) | |
download | aports-c48651dc07c767211d07e2d0b554608de203fd42.tar.gz aports-c48651dc07c767211d07e2d0b554608de203fd42.tar.bz2 aports-c48651dc07c767211d07e2d0b554608de203fd42.tar.xz |
main/tolua++: rebuild to fix missing checksums
Fixes error when installing this package:
WARNING: tolua++-1.0.93-r2: support for packages without embedded checksums
will be dropped in apk-tools 3.
-rw-r--r-- | main/tolua++/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/tolua++/APKBUILD b/main/tolua++/APKBUILD index 50ceadec81..a7fdc56444 100644 --- a/main/tolua++/APKBUILD +++ b/main/tolua++/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=tolua++ pkgver=1.0.93 -pkgrel=2 +pkgrel=3 pkgdesc="a tool to integrate C/C++ code with Lua" url="http://www.codenix.com/~tolua/" arch="all" |