summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo2023-05-30 01:41:42 +1000
committerLeo2023-05-30 01:41:42 +1000
commitbb28b492deba07e7bd573ea189eea41b37903ab3 (patch)
treee0cee1f9b7b94d930d62f63211074f3c445ca9bc
parenta1e35e1c48dd6792023aa9bada2ad3dfe1a9245f (diff)
downloadaur-bb28b492deba07e7bd573ea189eea41b37903ab3.tar.gz
New upstream version 2023.1.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8962b9440e9..e254eb42ac39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = roadrunner
pkgdesc = High-performance PHP application server, load-balancer and process manager written in Golang
- pkgver = 2023.1.3
+ pkgver = 2023.1.4
pkgrel = 1
epoch = 1
url = https://roadrunner.dev/
@@ -9,10 +9,10 @@ pkgbase = roadrunner
makedepends = go>=1.20
depends = php>=7.4
options = !buildflags
- source = roadrunner-2023.1.3.tar.gz::https://github.com/spiral/roadrunner/archive/v2023.1.3.tar.gz
+ source = roadrunner-2023.1.4.tar.gz::https://github.com/spiral/roadrunner/archive/v2023.1.4.tar.gz
source = rr.full.sample.yaml
source = rr.minimal.sample.yaml
- sha256sums = db0decd402ab44119e47f1ee42379d2f05eb867d2b969c98850bc3c32986a952
+ sha256sums = f5cb67ce2a503f5855b586f1c4ce26d5a269c5a9d86c4ac3dd5f0574089e4f1e
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 76e579cc106e..2c2eed904f38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=roadrunner
epoch=1
-pkgver=2023.1.3
+pkgver=2023.1.4
pkgrel=1
pkgdesc="High-performance PHP application server, load-balancer and process manager written in Golang"
arch=(x86_64)
@@ -16,7 +16,7 @@ source=(
"rr.minimal.sample.yaml"
)
sha256sums=(
- 'db0decd402ab44119e47f1ee42379d2f05eb867d2b969c98850bc3c32986a952'
+ 'f5cb67ce2a503f5855b586f1c4ce26d5a269c5a9d86c4ac3dd5f0574089e4f1e'
SKIP
SKIP
)