Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id AB1C7782CB1 for <~alpine/aports@lists.alpinelinux.org>; Fri, 20 Aug 2021 07:50:22 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cmpwn.com; s=key1; t=1629445820; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=v5+0J0mfs1y1+ryE9j1rteJFAD43vp5GGJSoIYwmmck=; b=08iWFm/2Dud0MehT6242NbZgsHm9wtms4m5+c24Fk7SzgDrBPTITDKee14toMdsLHl8QVm UxIHqyOrJDLOYpNmWoR/kzXw9OFLkRfaPdbsHx2IeD5uBZEcNBAyeKIg877t/xaqdJMP5o NKUoX5jsM/iErV7zYzFTNzdKh6S58SK0zgkWdsZetWx2A51O3at37SNX3zxgzZIKb2ypTW LwjxtkTomVuON5lJNhzT0SDJDHLh+OXdhc1jSJQOzyO2gHbVXQsOsW8GRJCjUx2CHvYzxv IT9hJ1SNXUxEH1aACkANslqqMjJCMbwVNppvqfo5FVudPcv7XsEfPexEsJIxiA== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/ibus: upgrade to 1.5.25 Date: Fri, 20 Aug 2021 09:50:17 +0200 Message-Id: <20210820075017.22863-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: sir@cmpwn.com --- community/ibus/APKBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/community/ibus/APKBUILD b/community/ibus/APKBUILD index 11bae699fc..36680e3885 100644 --- a/community/ibus/APKBUILD +++ b/community/ibus/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Drew DeVault pkgname=ibus -pkgver=1.5.24 -pkgrel=1 +pkgver=1.5.25 +pkgrel=0 pkgdesc="Next Generation Input Bus for Linux" url="https://github.com/ibus/ibus/wiki" arch="all" @@ -75,5 +75,7 @@ bashcomp() { amove usr/share/bash-completion } -sha512sums="e5a0615d60f3b20e788fbdf62952ab549f7e866cb9c9b4dfe58bba30b5ad9829da7c188e7365c605e758e0a820de78151f319e2c7ec11b7e2c16e599c75ce2e2 ibus-1.5.24.tar.gz -1e2e62ce52becf75d794c403e8f21bb72e8406aacbdbc5189f62a3b7c54166c40da0032d3f3865f5a23d9d2c782f974b7bcc9ba5ce437d9eb435dd3db3ff0b06 0001-Use-more-portable-call-to-mktemp.patch" +sha512sums=" +128373c6c35c7c8df02fa9e8e5458db6e38a35a7a7debf340c2b21d8e2ec803e3c95ed800211785b13b99210e1877322adb67ce47e5e9ef25e2734487af388fa ibus-1.5.25.tar.gz +1e2e62ce52becf75d794c403e8f21bb72e8406aacbdbc5189f62a3b7c54166c40da0032d3f3865f5a23d9d2c782f974b7bcc9ba5ce437d9eb435dd3db3ff0b06 0001-Use-more-portable-call-to-mktemp.patch +" -- 2.33.0