diff --git a/README.md b/README.md index 86e3bbc..b89db3f 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ https://code.factoring.digital/api/packages/public/alpine/v3.24/alpine-packages | [SeaweedFS](packaging/alpine/local/seaweedfs/README.md) | `seaweedfs` | `4.39` | Binary repackaging of official upstream release tarballs | Ships current SeaweedFS features with Alpine OpenRC role splits. | | [GreptimeDB](packaging/alpine/local/greptimedb/README.md) | `greptimedb` | `1.1.2` | Source build from upstream release | Provides a current GreptimeDB build and component OpenRC packages before it is available from Alpine community. | | [LavinMQ](packaging/alpine/local/lavinmq/README.md) | `lavinmq` | `2.9.1` | Source build from upstream release | Provides a current LavinMQ build on Alpine 3.24 with matching Crystal support. | -| [Gitea](packaging/alpine/local/gitea/README.md) | `gitea` | `1.26.4` | Binary repackaging of official upstream release binaries | Ships current Gitea releases with the expected Alpine runtime layout and OpenRC service. | +| [Gitea](packaging/alpine/local/gitea/README.md) | `gitea` | `1.27.0` | Binary repackaging of official upstream release binaries | Ships current Gitea releases with the expected Alpine runtime layout and OpenRC service. | ## Use In Production diff --git a/packaging/alpine/local/gitea/APKBUILD b/packaging/alpine/local/gitea/APKBUILD index e59b9d2..c3366be 100644 --- a/packaging/alpine/local/gitea/APKBUILD +++ b/packaging/alpine/local/gitea/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Joachim Schlöffel pkgname=gitea -pkgver=1.26.4 +pkgver=1.27.0 pkgrel=1 pkgdesc="Self-hosted Git service written in Go" url="https://about.gitea.com/" @@ -69,9 +69,9 @@ _openrc() { } sha512sums=" -fa4d6a388f22f1f20e99a7a73143b5541aacaf2f60f9bf8b47cdb5c9cb192a16b0a1a2f8dd1fe9710817edf6ce5ea6fea4ef4acdb8e363fe9f25c53f6e682962 gitea-1.26.4-linux-amd64.xz -f17868d979ca1ec37f7793d6286789a788abc674e06265011938cfa5b6bf6c1c259af2633fbf8d6371221240c4e3987b7f55ba50b893da74b77ce33265464c92 gitea-1.26.4-linux-arm64.xz -9298d2d6eaf03d708a869e8fe5b2cbdcede3fc5e3ae640d3f43a27b7c9a3e10b353ae6135bfb634360679b5793a759c9ae9c7531cde331b11ae81c03b4904ddb gitea-src-1.26.4.tar.gz +1eb7f75e4dd887da837e47daf8b0b2dc93b36e494f0c6b3f83cac7f8c9bf856ffc93242efd02acee02d5a721d8d4ad59eb5dc820464073ef6214f2903085a809 gitea-1.27.0-linux-amd64.xz +e9ca35afc475cc14eb0b1dec578fa684caa209d308891401a53c35ec81b67fe3b0e0a4152e8ae23c12fc4d3ace03615d254f46d586917195f9af1443c331b280 gitea-1.27.0-linux-arm64.xz +c11d91a1574fa9e131e8e3d5b29f06f4499eebd0f9610585c534d1e622dd5a2ffc0af0492b8025670070868f44ac0a192614085326f0b34cd31f35c368f3906a gitea-src-1.27.0.tar.gz 431184faffa8996873d92d7b0d16bc4b1a0178d264cd2928d1f49b13ad3e6470d9ede7a18c12112deeeb38f0647ccc0b012e98bcbd96e7b8496a3dc18f5b1fb7 gitea.ini 9474d707df8b049c93ec4642f71195adff699e1e812f315cac4295b3ab29eeb9ba8b83bf3307c50b04e072a4a9dc4c4f84ac490ee22291bd50015009795c1598 gitea.initd " diff --git a/packaging/alpine/local/gitea/README.md b/packaging/alpine/local/gitea/README.md index 94c1d86..4843f44 100644 --- a/packaging/alpine/local/gitea/README.md +++ b/packaging/alpine/local/gitea/README.md @@ -1,6 +1,6 @@ # Gitea Alpine Package -Repackages upstream Gitea 1.26.4 Linux release binaries for `x86_64` and +Repackages upstream Gitea 1.27.0 Linux release binaries for `x86_64` and `aarch64`. The package follows Alpine's Gitea runtime layout: diff --git a/packaging/alpine/local/gitea/scripts/test-install.sh b/packaging/alpine/local/gitea/scripts/test-install.sh index 71f439b..b15b0b1 100755 --- a/packaging/alpine/local/gitea/scripts/test-install.sh +++ b/packaging/alpine/local/gitea/scripts/test-install.sh @@ -5,7 +5,7 @@ repo_root="${REPO_ROOT:-$(cd "$(dirname "${BASH_SOURCE[0]}")/../../../../.." && # shellcheck source=scripts/apk/test-install-lib.sh . "${repo_root}/scripts/apk/test-install-lib.sh" -apk_test_install_run "${repo_root}" "${PACKAGE_NAME:-gitea}" "${PACKAGE_VERSION:-1.26.4-r0}" <<'SCRIPT' +apk_test_install_run "${repo_root}" "${PACKAGE_NAME:-gitea}" "${PACKAGE_VERSION:-1.27.0-r1}" <<'SCRIPT' set -e if [ -n "${ALPINE_REPOSITORY_URL}" ]; then