summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302022-05-30 09:47:08 +0200
committerM0Rf302022-05-30 09:47:08 +0200
commite7e3ce80343afe097285232b8736e4fb81846c20 (patch)
treedfd66617c4b66255048aa7278b05c127dafa96bf
parenta58ca798ac148861449a19adf403b5256583f72c (diff)
downloadaur-e7e3ce80343afe097285232b8736e4fb81846c20.tar.gz
distrobox: 1.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8ed99ce238f..071a0f52e7c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = distrobox
pkgdesc = Use any linux distribution inside your terminal.
- pkgver = 1.2.15
+ pkgver = 1.3.0
pkgrel = 1
url = https://github.com/89luca89/distrobox
arch = any
license = GPL3
optdepends = docker: enable docker usage
optdepends = podman: enable podman usage
- source = distrobox-1.2.15.tar.gz::https://github.com/89luca89/distrobox/archive/1.2.15.tar.gz
- sha256sums = 62a7ee779f605347919157fae947331042b771022c7d7d3169a2bd6ecc8589d7
+ source = distrobox-1.3.0.tar.gz::https://github.com/89luca89/distrobox/archive/1.3.0.tar.gz
+ sha256sums = 03c0ba2115c14a178ad3ecc63f2103cf55c15ba42bc43978394ba00ad40da80b
pkgname = distrobox
diff --git a/PKGBUILD b/PKGBUILD
index 6e053ac6502f..9310e00a252a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: robertfoster
pkgname=distrobox
-pkgver=1.2.15
+pkgver=1.3.0
pkgrel=1
pkgdesc="Use any linux distribution inside your terminal."
arch=('any')
@@ -18,4 +18,4 @@ package() {
./install -P "${pkgdir}/usr"
}
-sha256sums=('62a7ee779f605347919157fae947331042b771022c7d7d3169a2bd6ecc8589d7')
+sha256sums=('03c0ba2115c14a178ad3ecc63f2103cf55c15ba42bc43978394ba00ad40da80b')