Daurnimator pushed to branch main at Arch Linux / Packaging / Packages / luajit
Commits: 46280931 by Daurnimator at 2023-11-16T21:54:50+11:00 upgpkg: 2.1.1700008891-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,14 +1,14 @@ pkgbase = luajit pkgdesc = Just-in-time compiler and drop-in replacement for Lua 5.1 - pkgver = 2.1.1699392533 + pkgver = 2.1.1700008891 pkgrel = 1 url = https://luajit.org/ arch = x86_64 license = MIT depends = gcc-libs - source = LuaJIT-b94fbfbee9e7dd0979e35aacea7fcdd43905789b.tar.gz::https://repo.or.cz/luajit-2.0.git/snapshot/b94fbfbee9e7dd0979e35aacea7fcdd43905789b.tar.gz - md5sums = 0cb6fc6661b95df5f396af7e14d1e7f5 - sha256sums = 6e75d337e0f2709fd2ed075bc9278470fb3131f3dce91004a8101a5855144c2e - b2sums = cc803b117713eb56b69d54126b6f359c1053ca1d3b4adef87a3363435549391bf09495a0d361758a1427edd610e66f2d1e48da4de70c737135af6e6bd588a3a5 + source = LuaJIT-43d0a19158ceabaa51b0462c1ebc97612b420a2e.tar.gz::https://repo.or.cz/luajit-2.0.git/snapshot/43d0a19158ceabaa51b0462c1ebc97612b420a2e.tar.gz + md5sums = e3822c36f8252c0183b0f7928c1c5477 + sha256sums = 2c8e8bdb85eb3327b5c4ba895caea20ac8f243292df90975edf9f0f736f77770 + b2sums = d8efc671726b881d32cf1d9b4fad425bb1c6af41d75bdb10b34c8da00657551c232e2fa0876ae3899e50134715007bd30790665c8bfd7ca98d1d891adbbbf897 pkgname = luajit ===================================== PKGBUILD ===================================== @@ -7,9 +7,9 @@ pkgname=luajit # LuaJIT has a "rolling release" where you should follow git HEAD -_commit=b94fbfbee9e7dd0979e35aacea7fcdd43905789b +_commit=43d0a19158ceabaa51b0462c1ebc97612b420a2e # The patch version is the timestamp of the above git commit, obtain via `git show -s --format=%ct` -_ct=1699392533 +_ct=1700008891 pkgver="2.1.${_ct}" pkgrel=1 pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1' @@ -18,9 +18,9 @@ url='https://luajit.org/' license=('MIT') depends=('gcc-libs') source=("LuaJIT-${_commit}.tar.gz::https://repo.or.cz/luajit-2.0.git/snapshot/${_commit}.tar.gz") -md5sums=('0cb6fc6661b95df5f396af7e14d1e7f5') -sha256sums=('6e75d337e0f2709fd2ed075bc9278470fb3131f3dce91004a8101a5855144c2e') -b2sums=('cc803b117713eb56b69d54126b6f359c1053ca1d3b4adef87a3363435549391bf09495a0d361758a1427edd610e66f2d1e48da4de70c737135af6e6bd588a3a5') +md5sums=('e3822c36f8252c0183b0f7928c1c5477') +sha256sums=('2c8e8bdb85eb3327b5c4ba895caea20ac8f243292df90975edf9f0f736f77770') +b2sums=('d8efc671726b881d32cf1d9b4fad425bb1c6af41d75bdb10b34c8da00657551c232e2fa0876ae3899e50134715007bd30790665c8bfd7ca98d1d891adbbbf897') build() { cd "luajit-2.0-${_commit::7}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/luajit/-/commit/46280931233660fb45115b6629e26c47744781b8 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/luajit/-/commit/46280931233660fb45115b6629e26c47744781b8 You're receiving this email because of your account on gitlab.archlinux.org.