Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / jenkins
Commits: 0d8408fe by Robin Candau at 2024-10-22T20:21:43+02:00 upgpkg: 2.482-1: New upstream release https://github.com/jenkinsci/jenkins/releases/tag/jenkins-2.482 - - - - - 3 changed files: - .SRCINFO - .nvchecker.toml - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = jenkins pkgdesc = Extendable continuous integration server (latest) - pkgver = 2.481 + pkgver = 2.482 pkgrel = 1 url = https://jenkins.io install = jenkins.install @@ -16,13 +16,13 @@ pkgbase = jenkins conflicts = jenkins-ci replaces = jenkins-ci backup = etc/conf.d/jenkins - source = git+https://github.com/jenkinsci/jenkins.git#tag=jenkins-2.481 + source = git+https://github.com/jenkinsci/jenkins.git#tag=jenkins-2.482 source = jenkins.conf source = jenkins.service source = jenkins.tmpfiles source = jenkins.sysusers source = skip-failing-test.patch - sha512sums = e38261088cf57b9e77d2abdd385cfe156ef1230099f0844adc6ef13a7c819627bfd88b0b6d1acc232ff0ea222686daf529fd465772a4681c408228c995751263 + sha512sums = 98d4fe341c1bbb741adf80d90bef8f8666d010754294600c70a151bdb52c32d9b1954c7ab95789e55ec9108bcfb0c1585b03c3fb09d645ed4f1036b8573c96f2 sha512sums = 482b642988027b623995e0488cc00011be5bbe9890a6d40dd6979197fa50794889ff731f798891106b367962cf60cb59b0260caadfcee9685b358a966f759553 sha512sums = c1e9a542bfd3db54ea0ef57acdac47ad5180330f9ffab44296762b0e69e75ce595d85a77d46025586fb507aedce4f1a032379dcd16b7b886fe475a99849fa4b2 sha512sums = a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90 ===================================== .nvchecker.toml ===================================== @@ -1,6 +1,5 @@ [jenkins] -source = "github" -github = "jenkinsci/jenkins" +source = "git" +git = "https://github.com/jenkinsci/jenkins.git" prefix = "jenkins-" -use_latest_release = true -exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*" +exclude_regex = ".*rc.*|1.3.*|un.*|prototype.*|list" ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ # Contributor: Illarion Kovalchuk <illarion.kovalchuk at gmail dot com> pkgname=jenkins -pkgver=2.481 +pkgver=2.482 pkgrel=1 _java=17 pkgdesc="Extendable continuous integration server (latest)" @@ -25,7 +25,7 @@ source=("git+https://github.com/jenkinsci/jenkins.git#tag=${pkgname}-${pkgver}" 'jenkins.tmpfiles' 'jenkins.sysusers' 'skip-failing-test.patch') -sha512sums=('e38261088cf57b9e77d2abdd385cfe156ef1230099f0844adc6ef13a7c819627bfd88b0b6d1acc232ff0ea222686daf529fd465772a4681c408228c995751263' +sha512sums=('98d4fe341c1bbb741adf80d90bef8f8666d010754294600c70a151bdb52c32d9b1954c7ab95789e55ec9108bcfb0c1585b03c3fb09d645ed4f1036b8573c96f2' '482b642988027b623995e0488cc00011be5bbe9890a6d40dd6979197fa50794889ff731f798891106b367962cf60cb59b0260caadfcee9685b358a966f759553' 'c1e9a542bfd3db54ea0ef57acdac47ad5180330f9ffab44296762b0e69e75ce595d85a77d46025586fb507aedce4f1a032379dcd16b7b886fe475a99849fa4b2' 'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jenkins/-/commit/0d8408fe7fafb78cda7076250def1b3d696432c9 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jenkins/-/commit/0d8408fe7fafb78cda7076250def1b3d696432c9 You're receiving this email because of your account on gitlab.archlinux.org.
