summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShark2024-05-02 16:38:39 +0200
committerShark2024-05-02 16:38:39 +0200
commite1931c01be32b40f38134698f94e168ab3ed900b (patch)
treea3834a60e5ca088c68a3bdd22ad7a0a91638ced6
parente726daad9e50e6c503c45cbb1820c77619618eec (diff)
downloadaur-e1931c01be32b40f38134698f94e168ab3ed900b.tar.gz
bump to 7.4
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad39b22f65f7..d9b05b3504a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = modular
pkgdesc = Modular installation tool - Repository: https://github.com/Sharktheone/arch-mojo
- pkgver = 0.7.2
+ pkgver = 0.7.4
pkgrel = 1
url = https://developer.modular.com/download
install = modular.install
@@ -9,7 +9,7 @@ pkgbase = modular
depends = python
depends = python-pip
depends = libxml2
- source = https://dl.modular.com/public/installer/deb/debian/pool/any-version/main/m/mo/modular_0.7.2/modular-v0.7.2-amd64.deb
- sha256sums = d4dc256701bf941c4d8f72200082cdf199af2844bf4f30ff4e15d81f874cc3b1
+ source = https://dl.modular.com/public/installer/deb/debian/pool/any-version/main/m/mo/modular_0.7.4/modular-v0.7.4-amd64.deb
+ sha256sums = 7c1354ae8751a6ad07f47b3d52786b0476c12861bc6dcf481ede7888767d9649Vd
pkgname = modular
diff --git a/PKGBUILD b/PKGBUILD
index 74e915748238..bca05a0e66ef 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
#Contributor: Janrupf <business.janrupf@gmail.com>
pkgname=modular
-pkgver=0.7.2
+pkgver=0.7.4
pkgrel=1
pkgdesc="Modular installation tool - Repository: https://github.com/Sharktheone/arch-mojo"
url="https://developer.modular.com/download"
@@ -14,7 +14,7 @@ depends=(
)
arch=("x86_64")
source=("https://dl.modular.com/public/installer/deb/debian/pool/any-version/main/m/mo/modular_$pkgver/modular-v$pkgver-amd64.deb")
-sha256sums=("d4dc256701bf941c4d8f72200082cdf199af2844bf4f30ff4e15d81f874cc3b1")
+sha256sums=("7c1354ae8751a6ad07f47b3d52786b0476c12861bc6dcf481ede7888767d9649")
install="modular.install"