summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2019-10-09 20:57:03 +0200
committerMatthew McGinn2019-10-09 20:57:03 +0200
commit735c33e0708a2e81191f872abc624e8a046055ec (patch)
treedba4fecb4ad5a31ef80f63241149a058395bdbb9
parentdb97392eef2f1c63e917da9cd5e88f9c74b0b82e (diff)
downloadaur-735c33e0708a2e81191f872abc624e8a046055ec.tar.gz
update version to v1.44.0
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b9a71452efa..0c8facc5d062 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = bitbake
pkgdesc = Build tool executing tasks and managing metadata.
- pkgver = 1.43.2
+ pkgver = 1.44.0
pkgrel = 1
url = https://www.openembedded.org/wiki/Main_Page
arch = any
license = GPL2
makedepends = git
- source = https://github.com/openembedded/bitbake/archive/1.43.2.tar.gz
- md5sums = 750aad7ff997a1c206f4a59f1785b7ea
+ source = https://github.com/openembedded/bitbake/archive/1.44.0.tar.gz
+ md5sums = 4b263eb4764980dc972c887e22b76159
pkgname = bitbake
install = bitbake.install
diff --git a/PKGBUILD b/PKGBUILD
index cbfa435edbfd..2c442fc9d57f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgbase=bitbake
pkgname=('bitbake' 'bitbake-vim')
_github_url="https://github.com/openembedded/bitbake"
-pkgver=1.43.2
+pkgver=1.44.0
pkgrel=1
_pythonver=3.7
pkgdesc='Build tool executing tasks and managing metadata.'
@@ -15,7 +15,7 @@ url='https://www.openembedded.org/wiki/Main_Page'
license=('GPL2')
makedepends=('git')
source=("https://github.com/openembedded/bitbake/archive/${pkgver}.tar.gz")
-md5sums=('750aad7ff997a1c206f4a59f1785b7ea')
+md5sums=('4b263eb4764980dc972c887e22b76159')
check() {
cd "${pkgbase}-${pkgver}/bin"