summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour friendly Juliaup bot2022-11-25 01:10:56 +0000
committerYour friendly Juliaup bot2022-11-25 01:10:56 +0000
commit7b573924a5dfb2f42353c8e2c81801ef88aef52c (patch)
treecdce9483dfd36845b533295fb02faaf074865fed
parent2ab662085ca25559276ed342f611d0bf2f838751 (diff)
downloadaur-7b573924a5dfb2f42353c8e2c81801ef88aef52c.tar.gz
Version 1.8.1 (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 8628cc84b856..5100ec4b61fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = juliaup
pkgdesc = An experimental Julia version manager
- pkgver = 1.7.27
+ pkgver = 1.8.1
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.7.27.tar.gz
- md5sums = 60d5ca3e8e7d422ae6defc17eaa10180
+ source = https://github.com/JuliaLang/juliaup/archive/refs/tags/v1.8.1.tar.gz
+ md5sums = 2b853ab10d420489215de38a4587f0e0
pkgname = juliaup
diff --git a/PKGBUILD b/PKGBUILD
index c5f5e91e5d9d..0b12de5dd473 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Simeon Schaub <simeondavidschaub99@gmail.com>
pkgname=juliaup
-pkgver=1.7.27
+pkgver=1.8.1
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=('60d5ca3e8e7d422ae6defc17eaa10180')
+md5sums=('2b853ab10d420489215de38a4587f0e0')
build() {
cd "${srcdir}/$pkgname-$pkgver"