From c872e4210e2a39a9546d22a8182971177e039fd3 Mon Sep 17 00:00:00 2001 From: Erin Shepherd Date: Thu, 29 Feb 2024 13:00:58 +0100 Subject: [PATCH] bump akkoma --- alpine/akkoma.yaml | 6 +++--- containers/akkoma.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/alpine/akkoma.yaml b/alpine/akkoma.yaml index 3a48908..082300a 100644 --- a/alpine/akkoma.yaml +++ b/alpine/akkoma.yaml @@ -1,6 +1,6 @@ package: name: akkoma - version: 3.10.99.20240223 + version: 3.11.0 epoch: 0 description: "Magically expressive social media" target-architecture: @@ -74,8 +74,8 @@ environment: pipeline: - uses: git-checkout with: - repository: https://akkoma.dev/AkkomaGang/akkoma.git - branch: develop + repository: https://git.alioth.systems/mirrors/akkoma.git + tag: v${{package.version}} - name: Build OTP application runs: | set -x diff --git a/containers/akkoma.yaml b/containers/akkoma.yaml index 6500d69..5f2715f 100644 --- a/containers/akkoma.yaml +++ b/containers/akkoma.yaml @@ -7,7 +7,7 @@ contents: - 'https://git.alioth.systems/api/packages/alioth/alpine/key' packages: - alpine-base - - akkoma=3.10.99.20240223@alioth + - akkoma=3.11.0@alioth archs: - x86_64 environment: