Skip to content

Commit 7f5758b

Browse files
authored
fix: fix other repository can not clone this in github action (#138)
1 parent 6b4efc4 commit 7f5758b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

casbin-1.16.1-1.src.rock

-227 KB
Binary file not shown.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package = "casbin"
2-
version = "1.16.1-1"
2+
version = "1.41.1-1"
33
source = {
4-
url = "git://github.com/casbin/lua-casbin",
5-
tag = "v1.16.1"
4+
url = "https://github.com/casbin/lua-casbin/archive/v1.41.1.tar.gz",
5+
dir = "lua-casbin-1.41.1"
66
}
77
description = {
88
summary = "An authorization library that supports access control models like ACL, RBAC, ABAC in Lua (OpenResty)",

casbin-1.41.1-1.src.rock

293 KB
Binary file not shown.

0 commit comments

Comments
 (0)