summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorloziniak2024-04-06 00:46:04 +0200
committerloziniak2024-04-06 00:46:04 +0200
commit0a2438136f435a43b3607c74e197d0583a6fd7c8 (patch)
tree0eaa9a83fb38045d92ef76fc7849d5bf8a3bc182
parent4179252fa8c437a6976e15f4a0d0bd9df8e2ed31 (diff)
downloadaur-red-nightly-bin.tar.gz
r4777.05apr24.9516a4b66
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36d0a9d0ae0a..7b35ee5e891f 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 = r4721.08feb24.1c3cd7363
+ pkgver = r4777.05apr24.9516a4b66
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-08feb24-1c3cd7363
+ source = https://static.red-lang.org/dl/auto/linux/red-05apr24-9516a4b66
source = https://raw.githubusercontent.com/red/red/master/BSL-License.txt
source = https://raw.githubusercontent.com/red/red/master/BSD-3-License.txt
- sha256sums = 166c37d6e29b452baf6a3ec88aa279c4381aa2dc0a2824450b64cd7f347affcf
+ sha256sums = 5382969815fd43faf3a19cd85f2750571c4885235535e87bb2762a92d2528d8a
sha256sums = c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566
sha256sums = e64d257131093ad15b757d19181e02e3a48a2cccabe14aebf153e91a5a3735a8
diff --git a/PKGBUILD b/PKGBUILD
index c7243e051bed..911abe28a1be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maciej Łoziński <maciej@robotix-lozinski.pl>
pkgname="red-nightly-bin"
-pkgver=r4721.08feb24.1c3cd7363
+pkgver=r4777.05apr24.9516a4b66
pkgrel=1
pkgdesc="Red is a next-generation programming language strongly inspired by Rebol"
arch=(x86_64)
@@ -15,13 +15,13 @@ optdepends=(
provides=(red)
conflicts=(red ed)
options=(!strip)
-_filename="red-08feb24-1c3cd7363"
+_filename="red-05apr24-9516a4b66"
source=(
"https://static.red-lang.org/dl/auto/linux/$_filename"
"https://raw.githubusercontent.com/red/red/master/BSL-License.txt"
"https://raw.githubusercontent.com/red/red/master/BSD-3-License.txt")
sha256sums=(
- '166c37d6e29b452baf6a3ec88aa279c4381aa2dc0a2824450b64cd7f347affcf'
+ '5382969815fd43faf3a19cd85f2750571c4885235535e87bb2762a92d2528d8a'
'c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566'
'e64d257131093ad15b757d19181e02e3a48a2cccabe14aebf153e91a5a3735a8')