Skip to content

Commit 24c37dc

Browse files
Update trivalent-subresource-filter.spec
1 parent 571b858 commit 24c37dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

trivalent-subresource-filter.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Summary: Subresource filter for %{chromium_name}
2828
-- This will dynamically set the version based on chromium's latest stable release channel
2929
print("Version: "..version_tag.."\n")
3030

31-
-- This will automatically increment the release every ~32 minutes
32-
print("Release: "..(os.time() // 2000).."\n")
31+
-- This will automatically increment the release every ~16 minutes
32+
print("Release: "..(os.time() // 1000).."\n")
3333
}
3434

3535
Source0: chromium-%{version}-clean.tar.xz

0 commit comments

Comments
 (0)