summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSharktheone2023-12-08 21:40:48 +0100
committerSharktheone2023-12-08 21:40:48 +0100
commitf9da7c7bf57c4991a687119c2ecbbc090e3871bb (patch)
tree1b11499530b432c64b34aadca4ebabd7b07eb2c7
parentb4995450e7919f6875cf36ccafc69aeb3fdb362b (diff)
downloadaur-f9da7c7bf57c4991a687119c2ecbbc090e3871bb.tar.gz
update checksums... again
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b9a477b9f3b..3e5e6fe70304 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mojo-git
pkgdesc = Mojo Programming Language
pkgver = 0.6.0
- pkgrel = 2
+ pkgrel = 3
url = https://developer.modular.com/download
install = mojo-git.install
arch = x86_64
@@ -9,6 +9,6 @@ pkgbase = mojo-git
depends = modular
depends = python
source = https://raw.githubusercontent.com/Sharktheone/arch-mojo/main/install.py
- sha256sums = 5e1c423198fa6fb60cd020b0a857567de03a4ab93a2f78a1a7d6bc8888d2e3da
+ sha256sums = dbf10c14d2de0e447af97e674b340989dabe11622b3e7021ea899aba78e8e807
pkgname = mojo-git
diff --git a/PKGBUILD b/PKGBUILD
index 9922107d8fd0..ea2cd6fb86a0 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mojo-git
pkgver=0.6.0
-pkgrel=2
+pkgrel=3
pkgdesc="Mojo Programming Language"
url="https://developer.modular.com/download"
license=("custom:modular")
@@ -12,7 +12,7 @@ depends=(
)
arch=("x86_64")
source=("https://raw.githubusercontent.com/Sharktheone/arch-mojo/main/install.py")
-sha256sums=("5e1c423198fa6fb60cd020b0a857567de03a4ab93a2f78a1a7d6bc8888d2e3da")
+sha256sums=("dbf10c14d2de0e447af97e674b340989dabe11622b3e7021ea899aba78e8e807")
install=mojo-git.install