summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2024-10-05 14:58:25 +0200
committerAlexander F. Rødseth2024-10-05 14:58:25 +0200
commit81f402a680ccdebd54323475f76dc72b2c44a6a7 (patch)
tree50b0da0db9eff1c347b4157b58af8eced228f2cb
parent730497304ce1008f727a244d86bd3150f40fd8d7 (diff)
downloadaur-81f402a680ccdebd54323475f76dc72b2c44a6a7.tar.gz
New patch release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 886fe30e4a1d..5741b9ba7c65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = ollamaurl
pkgdesc = See what ollama pull would have fetched
- pkgver = 1.0.1
+ pkgver = 1.0.2
pkgrel = 1
url = https://github.com/xyproto/ollamaurl
arch = x86_64
license = BSD-3-Clause
makedepends = git
makedepends = go
- source = git+https://github.com/xyproto/ollamaurl#tag=v1.0.1
- b2sums = 2dfaec17d68b76ab0d004f9f9a4d65e1230c778a710aa361b6ede72453c5a4c2251b2cf01e8b6469f058dc31d030be605b3adeaac67ec5a48c41f1323079fc4f
+ source = git+https://github.com/xyproto/ollamaurl#tag=v1.0.2
+ b2sums = dc03405c1e40b0bc026d4162935baad8e8e20fea4009283f896e1ec95ac60ba622b035ca270d5c5236af6c7291b9f8bf93329517062890cb4bc7154f9a1f1bf2
pkgname = ollamaurl
diff --git a/PKGBUILD b/PKGBUILD
index 408687880fb5..4dc8c69670ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=ollamaurl
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
pkgdesc='See what ollama pull would have fetched'
arch=(x86_64)
@@ -9,7 +9,7 @@ url='https://github.com/xyproto/ollamaurl'
license=(BSD-3-Clause)
makedepends=(git go)
source=("git+$url#tag=v$pkgver")
-b2sums=('2dfaec17d68b76ab0d004f9f9a4d65e1230c778a710aa361b6ede72453c5a4c2251b2cf01e8b6469f058dc31d030be605b3adeaac67ec5a48c41f1323079fc4f')
+b2sums=('dc03405c1e40b0bc026d4162935baad8e8e20fea4009283f896e1ec95ac60ba622b035ca270d5c5236af6c7291b9f8bf93329517062890cb4bc7154f9a1f1bf2')
build() {
cd $pkgname