Skip to content

Commit

Permalink
Merge pull request #108 from akunzai/feature/manifest
Browse files Browse the repository at this point in the history
Update manifest version for 1.9.6100
  • Loading branch information
akunzai authored Nov 6, 2024
2 parents 9a56f60 + a6d4709 commit 49147a0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/joomla/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENV LANG=en_US.UTF-8
RUN --mount=type=cache,target=/var/lib/apt/lists,sharing=locked \
--mount=type=cache,target=/var/cache/apt,sharing=locked \
set -eux; \
apt-get update & apt-get upgrade; \
apt-get update; \
# install the system tools we need
apt-get install -y --no-install-recommends mariadb-client; \
# install the PHP extensions we need
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/openmage/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ENV LANG=en_US.UTF-8
RUN --mount=type=cache,target=/var/lib/apt/lists,sharing=locked \
--mount=type=cache,target=/var/cache/apt,sharing=locked \
set -eux; \
apt-get update & apt-get upgrade; \
apt-get update; \
# install the system tools we need
apt-get install -y --no-install-recommends mariadb-client; \
# install the PHP extensions we need
Expand Down
6 changes: 3 additions & 3 deletions manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<element>pkg_magebridge</element>
<type>package</type>
<client>site</client>
<version>1.9.6000</version>
<infourl title="MageBridge">https://github.com/akunzai/MageBridgeCore/releases/1.9.6000</infourl>
<version>1.9.6100</version>
<infourl title="MageBridge">https://github.com/akunzai/MageBridgeCore/releases/1.9.6100</infourl>
<downloads>
<downloadurl type="full" format="zip">https://github.com/akunzai/MageBridgeCore/releases/download/1.9.6000/pkg_magebridge.zip</downloadurl>
<downloadurl type="full" format="zip">https://github.com/akunzai/MageBridgeCore/releases/download/1.9.6100/pkg_magebridge.zip</downloadurl>
</downloads>
<targetplatform name="joomla" version="3" />
</update>
Expand Down

0 comments on commit 49147a0

Please sign in to comment.