summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302018-08-03 11:47:25 +0200
committerM0Rf302018-08-03 11:47:25 +0200
commit0efc7f3f75138f43058c316a6584fca1caaffc28 (patch)
treef224f800a7525af32fbbcff1649bc9ee0dcb54fa
parent6baeccfc475b181bdd6ef9d847a1d3e8a4abf83d (diff)
downloadaur-0efc7f3f75138f43058c316a6584fca1caaffc28.tar.gz
bootinfoscript: 0.77
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55c413a0c617..5aa9bb13a24c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = bootinfoscript
pkgdesc = A script which searches all hard drives attached to the computer for information related to booting.
- pkgver = 0.76
+ pkgver = 0.77
pkgrel = 1
url = https://github.com/arvidjaar/bootinfoscript
arch = i686
arch = x86_64
license = MIT
depends = bash
- source = https://github.com/arvidjaar/bootinfoscript/archive/v0.76.tar.gz
- md5sums = fdf5a747d59590406d0ef5d87cc02e8b
+ source = https://github.com/arvidjaar/bootinfoscript/archive/v0.77.tar.gz
+ md5sums = cc8df0d15e290537600350f913cbab89
pkgname = bootinfoscript
diff --git a/PKGBUILD b/PKGBUILD
index 006313ff1b32..fcf1d3282441 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: robertfoster
pkgname=bootinfoscript
-pkgver=0.76
+pkgver=0.77
pkgrel=1
pkgdesc="A script which searches all hard drives attached to the computer for information related to booting."
arch=('i686' 'x86_64')
@@ -16,4 +16,4 @@ package() {
chmod +x $pkgdir/usr/bin/bootinfoscript
}
-md5sums=('fdf5a747d59590406d0ef5d87cc02e8b')
+md5sums=('cc8df0d15e290537600350f913cbab89')