summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorloziniak2023-01-10 15:11:27 +0100
committerloziniak2023-01-10 15:11:27 +0100
commit0cafa33fe7985801bdb9cc245665633d1ae2e1c4 (patch)
tree701abaea20f0142290973b444eeed29e7c5c255a
parentea306906b696563f6a838b378f764aaa409df5ce (diff)
downloadaur-0cafa33fe7985801bdb9cc245665633d1ae2e1c4.tar.gz
r4326.09jan23.c7ceccff1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ada5045d145b..00a9e43519ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = red-nightly-bin
pkgdesc = Red is a next-generation programming language strongly inspired by Rebol
- pkgver = r4282.26nov22.94beb4d6c
+ pkgver = r4326.09jan23.c7ceccff1
pkgrel = 1
url = https://www.red-lang.org
arch = x86_64
@@ -15,10 +15,10 @@ pkgbase = red-nightly-bin
conflicts = red
conflicts = ed
options = !strip
- source = https://static.red-lang.org/dl/auto/linux/red-26nov22-94beb4d6c
+ source = https://static.red-lang.org/dl/auto/linux/red-09jan23-c7ceccff1
source = https://raw.githubusercontent.com/red/red/master/BSL-License.txt
source = https://raw.githubusercontent.com/red/red/master/BSD-3-License.txt
- sha256sums = 0c15fc10fd0f3d0abe89c89a24ef466647e878a3919b4e9cd4e7e313472bfb0e
+ sha256sums = 04a6bb3ec0cdc0b900875584fda2de1547df747f12df4596c65558486063a377
sha256sums = c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566
sha256sums = e64d257131093ad15b757d19181e02e3a48a2cccabe14aebf153e91a5a3735a8
diff --git a/PKGBUILD b/PKGBUILD
index aa2f7ffbafe8..2f39f3141cc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maciej Łoziński <maciej@robotix-lozinski.pl>
pkgname="red-nightly-bin"
-pkgver=r4282.26nov22.94beb4d6c
+pkgver=r4326.09jan23.c7ceccff1
pkgrel=1
pkgdesc="Red is a next-generation programming language strongly inspired by Rebol"
arch=(x86_64)
@@ -16,11 +16,11 @@ provides=(red)
conflicts=(red ed)
options=(!strip)
source=(
- "https://static.red-lang.org/dl/auto/linux/red-26nov22-94beb4d6c"
+ "https://static.red-lang.org/dl/auto/linux/red-09jan23-c7ceccff1"
"https://raw.githubusercontent.com/red/red/master/BSL-License.txt"
"https://raw.githubusercontent.com/red/red/master/BSD-3-License.txt")
sha256sums=(
- '0c15fc10fd0f3d0abe89c89a24ef466647e878a3919b4e9cd4e7e313472bfb0e'
+ '04a6bb3ec0cdc0b900875584fda2de1547df747f12df4596c65558486063a377'
'c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566'
'e64d257131093ad15b757d19181e02e3a48a2cccabe14aebf153e91a5a3735a8')
@@ -28,7 +28,7 @@ sha256sums=(
package() {
cd "$srcdir"
- install -Dm755 red-26nov22-94beb4d6c "$pkgdir/usr/bin/red"
+ install -Dm755 red-09jan23-c7ceccff1 "$pkgdir/usr/bin/red"
install -dm755 "${pkgdir}/usr/share/licenses/$pkgname"
install -Dm644 BSL-License.txt "$pkgdir/usr/share/licenses/$pkgname/BSL-License.txt"