diff options
author | Willow Carretero Chavez | 2025-04-07 22:04:19 -0400 |
---|---|---|
committer | Willow Carretero Chavez | 2025-04-07 22:04:19 -0400 |
commit | 69df7d0765ce18300258a9535be3544a67e41424 (patch) | |
tree | 61b4b97f0e2ea139a0a5d39023cccba69a16cd27 | |
parent | 3b53dde69abbd4daeac5d224763b098f7e92eb3c (diff) | |
download | aur-69df7d0765ce18300258a9535be3544a67e41424.tar.gz |
Bump to 0.5.37
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -1,15 +1,15 @@ pkgbase = ucm-bin pkgdesc = Unison language code manager - pkgver = 0.5.27 + pkgver = 0.5.37 pkgrel = 1 url = https://www.unison-lang.org/ arch = x86_64 license = custom depends = gmp depends = zlib - source = ucm-0.5.27::https://github.com/unisonweb/unison/releases/download/release%2F0.5.27/ucm-linux.tar.gz - source = LICENSE-0.5.27::https://raw.githubusercontent.com/unisonweb/unison/release/0.5.27/LICENSE - sha256sums = 8ececc8332504a1cbacf540db084708ed65facd386c14034d3549694a5a03280 + source = ucm-0.5.37::https://github.com/unisonweb/unison/releases/download/release%2F0.5.37/ucm-linux.x64.tar.gz + source = LICENSE-0.5.37::https://raw.githubusercontent.com/unisonweb/unison/release/0.5.37/LICENSE + sha256sums = 780a9a137f0cfeca4cdedd00affb09c0634f68d4ff3fd2df9f6648b16ef9912f sha256sums = 26537a8bd08791aef2f335fd296b00023b292546b8a1b35223c11abca39cd6ed pkgname = ucm-bin @@ -1,6 +1,6 @@ # Maintainer: Martynas Mickevičius <self at 2m dot lt> pkgname=ucm-bin -pkgver=0.5.27 +pkgver=0.5.37 pkgrel=1 pkgdesc='Unison language code manager' arch=('x86_64') @@ -8,9 +8,9 @@ url='https://www.unison-lang.org/' license=('custom') depends=('gmp' 'zlib') -source=("ucm-$pkgver::https://github.com/unisonweb/unison/releases/download/release%2F$pkgver/ucm-linux.tar.gz" +source=("ucm-$pkgver::https://github.com/unisonweb/unison/releases/download/release%2F$pkgver/ucm-linux.x64.tar.gz" "LICENSE-$pkgver::https://raw.githubusercontent.com/unisonweb/unison/release/$pkgver/LICENSE") -sha256sums=('8ececc8332504a1cbacf540db084708ed65facd386c14034d3549694a5a03280' +sha256sums=('780a9a137f0cfeca4cdedd00affb09c0634f68d4ff3fd2df9f6648b16ef9912f' '26537a8bd08791aef2f335fd296b00023b292546b8a1b35223c11abca39cd6ed') package() { |