summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo2024-05-24 11:58:21 +1000
committerLeo2024-05-24 11:58:21 +1000
commitdd6419d13937c6ea8146fd930d1dfaf3f00a97a3 (patch)
tree8a7921ac8282185615155fd08066688f6d28207b
parentb90ebe98154c5ffceb0b16a7dce1017115a2d70e (diff)
downloadaur-dd6419d13937c6ea8146fd930d1dfaf3f00a97a3.tar.gz
New upstream version 2024.1.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c2e00796e7a..2b50e37a8eaf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = roadrunner
pkgdesc = High-performance PHP application server, load-balancer and process manager written in Golang
- pkgver = 2024.1.1
+ pkgver = 2024.1.2
pkgrel = 1
epoch = 1
url = https://roadrunner.dev/
arch = x86_64
license = MIT
- makedepends = go>=1.22.2
+ makedepends = go>=1.22.3
options = !buildflags
- source = roadrunner-2024.1.1.tar.gz::https://github.com/spiral/roadrunner/archive/v2024.1.1.tar.gz
+ source = roadrunner-2024.1.2.tar.gz::https://github.com/spiral/roadrunner/archive/v2024.1.2.tar.gz
source = rr.full.sample.yaml
source = rr.minimal.sample.yaml
- sha256sums = 2355b240750549fea2c182dc1e637f60c70ec9de23e4d066f8e5b3d0ad62c5ed
+ sha256sums = 10c9d8d1f5ac4cd43ae3a59c0a30880ab72d13b0778241668c34dce149813a54
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index bbd81befac4d..03faf77e8a1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,21 +2,21 @@
pkgname=roadrunner
epoch=1
-pkgver=2024.1.1
+pkgver=2024.1.2
pkgrel=1
pkgdesc="High-performance PHP application server, load-balancer and process manager written in Golang"
arch=(x86_64)
url="https://roadrunner.dev/"
license=(MIT)
depends=()
-makedepends=("go>=1.22.2")
+makedepends=("go>=1.22.3")
source=(
"$pkgname-$pkgver.tar.gz::https://github.com/spiral/$pkgname/archive/v$pkgver.tar.gz"
"rr.full.sample.yaml"
"rr.minimal.sample.yaml"
)
sha256sums=(
- '2355b240750549fea2c182dc1e637f60c70ec9de23e4d066f8e5b3d0ad62c5ed'
+ '10c9d8d1f5ac4cd43ae3a59c0a30880ab72d13b0778241668c34dce149813a54'
'SKIP'
'SKIP'
)