summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbf9911aa5f9..9aa3312a4a6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = dgr
pkgdesc = App Container Image Build and Runtime Tool
- pkgver = 69
- pkgrel = 2
+ pkgver = 70
+ pkgrel = 1
url = https://github.com/blablacar/dgr
arch = x86_64
license = Apache
options = !strip
- source = https://github.com/blablacar/dgr/releases/download/69/dgr-linux-amd64-69.tar.gz
+ source = https://github.com/blablacar/dgr/releases/download/70/dgr-linux-amd64-70.tar.gz
md5sums = SKIP
pkgname = dgr
diff --git a/PKGBUILD b/PKGBUILD
index f618415b5dbd..a6c77b607f83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgdesc="App Container Image Build and Runtime Tool"
pkgname=dgr
-pkgver=69
-pkgrel=2
+pkgver=70
+pkgrel=1
url="https://github.com/blablacar/$pkgname"
source=("$url/releases/download/$pkgver/$pkgname-linux-amd64-$pkgver.tar.gz")
md5sums=('SKIP')