summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorloziniak2024-02-09 07:15:44 +0100
committerloziniak2024-02-09 07:15:44 +0100
commit6b7ba8416c6d994f6d17c0b28ad2cf583c641177 (patch)
tree78e89efbae9db8f9bed4095b4aad2531b78d024c
parent4870d61c396335c79eb2b008a0a80fb735b90101 (diff)
downloadaur-6b7ba8416c6d994f6d17c0b28ad2cf583c641177.tar.gz
r4721.08feb24.1c3cd7363
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30f9b7bce042..36d0a9d0ae0a 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 = r4444.08may23.652d66a4f
+ pkgver = r4721.08feb24.1c3cd7363
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-08may23-652d66a4f
+ source = https://static.red-lang.org/dl/auto/linux/red-08feb24-1c3cd7363
source = https://raw.githubusercontent.com/red/red/master/BSL-License.txt
source = https://raw.githubusercontent.com/red/red/master/BSD-3-License.txt
- sha256sums = 2db3039df8cd8f398292ab690046705f00fcc5230fc80c89d6f0c96c54c0959d
+ sha256sums = 166c37d6e29b452baf6a3ec88aa279c4381aa2dc0a2824450b64cd7f347affcf
sha256sums = c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566
sha256sums = e64d257131093ad15b757d19181e02e3a48a2cccabe14aebf153e91a5a3735a8
diff --git a/PKGBUILD b/PKGBUILD
index 734c315e0062..58699095f994 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maciej Łoziński <maciej@robotix-lozinski.pl>
pkgname="red-nightly-bin"
-pkgver=r4444.08may23.652d66a4f
+pkgver=r4721.08feb24.1c3cd7363
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-08may23-652d66a4f"
+ "https://static.red-lang.org/dl/auto/linux/red-08feb24-1c3cd7363"
"https://raw.githubusercontent.com/red/red/master/BSL-License.txt"
"https://raw.githubusercontent.com/red/red/master/BSD-3-License.txt")
sha256sums=(
- '2db3039df8cd8f398292ab690046705f00fcc5230fc80c89d6f0c96c54c0959d'
+ '166c37d6e29b452baf6a3ec88aa279c4381aa2dc0a2824450b64cd7f347affcf'
'c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566'
'e64d257131093ad15b757d19181e02e3a48a2cccabe14aebf153e91a5a3735a8')
@@ -28,7 +28,7 @@ sha256sums=(
package() {
cd "$srcdir"
- install -Dm755 red-08may23-652d66a4f "$pkgdir/usr/bin/red"
+ install -Dm755 red-08feb24-1c3cd7363 "$pkgdir/usr/bin/red"
install -dm755 "${pkgdir}/usr/share/licenses/$pkgname"
install -Dm644 BSL-License.txt "$pkgdir/usr/share/licenses/$pkgname/BSL-License.txt"