Skip to content

Commit

Permalink
Merge pull request #165 from xingularity/feature/pybind11-2.12.0-qt-6…
Browse files Browse the repository at this point in the history
….6.3

Advance pybind version to 2.12.0 and qt version to 6.6.3
  • Loading branch information
yungyuc authored Jul 26, 2024
2 parents 9f45123 + f9c16df commit ada270f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scripts/build.d/pybind11
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ SRCSYNC=${SRCSYNC:-tarball}
if [ "${SRCSYNC}" == "tarball" ] ; then

pkgname=pybind11
pkgver=${VERSION:-2.10.2}
pkgver=${VERSION:-2.12.0}
pkgfull=${pkgname}-${pkgver}
pkgfn=${pkgfull}.tar.gz
pkgurl=https://github.com/pybind/pybind11/archive/refs/tags/v${pkgver}.tar.gz

download_md5 $pkgfn $pkgurl 695df9e99d92cdaa7fd0449fc5f30c26
download_md5 $pkgfn $pkgurl 891fb7337c45134f18a3eb4d7f6eca25

mkdir -p ${DEVENVFLAVORROOT}/${DEVENVFLAVOR}/src
pushd ${DEVENVFLAVORROOT}/${DEVENVFLAVOR}/src > /dev/null
Expand Down
4 changes: 2 additions & 2 deletions scripts/build.d/qt
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ SKIPEXTRACT=${SKIPEXTRACT:-0}

if [ -z "${SYNCGIT}" ]; then
pkgname=qt
pkgmajorver=${MAJOR_VER:-6.5}
pkgmajorver=${MAJOR_VER:-6.6}
pkgsubver=${SUB_VER:-3}
pkgver=$pkgmajorver.$pkgsubver
pkgmd5=${MD5:-755db0527410df135609b51defa1a689}
pkgmd5=${MD5:-0e2c9dd87cbc6768da2bfc7f776c272f}
pkgfull=$pkgname-$pkgver
pkgfoler=qt-everywhere-src-$pkgver

Expand Down

0 comments on commit ada270f

Please sign in to comment.