summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour friendly Juliaup bot2022-03-15 00:08:19 +0000
committerYour friendly Juliaup bot2022-03-15 00:08:19 +0000
commita734560e35e4a9218b6d216485564dfb1082b660 (patch)
treee70a79016af72e733be36a8ad9ce1321c9e9f9fb
parente2229ac9d64f2ec0e9c8dea13aa59f8f245f924b (diff)
downloadaur-a734560e35e4a9218b6d216485564dfb1082b660.tar.gz
Version 1.5.38 (automated version bump)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35c629109e1b..743fce31e114 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = juliaup
pkgdesc = An experimental Julia version manager
- pkgver = 1.5.37
+ pkgver = 1.5.38
pkgrel = 1
url = https://github.com/JuliaLang/juliaup
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = juliaup
provides = julia
conflicts = julia
conflicts = julia-bin
- source = https://github.com/JuliaLang/juliaup/archive/refs/tags/v1.5.37.tar.gz
- md5sums = f9596f3ecbe30fa8845d1312742a5f31
+ source = https://github.com/JuliaLang/juliaup/archive/refs/tags/v1.5.38.tar.gz
+ md5sums = 4c0b8ff23de20ae4cf4e66f9c5106bbd
pkgname = juliaup
diff --git a/PKGBUILD b/PKGBUILD
index 6be2b2b1ea72..3f21c0629878 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Simeon Schaub <simeondavidschaub99@gmail.com>
pkgname=juliaup
-pkgver=1.5.37
+pkgver=1.5.38
pkgrel=1
pkgdesc="An experimental Julia version manager"
arch=('x86_64' 'x86' 'aarch64')
@@ -13,7 +13,7 @@ optdepends=()
provides=('julia')
conflicts=('julia' 'julia-bin')
source=("$url/archive/refs/tags/v$pkgver.tar.gz")
-md5sums=('f9596f3ecbe30fa8845d1312742a5f31')
+md5sums=('4c0b8ff23de20ae4cf4e66f9c5106bbd')
build() {
cd "${srcdir}/$pkgname-$pkgver"