summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo2024-05-10 02:15:32 +1000
committerLeo2024-05-10 02:15:32 +1000
commitb90ebe98154c5ffceb0b16a7dce1017115a2d70e (patch)
treefac5071945feefc94da55b6bf989120ce0b75902
parent7f3df2f4799d75a6748c180d3cb9dceed148ef76 (diff)
downloadaur-b90ebe98154c5ffceb0b16a7dce1017115a2d70e.tar.gz
New upstream version 2024.1.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f02fdafdd66e..4c2e00796e7a 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.0
- pkgrel = 2
+ pkgver = 2024.1.1
+ pkgrel = 1
epoch = 1
url = https://roadrunner.dev/
arch = x86_64
license = MIT
- makedepends = go>=1.21
+ makedepends = go>=1.22.2
options = !buildflags
- source = roadrunner-2024.1.0.tar.gz::https://github.com/spiral/roadrunner/archive/v2024.1.0.tar.gz
+ source = roadrunner-2024.1.1.tar.gz::https://github.com/spiral/roadrunner/archive/v2024.1.1.tar.gz
source = rr.full.sample.yaml
source = rr.minimal.sample.yaml
- sha256sums = 21a9c20b3bebe94be7a8fcbd87ecd7b6e52e838cf9cc6476e881de61a4b5a00c
+ sha256sums = 2355b240750549fea2c182dc1e637f60c70ec9de23e4d066f8e5b3d0ad62c5ed
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1ca7d27603fa..bbd81befac4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,21 +2,21 @@
pkgname=roadrunner
epoch=1
-pkgver=2024.1.0
-pkgrel=2
+pkgver=2024.1.1
+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.21")
+makedepends=("go>=1.22.2")
source=(
"$pkgname-$pkgver.tar.gz::https://github.com/spiral/$pkgname/archive/v$pkgver.tar.gz"
"rr.full.sample.yaml"
"rr.minimal.sample.yaml"
)
sha256sums=(
- '21a9c20b3bebe94be7a8fcbd87ecd7b6e52e838cf9cc6476e881de61a4b5a00c'
+ '2355b240750549fea2c182dc1e637f60c70ec9de23e4d066f8e5b3d0ad62c5ed'
'SKIP'
'SKIP'
)